This guide will help you integrate with Telivy’s webhook system to receive real-time updates when certain events occur in your agency’s account
Introduction
Webhook Events
Setting Up Webhooks
Processing Webhooks
Authentication
X-Telivy-Signature
header. You should verify this signature to ensure the request is legitimate and comes from Telivy.
The signature is an HMAC-SHA256 hash of the entire request body, using your webhook secret as the key.Custom Authentication Headers
Authorization
: For JWT bearer tokens, OAuth tokens, or Basic AuthX-API-Key
: For API key authenticationX-Client-ID
and X-Client-Secret
: For client credential authenticationPayload Encryption
Handling Webhook Data
Troubleshooting