Webhooks
Create webhook
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Example:
["event_message", "event_action"]
Example:
"https://example.com/webhook"
Available options:
GET
, POST
Example:
"POST"
Example:
"My Webhook"
Example:
"This is a description"
Response
201
application/json
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
["event_message", "event_action"]
Example:
"https://example.com/webhook"
Available options:
GET
, POST
Example:
"POST"
Example:
"My Webhook"
Example:
"This is a description"