Skip to main content

Webhooks API

The Webhooks API enables you to register HTTPS listener endpoints that receive real-time JSON payloads whenever asynchronous business events occur within Sayvy AI. Receive instant alerts when phone calls complete, AI tools execute, WhatsApp messages arrive or fail, or campaigns terminate.

Event Catalog

Sayvy AI supports 19 granular event types:

Telephony & Calls

Messaging & Conversations

Leads & Support Tickets

AI Agent Execution

Outbound Campaigns


Verifying Signatures

To ensure payloads originate from Sayvy AI and have not been tampered with in transit, every delivery request includes an X-Sayvy-Signature header computed using HMAC SHA-256 with your webhook secret:
Python
JavaScript

Available Endpoints


Previous
Create webhook
POST /api/v1/webhooks
Next