Platform
Chatbot Builder Bulk Messaging Team Inbox Mini CRM API & Webhooks AI Integration WhatsApp Flows
Industries
E-commerce & D2C Real Estate Education Healthcare Finance & BFSI Logistics Hospitality Retail
Integrations
Learn
Learning Hub Help & Docs Connect Guides Automation Codex Blog Message Templates
Pricing Get Started →
HomeHelp & DocsAPI Reference › Receive messages with webhooks
API Reference

Receive messages with webhooks

Webhooks push events to your server in real time: inbound messages from customers, and status updates (sent, delivered, read) for messages you sent. You host an endpoint that accepts POST requests, and the platform calls it on each event.

Inbound message payload

When a customer messages you, your endpoint receives a JSON body with the sender and the message content.

{
  "object": "whatsapp_business_account",
  "entry": [{
    "changes": [{
      "value": {
        "messaging_product": "whatsapp",
        "messages": [{
          "from": "919867800451",
          "id": "wamid.HBgL...",
          "type": "text",
          "text": { "body": "Hi, is this available?" }
        }]
      }
    }]
  }]
}

Status update payload

For messages you sent, status events tell you when they were delivered or read, keyed by the message ID (WAMID) from the send response.

Respond fast with 200

Your endpoint should reply 200 quickly and process the event asynchronously. Slow responses can cause retries.

Prefer no code? The automation builder catches inbound events without you hosting anything. See the webhook trigger guide.

Building an integration? If you hit a wall, message us and a developer will help, the only platform in India that answers you live on WhatsApp.

Ask us on WhatsApp
1