Call Transcript Update Webhook

The call.transcript_update webhook is sent whenever a call’s transcript is updated during the conversation.

Payload

event_type
string
required

The type of the webhook event. Will be “call.transcript_update”.

payload
object
required

Example

{
  "event_type": "call.transcript_update",
  "payload": {
    "call_id": "123e4567-e89b-12d3-a456-426614174000",
    "attempt": 2
  }
}