Set-up Webhook
Webhook allows you to receive real-time HTTP notifications from Whatsapp Business Numbers such as inbound Message notifications and delivery status notifications. For example, when your customers send you a message we will notify your webhook or when you send message to your customers the delivery status will be notified to your webhook whether the message already delivered, read, or even failed.
Understanding Webhooks
Whenever event in your Whatsapp Business Number occurs, it will send you a notification via your Webhook URL. You must provide URL that can be reached via HTTPS
a connection and have already configured in our system. To configure your webhook make POST
request to /{{Channel-ID}}/webhook
Sample request to configure webhook using Curl
Successful response:
There are two types of notifications you will get
Last updated