Orgs Webhooks
Create Webhook
Create a webhook endpoint. The signing secret is returned in full here and never again — store it.
POST
Create Webhook
Authorizations
Bearer token authentication using your API key
Path Parameters
The ID of the org
Body
HTTPS endpoint that receives the events
Maximum string length:
2048Events to subscribe to
Minimum array length:
1An event an endpoint can subscribe to
Available options:
chat.assigned, contact.blocked, contact.unsubscribed, broadcast.failed, broadcast.bounced, broadcast.complained, broadcast.suppressed Required string length:
1 - 64Response
200 - application/json
A webhook endpoint
An event an endpoint can subscribe to
Available options:
chat.assigned, contact.blocked, contact.unsubscribed, broadcast.failed, broadcast.bounced, broadcast.complained, broadcast.suppressed Signing secret. Returned in full on create and rotate only; masked afterwards.
Why the endpoint was disabled automatically, if it was
Create Webhook