devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

Feature Request - API to check message status by id #159

Open ehussain opened 1 year ago

ehussain commented 1 year ago

Hello,

We are looking for api which we can use to get message object or a status about the message 'delivered', 'sent', 'seen' etc. Currently we receive webhook for message.ack, however sometimes message webhooks are not received for some reason and because of that we are unable to get updated status of the message.

Sample request for getting message status

{
"chatId" : "XXXXXXX@c.us",
"messageId": "false_XXXXXXX@XXXXX"
}

This api would be very much useful in cases where we do not receive webhooks back into our system.