Skip to main content
POST
Create Webhook
Register a URL that Connectly will POST to whenever a subscribed event occurs. You can register one address per topic.

Endpoint

Request body

string
required
The event topic to subscribe to.
string
required
Your publicly accessible HTTPS endpoint URL (e.g. https://example.com/webhook).
string
Integration type for this webhook. Defaults to custom.
object
Advanced configuration options.

Examples

Response

Save the returned id — you’ll need it to update or delete this registration.

Error responses