Transcription status callback
Payload sent by SignalWire to your Transcription Status Callback URL when the status of a transcription changes.
Configure this callback by enabling transcription on a recording via the
[Record](/docs/compatibility-api/cxml/reference/voice/record) verb (`transcribe=true`) and setting `transcribeCallback`
to your webhook URL.
Your app can use these parameters to handle the transcription — for example, uploading the text to
your CRM, sending it via email, or forwarding the body via SignalWire SMS.
Payload
The payload of this webhook request is an object.
TranscriptionSid
The unique, 34-character ID of the transcription.
TranscriptionText
The text of the transcription.
TranscriptionStatus
The status of the transcription.
Allowed values:
TranscriptionUrl
The URL for the transcription's REST API resource.
RecordingSid
The unique, 34-character identifier for the recording from which the transcription was generated.
RecordingUrl
The URL for the audio recording from which the transcription was generated.
Response
200
Webhook received