Use Cases
Developer API v1

What this API is for

Connect your own systems to the Funnels.cm checkout and marketing infrastructure. Receive real-time events via webhooks, push tagged contacts via REST.

Two directions

Outbound - Funnels.cm POSTs events to your URL when forms submit, calendars book, or checkout charges.
Inbound - Your backend POSTs contacts + tags into Funnels.cm to trigger automations.

Account-specific setup lives in the app

Checkout ids, form scope, calendar scope, tag names, and your Secret API key are configured in Settings → Integration → API in Funnels.cm. The docs at api.funnels.cm describe the HTTP contract; the app shows your account's exact ids and webhook scope.

Base URL https://api.funnels.cm Auth Authorization: Bearer <secret-api-key>