Webhooks
Create Webhook
Create a new webhook endpoint for receiving event notifications. Requires a valid API key.
POST
Authorizations
Body
application/json
The URL where webhook events will be sent
The types of events to subscribe to. If not specified, all event types will be included.
Available options:
call.started
, call.completed
, transcript.updated
Optional description for the webhook endpoint
Whether the webhook is initially disabled
Optional rate limit for the webhook (requests per minute)
Response
201
application/json
Webhook Created Successfully
Unique identifier for the webhook endpoint
The URL where webhook events will be sent
The types of events the webhook is subscribed to
Available options:
call.started
, call.completed
, transcript.updated
When the webhook endpoint was created
Description of the webhook endpoint
Whether the webhook is disabled
Was this page helpful?