Webhook Endpoints
REALTIME INGESTIONConfigure destination HTTP endpoints to receive incoming WhatsApp messages and connection events.
Configured Device Endpoints
0 DevicesLoading webhook routes...
Webhook Delivery Tester
Send a simulated HTTP POST payload to verify your server endpoint receives and processes events.
Inbound Payload Schema
Standard payload posted when a customer sends a message.
{
"event": "message.received",
"timestamp": "2026-09-24T10:15:30.000Z",
"deviceId": "cm1g...",
"sender": {
"phone": "628123456789",
"pushName": "Budi Santoso"
},
"message": {
"id": "3EB0...",
"type": "text",
"text": "Halo admin, minta info pesanan saya.",
"timestamp": 1727172930
}
}