How to Set Webhook Url to Receive Delivery Reports / Message Statues From Meta For Your WhatsApp API
Setting Up a Webhook URL
Go to your channel's webhook option and click "Add webhook."
Navigate to the webhook.site, click the edit icon.
Set the status code to
200
.Choose the Content Type as
"text/html"
.In the Content field, enter: $request.query.challange$
Save the changes.
Click "Add webhook."
Once the webhook is confirmed, you'll start receiving incoming webhooks.
It is Important that your server url responds with the Challange Query
PHP Code For Webhook Challange Response
Node JS Code For Webhook Challange Response
Video Tutorial
PreviousHow to Send Messages Via API For your Official WhatsApp Number ( Postman ) ?NextHow To Create Qr Code For Your WhatsApp API Number ?
Last updated