v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

πŸ‘οΈ Seen Message

The Seen Message endpoint allows users to mark a message as "seen" or read by the recipient. This mirrors WhatsApp’s read receipt feature and is crucial for tracking message engagement. By marking messages as seen, developers can confirm that the recipient has viewed the message, which is useful in customer service scenarios, transactional communication, and automated messaging systems where knowing whether a message has been seen is essential.

post/send-message/seen

Request body

message_idstring required

The message id ( get from chat detail )

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "message_id": "false_6281357541790@c.us_3A14FBAB15A5B1F27C0B",
    "contact_id": "6281357541790@c.us"
  }
}