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

  • Text

  • Media

  • Video

  • Image

  • Document

  • Location

Delivery message

POST

We will delivery notification. As -

  • Sent

  • Delivered

  • Read

Last updated