messages
: Used to notify you when you get a new message and what is in the new message.statuses
: Used to notify you when there's a status change in a message you sent.errors
: When there are any out-of-band errors that occur in the normal operation of the application, this array provides a description of the error.HTTPS 200 OK
response to notifications. Otherwise the WhatsApp Business API client considers that notification as failed and tries again after a delay.delivered
(two grey ticks).
To make them appear as read
(two colored ticks), you have to mark the messages as read.USER
and PASS
should be provided in the header Authorization
that contains Basic base64(USER:PASS)
. testuser
and PASS=testpass