PushCallback
Push callback is a way to setting your callback URL, so that our system can sent data immediately to you callback URL.
Delivery Status Callback
info
See Introduction #message-status to see more about message status.
Delivery status is the message status updates.
Delivery status callback will be called when the message status change to S(sent), D(delivered), R(read), A(aborted) and F(failed).
The callback payload example:
{
"ref_no": "053380444905641291",
"status": "D",
"sent_date": "2017-09-25 17:49:05.0",
"err_code": "0"
}
Push Inbox
Push inbox is callback that is sent to your URL callback when your Gateway got message.
The callback payload example:
{
"id": null,
"gateway_number": 628xxxxxxx,
"originator": null,
"receive_date": null,
"msg": null,
}
gateway_number: Whatsapp account gateway's phone numberoriginator: Whatsapp phone number that has been sent you the messagemsg: the message text