No messages yet
| Time | Level | Event | Data |
|---|
Register Route
Active Routes
No routes registered yet
Consumer Payload Reference
Your callback URL receives this POST body:
{
"from": "919876543210",
"messageId": "wamid.xxx",
"text": "hello",
"phoneNumberId": "YOUR_WABA_NUMBER_ID"
}
Return this to send a reply (or {} to stay silent):
{ "reply": "Hi! How can I help?" }