Skip to main content
POST
Create a webhook
Register a public HTTPS endpoint to receive Comms events. Scope: comms_webhooks

Request

Body parameters

url
string
required
HTTPS URL that accepts POST requests.
events
string[]
required
Event names to subscribe to (for example message.received, message.sent).

Response

201 Created

See also