I have developed all about sending/receive/staus/mark as read messages with Cloud API for Whatsapp Business Platform.
Now I'm implementing different types of messages, and I found an issue on interactive messages with buttons or lists.
This is the scenario: I receive on my phone one of these messages and I click on a button or on a checkbox of a list, and a message start from my phone to my webhook.
My procedure take the message and store in on the database, then take the whamid of the message and call the API to mark it as read.
But the response is
Message supplied to mark message as read API with message ID: wamid.____ is outgoing. Please use an incoming message ID
because the message started from my phohe has the same whamid of the interactive messages.
Someone has the same issue?
thanks
I have developed all about sending/receive/staus/mark as read messages with Cloud API for Whatsapp Business Platform.
Now I'm implementing different types of messages, and I found an issue on interactive messages with buttons or lists.
This is the scenario: I receive on my phone one of these messages and I click on a button or on a checkbox of a list, and a message start from my phone to my webhook.
My procedure take the message and store in on the database, then take the whamid of the message and call the API to mark it as read.
But the response is
Message supplied to mark message as read API with message ID: wamid.____ is outgoing. Please use an incoming message ID
because the message started from my phohe has the same whamid of the interactive messages.
Someone has the same issue?
thanks
Share Improve this question asked Feb 6 at 18:19 DemoDemo 11 bronze badge 1- Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Feb 7 at 19:25
1 Answer
Reset to default 0FIND IT!
In the response of an interactive message there are two whamid: the first is the one of the message received, the second is the one for the mesage sent