Skip to main content
WEBHOOK
callRecordingTranscriptionSaved
{
  "data": {
    "record_type": "event",
    "event_type": "call.recording.transcription.saved",
    "id": "898e96ef-be63-45aa-9e7d-01332bff9a97",
    "occurred_at": "2025-02-19T17:02:49.371454Z",
    "payload": {
      "call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
      "connection_id": "7267xxxxxxxxxxxxxx",
      "call_leg_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
      "call_session_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
      "client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
      "calling_party_type": "pstn",
      "recording_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
      "recording_transcription_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
      "status": "completed",
      "transcription_text": "Hi!"
    }
  }
}

Headers

telnyx-timestamp
integer
required

Unix timestamp (seconds since epoch) of when the webhook was sent - compatible with webhook-timestamp

telnyx-signature-ed25519
string
required

Base64 encoded Ed25519 signature for webhook verification - compatible with webhook-signature

Body

application/json
data
object
Example:
{
"record_type": "event",
"event_type": "call.recording.transcription.saved",
"id": "898e96ef-be63-45aa-9e7d-01332bff9a97",
"occurred_at": "2025-02-19T17:02:49.371454Z",
"payload": {
"call_control_id": "v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg",
"connection_id": "7267xxxxxxxxxxxxxx",
"call_leg_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
"call_session_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"calling_party_type": "pstn",
"recording_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
"recording_transcription_id": "428c31b6-7af4-4bcb-b7f5-5013ef9657c1",
"status": "completed",
"transcription_text": "Hi!"
}
}

Response

200

The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.