This webhook is triggered when a dial transcript is finalized.Documentation Index
Fetch the complete documentation index at: https://docs.vogent.ai/llms.txt
Use this file to discover all available pages before exploring further.
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. |