waha icon indicating copy to clipboard operation
waha copied to clipboard

Feature Request - API to check message status by id

Open ehussain opened this issue 2 years ago • 0 comments

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" : "[email protected]",
"messageId": "false_XXXXXXX@XXXXX"
}

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

ehussain avatar Aug 09 '23 13:08 ehussain