webhook
Transcription available event
This webhook is triggered when a transcription link is available
To certify that the request was sent by Ringover, verify the request signature with your webhook key — see Securing your webhooks under the webhook tag (V1: JWT HS512 in X-Ringover-Webhook-Signature, with the deprecated Authorization header for backward compatibility; V3, on request: Base64 HMAC-SHA256 in X-Ringover-Webhook-Signature-V3).
postWebhooktranscription_available
Payload
Example payload
{
"event": "transcription_available",
"resource": "aftercall",
"timestamp": 1554823493.762305,
"data": {
"call_id": 1234567890987654400,
"channel_id": 1234567890987654400,
"transcription_url": "https://cdn.ringover.com/transcriptions/1543234/babel_transcription_9876583_9836567853109470_56215056789765.json"
}
}Response
Successful operation