Webhooks
Create a new webhook for call transcripts
Creates a new webhook that triggers on events from call transcripts.
POST
/
v1
/
webhooks
/
call-transcripts
Authorizations
Authorization
string
headerrequiredBody
application/json
events
enum<string>[]
requiredThe event associated with the webhook.
Available options:
call.transcript.completed
url
string
requiredThe endpoint that receives events from the webhook.
label
string
The webhook's label.
resourceIds
The unique identifiers of the phone numbers associated with the webhook.
status
enum<string>
The status of the webhook.
Available options:
enabled
, disabled
userId
string
The ID of the user that creates the webhook. If not provided, default to workspace owner.
Response
201 - application/json
data
object
requiredWas this page helpful?