Skip to main content
GET
Configure a webhook URL to receive real-time events like incoming messages and read receipts.

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:
Webhooks will include x-hmac-signature header for verification.