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 & Read Reports are not support for WhatsApp Groups

Delivery Report Event Update

POST https://yourdomain.com/event-webhook

{  
   "project_id":"3526",
   "event_id":1,
   "data":[  
      {  
         "push_id":"595536",
         "number":"1543342290",
         "msg_id":"1758142",
         "status":"1",
         "reference_number": "Y12333",
         "message": "We have delivered your order 123213",
         "media": "https://cdn.pickyassist.com/media_gallery/mages1.jpeg",
         "message_type": "image",
         "channel_id": "122",
         "agent_id": "7311",
         "template_id": "YQ11811243",
         "source": "Teambox"
      },
      {  
         "push_id":"595536",
         "number":"323223902323",
         "msg_id":"1758143",
         "status":"2",
         "message": "We have delivered your order 123213",
         "media": "https://cdn.pickyassist.com/media_gallery/mages1.jpeg",
         "message_type": "image",
         "channel_id": "122",
         "agent_id": "7311",
         "template_id": "YQ11811243",
         "source": "Teambox"
      },
      {  
         "push_id":"595536",
         "number":"919846042290",
         "msg_id":"1758144",
         "status":"1",
         "message": "We have delivered your order 123213",
         "media": "https://cdn.pickyassist.com/media_gallery/mages1.jpeg",
         "message_type": "image",
         "channel_id": "122",
         "agent_id": "7311",
         "template_id": "YQ11811243",
         "source": "Teambox"
      }
   ]
}

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

Was this helpful?