Incoming Message
Webhooks are user-defined HTTP callbacks that are triggered by specific events. Whenever that trigger event occurs, the WhatsApp Business API client sees the event, collects the data, and immediately sends a notification (HTTP request) to the Webhook URL.
We provide 2 types of Webhooks
Type | Request Type | What it does |
Incoming message | POST | We will send user initiated content like
|
Delivery message | POST | We will delivery notification. As -
|
Last updated