Authorizations
App API key (format: sk_live_app_* or sk_test_app_*) for app-level operations
Body
application/json
Response
201 - application/json
Create a new webhook
Webhook UUID
Example:
"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
App UUID
Example:
"b1ffcd11-1d1c-5fg9-cc7e-7cc0ce491b22"
URL to send webhook events to
Example:
"https://example.com/webhook"
Events that trigger this webhook
Example:
["MESSAGE_CREATED", "MESSAGE_SENT"]Custom headers included in webhook requests
Example:
{ "X-Custom-Header": "value" }When the webhook was created
Example:
"2021-08-01T00:00:00Z"
When the webhook was last updated
Example:
"2021-08-01T00:00:00Z"