Sent message
You can find more details about all parameters and their types in the WebHook documentation.
Outgoing message from Mobile
Outgoing from API
The messages statuses array contains all statuses that were sent to the webhook URL. Sent on event "statuses.post
" or "statuses.put
". We mentioned more about the events here:Mode setting
Status delivered
Status Read
Format
id* |
Message ID from event |
code* |
Status code |
status* | StatusEnumstring x-enum-descriptions: List [ "Message failed to send (Red error triangle in WhatsApp Mobile)", "Message pending to send (One clock in WhatsApp Mobile)", "Message received by WhatsApp server (One checkmark in WhatsApp Mobile)", "Message delivered to recipient (Two checkmarks in WhatsApp Mobile)", "Message read by recipient (Two blue checkmarks in WhatsApp Mobile)", "Voice-message played by recipient (Two blue checkmarks in WhatsApp Mobile)", "Message deleted by the user" ] Message ack status Enum: [ failed, pending, sent, delivered, read, played, deleted ] |
recipient_id | ChatID Chat ID |
viewer_id | ContactID Contact ID |
timestamp* |
Timestamp of the status message |
Last updated