waha
waha copied to clipboard
Feature Request - API to check message status by id
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.