Event Webhook Sample Request & Response
Here is the Sample Request & Response for quick deployment
In this method you will get data as JSON , you need to specify to push the data in JSON method while setting up Webhook URL
Delivery Report Event Update
POST
https://yourdomain.com/event-webhook
WhatsApp Filter Event
POST
https://yourdomain.com/event-webhook
WhatsApp Group Event
POST
https://yourdomain.com/event-webhook
New Subscriber Alert
POST
https://yourdomain.com/event-webhook
We dont listen / acknowledge/ expect any specific response from your side and there is no retry. In case if your application or server goes down for a particular period then please use our Report API to get the details during the period
Last updated