post https://api.verihubs.com/v1/whatsapp/session-message/send
This method allows you to reply to contacts’ messages within a 24-hour window.
Callback Description
When you want to use callback_url payload, you only need to put for example
your-callback-url.com/callback
Example callback that we'll send
your-callback-url.com/callback?session_id=d0f5fb5c-2d50-4d3f-aea7-20018ab15806&status=1
Payload | Description |
---|---|
session_id | ID of the specific message |
status | Latest status of the request |
Callback Status Description
Status | Description | Condition |
---|---|---|
0 | Requested | Message has been requested |
1 | Sent | Message has been sent to Whatsapp server |
2 | Delivered | Message has been delivered to user |
3 | Read | Message has been read by user |
6 | Failed | Whatsapp cannot send Message to destination number |
7 | Request Error | Verihubs cannot reach WhatsApp |
10 | Tier Limit Exceeded | Exceeding channel tier limit |