latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

eventstring
resourcestring
timestampnumber
dataobject

Empower aftercall payload containing summary and transcription data.

Example payload

{
  "event": "empower",
  "resource": "aftercall",
  "timestamp": 1554823493.762305
}

Response

Successful operation