---
title: "Empower event"
method: POST
path: "empower"
tags: ["webhook"]
---

# Empower event

`POST empower` (webhook)

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`).

## Payload

- WebhookRequestEmpower
  - `event` string
  - `resource` string
  - `timestamp` number
  - `data` object — Empower aftercall payload containing summary and transcription data.

## Acknowledgement `200`

Successful operation

## Other responses

- `default` — Other response codes are ignored

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
