message.ack
Receive events when server or recipient gets the message, read or played it. AckName field contains message status (ack has the same meaning, but show the value in int, but we keep it for backward compatability, they much to each other) Possible message ack statuses:- ackName: ERROR, ack: -1
- ackName: PENDING, ack: 0
- ackName: SERVER, ack: 1
- ackName: DEVICE, ack: 2
- ackName: READ, ack: 3
- ackName: PLAYED, ack: 4
Headers
User UUID associated with the connected WhatsApp instance.
Instance UUID of the connected WhatsApp instance.
Response
200
The API successfully processed the batch of messages and returned a status of 200, confirming successful receipt and synchronization.