webhook
Summary available event
This webhook is triggered when a summary is available.
For Ringover users, the summary is sent through the summary_available event.
For Empower users, summary and transcripts are sent together through the empower event instead.
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).
postWebhooksummary_available
Payload
Example payload
{
"event": "summary_available",
"resource": "aftercall",
"timestamp": 1554823493.762305,
"data": {
"call_id": 1234567890987654400,
"channel_id": 1234567890987654400,
"summary": "summary of the call transcription"
}
}Response
Successful operation