webhook
Empower event
This webhook is triggered for Empower users when aftercall data is available.
For Empower users, summary and transcripts are sent together in a single payload through the empower event.
For Ringover users, the summary is sent through the summary_available event.
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).
postWebhookempower
Payload
Example payload
{
"event": "empower",
"resource": "aftercall",
"timestamp": 1554823493.762305
}Response
Successful operation