Webhooks
Create Webhook
Register an HTTPS endpoint to receive Connectly webhook events for a given topic 💪
POST
Create Webhook
Register a URL that Connectly will POST to whenever a subscribed event occurs. You can register one address per topic.
Save the returned
Endpoint
Request body
The event topic to subscribe to.
| Value | Description |
|---|---|
messages | Inbound WhatsApp messages sent by your customers. |
delivery_status | Delivery status updates: sent, delivered, read, delivery_failed. |
Your publicly accessible HTTPS endpoint URL (e.g.
https://example.com/webhook).Integration type for this webhook. Defaults to
custom.| Value | Description |
|---|---|
custom | Your own HTTP endpoint. |
zapier | Zapier integration. |
webengage | WebEngage integration. |
integromat_make | Integromat / Make integration. |
Advanced configuration options.
Examples
Register for inbound messages
Register for inbound messages
Register for delivery status
Register for delivery status
With campaign filter and channel type
With campaign filter and channel type
Response
id — you’ll need it to update or delete this registration.
Error responses
| Status | Meaning |
|---|---|
400 | Malformed body or invalid field values. |
401 | Missing or invalid X-API-Key. |
409 | An endpoint is already registered for this topic — use Update webhook instead. |
500 | Internal server error. |
