Skip to main content
POST
Create a Webhook

Create a Webhook

Registers an HTTPS endpoint to receive event deliveries. The signing secret is returned once in the response — store it securely to verify the X-Reached-Signature header on incoming deliveries.

Request

POST /v1/webhooks

Body Parameters

Available Events

When you receive a transcript.ready event, the call log already has both the transcript and summary fields populated. You can fetch the full call log via GET /v1/call-logs/:id to retrieve the complete transcript and summary.

Example

Response

Response Fields

Verifying Webhook Signatures

Each delivery includes an X-Reached-Signature header containing an HMAC-SHA256 hash of the request body, computed using your webhook’s signing secret. Verify it before processing the payload: