Webhooks
Webhooks let you receive real-time notifications when calls end. Use them to update your CRM, trigger follow-ups, or sync call data to your systems.
Setup
Configure webhooks on your agent:
CALL_ENDED Event
Sent when any call handled by the agent ends. Contains the full call record.
Payload
Call Statuses
Sentiment Values
Verifying Webhooks
If you set a secret, verify the payload signature:
The signature is sent in the X-Levrage-Signature header.
Delivery Policy
- Timeout: 10 seconds per attempt
- Retries: 3 attempts with exponential backoff
- Format:
POSTwithContent-Type: application/json - Idempotency: Use
session_idas the idempotency key