Create a new webhook for call transcripts
Webhooks
Create a new webhook for call transcripts
Creates a new webhook that triggers on events from call transcripts.
POST
Create a new webhook for call transcripts
Documentation Index
Fetch the complete documentation index at: https://openphone-dev.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Minimum array length:
1Available options:
call.transcript.completed The endpoint that receives events from the webhook.
Example:
"https://example.com"
The webhook's label.
Example:
"my webhook label"
Pattern:
^PN(.*)$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.
Pattern:
^US(.*)$Example:
"US123abc"
Response
Success