Whatsapp API does not honor "context" with message_id when replying to media messages. but does honor it when replying to text message. so the code below does not work. the message is send as a normal message and not as a reply.
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": 1234567891, "type": "audio", "audio": { "link": "https://my_url/my_download_link" }, "context": { "message_id": "message_I_am_replying_to_ID" } }
+1 here For me it was working well up until the 19th of March; then something changed on the API side.
I'm having the same issue. For me it worked up until 21th of March
sorry for me it worked on 28th then 29th of march it stopped
exactly it worked up until 19 of March then it stopped, do you know where we can report a bug ?
exactly it worked up until 19 of March then it stopped, do you know where we can report a bug ?
exactly it worked up until 19 of March then it stopped, do you know where we can report a bug ?
exactly it worked up until 19 of March then it stopped, do you know where we can report a bug ?
i have the same issue
Same here!
This problem was not solved, why its state is 'solved'?
I am doing this but the message arrives as a regular text message with no context bubble.
curl -X POST "https://graph.facebook.com/v21.0/012345678901234/messages" \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "012345678901", "context": { "message_id": "wamid.HBgNNTQ5MzUxNjA3NzE5OBUCABEYEjNBMURDQzNEQTE5QjIyM0EwOQA=" }, "type": "text", "text": { "body": "Please reply to this message" } }'
Same issue here, when trying to reply to "flow" (~interactive) messages
Same issue here, when trying to reply to "flow" (~interactive) messages