Webhooks
Webhooks
Configure webhook for receiving events
GET
Configure a webhook URL to receive real-time events like incoming messages and read receipts.
Webhooks will include
Get Webhook Configuration
Retrieve current webhook configuration
Set Webhook Configuration
Configure or update webhook URL
Request Body (POST)
string
required
URL to receive webhook events (must be HTTPS)
Event Types
Subscribe to events when connecting the session:Webhook Payload
Events are sent as POST requests to your webhook URL:Securing Webhooks (HMAC)
Configure HMAC signing for webhook verification:x-hmac-signature header for verification.