Webhooks
Create a new webhook for call transcripts
Creates a new webhook that triggers on events from call transcripts.
POST
Body
application/json
Available options:
call.transcript.completed
The endpoint that receives events from the webhook.
Example:
"https://example.com"
The webhook's label.
Example:
"my webhook label"
The status of the webhook.
Available options:
enabled
, disabled
Example:
"enabled"
The ID of the user that creates the webhook. If not provided, default to workspace owner.
Example:
"US123abc"
Response
201
application/json
Success
Was this page helpful?