You can now create, read, update, and delete email broadcasts via the API. Full CRUD operations are available at /workspaces/:id/emails/broadcasts and /emails/broadcasts/:id. Currently available in private beta — reach out on the developer forum to request access detailing your use case.
Community post and comment webhook payloads now include full contact details (email address, first name, last name, and phone number) instead of just the contact ID. This makes it easier to identify who created posts and comments without making additional API calls.
You can now connect your ClickBank vendor account to ClickFunnels and map ClickBank products to your ClickFunnels products. Purchases made on ClickBank are automatically synced, enabling you to use ClickFunnels workflows, automations, and fulfillment for orders from both platforms.
You can now create pages programmatically via the new POST /pages endpoint. Additionally, Funnel and Site API responses now include custom code fields (header code, footer code, etc.), enabling full control over funnel and site customization through the API. Note: Page creation and custom code writing functionality is currently in private beta, please contact support if you're interested.
We added more information about the invoice_type of the Orders::Invoice resource and added the ability to have different invoice types during the creation of an external subscription order invoice:
List Workspace Applied Tags
List all applied tags for a specific workspace. This endpoint is useful for getting the latest tag application changes for a workspace. Applied tags represent the many-to-many relationship between contacts and tags, with timestamps indicating when tags were applied.
We have added two new fields to our Page resource: type and show_page_step, so you always know what kind of page it is and can easily map it to a page inside of ClickFunnels:
You can now verify webhook event signatures to give your webhook events an extra security layer if you are listening for them in your own application to ensure that ClickFunnels is the original sender:
If someone mistakenly made a request with a application/x-www-form-urlencoded format and correct body data, we now respond with a more descriptive error.