External Purchase Endpoints now support a suppress_order_system_emails flag. When enabled, ClickFunnels will skip sending order confirmation, cancellation, and churned emails for orders created through that endpoint — useful when your external payment platform (e.g. ClickBank or CopeCart) already handles transactional emails.
Add Read-Only API Endpoint for Email Settings (BETA)
by ReadMe APIA new read-only singleton endpoint GET /api/v2/workspaces/:workspace_id/emails/setting returns the workspace's configured email settings. The response includes the system and marketing from/reply-to email addresses (or null if not set). This endpoint is currently in BETA, along with the other Email resource endpoints.
Visit tracking data is now available on Contacts, Orders, Invoices, and Opportunities API responses. Each visit includes UTM parameters, referrer information, device details, and more — helping you attribute conversions and understand how contacts discover your funnels.
Add origination channel public ID to orders payload
by ReadMe APIOrders API responses now include the origination_channel_public_id field, providing the obfuscated public ID for the origination channel. This makes it easier to link orders to their source channels in your integrations.
Fix Scheduled Events API for deleted event types
by ReadMe APIResolved a rare edge case where the Scheduled Events API could return an error when a scheduled event referenced a deleted event type. The event_type field now correctly returns null in these cases.
Make External Orders API publicly available
by ReadMe APIThe External Orders API is now available to everyone. You can use these endpoints to programmatically manage orders from external payment platforms or your own purchase solutions.
Improve API error responses
by ReadMe APIAPI error responses now return more descriptive and actionable error messages for edge case 500 errors, making it easier to diagnose and resolve issues with your API requests.
Add CopeCart as external purchases integration
by ReadMe APICopeCart joins ClickBank as the second external purchases integration. CopeCart merchants can now connect their accounts to ClickFunnels, with support for trials, renewals, cancellations, refunds, chargebacks, and multi-product External Orders.
Resolved an issue where customers on certain billing plans could encounter an authorization error when accessing the Developer Portal, despite having API access enabled on their plan.
Add Email Broadcasts API endpoints (🧪 private BETA)
by ReadMe APIYou 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.