Skip to main content

Webhooks Overview

Sayvy AI delivers event notifications directly to your server via HTTPS POST requests.

Verifying Signatures

Every webhook payload includes an X-Sayvy-Signature header computed using HMAC SHA-256 with your webhook signing secret:
Python

Common Event Types