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
/v1/webhook
Retrieve current webhook configuration
Set Webhook Configuration
/v1/webhook
Configure or update webhook URL
Request Body (POST)
URL to receive webhook events (must be HTTPS)
Event Types
Subscribe to events when connecting the session:| Event | Description |
|---|---|
Message | Incoming and outgoing messages |
ReadReceipt | Message read confirmations |
HistorySync | Chat history synchronization |
ChatPresence | Online status and typing indicators |
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.