Mark Message As Read

PUT https://graph.facebook.com/{{Version}}/{{Phone-Number-ID}}/messages

When you receive an incoming message from Webhooks, you could use messages endpoint to change the status of it to read.

We recommend marking incoming messages as read within 30 days of receipt.

Note : you cannot mark outgoing messages you sent as read.

You need to obtain the message_id of the incoming message from Webhooks.

For a more in depth guide for marking messages as read, see Guide: Mark Messages as Read .

Request Body

{"messaging_product"=>"whatsapp", "status"=>"read", "message_id"=>"<INCOMING_MSG_ID>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: OK

{"success":true}