Webhooks
Dial Transcript Finalized
This webhook is triggered when a dial transcript is finalized.
Event Type
dial.transcript
Payload
Name | Type | Description |
---|---|---|
dial_id | string | The ID of the created dial. |
transcript | {text: string, speaker: ‘AI’ | ‘HUMAN’, detailType?: string}[] |
The finalized transcript. |