Webhooks
Create a new webhook for calls
Creates a new webhook that triggers on events from calls.
POST
/
v1
/
webhooks
/
calls
Body
application/json
The endpoint that receives events from the webhook.
An event associated with the webhook.
Available options:
call.completed
, call.ringing
, call.recording.completed
The unique identifiers of the phone numbers associated with the webhook.
The unique identifier of the user that creates the webhook. If not provided, default to workspace owner.
Webhook's label
The status of the webhook.
Available options:
enabled
, disabled
Response
201 - application/json
Was this page helpful?