Skip to main content
POST
Create Webhook
Register a URL that Connectly will POST to whenever a subscribed event occurs. You can register multiple endpoints per topic — the only restriction is you cannot register the exact same topic + URL pair twice.

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

You can register multiple webhooks on the same topic pointing to different URLs. All registered endpoints receive matching events — creating a second one does not replace the first.

Response

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

Error responses