Mark messages as seen (read)
| Property | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will mark the messages |
jid | string | ✅ Yes | Chat identifier (WhatsApp JID). Format: 5511999999999@s.whatsapp.net for contacts or 120363XXXXX@g.us for groups |
messageIds | array | ✅ Yes | Array of message IDs to be marked as seen |
200 - Mensagens marcadas como vistas com sucesso400 - Invalid parameters401 - Unauthorized session404 - Session not foundYour Wappfy API key (get it at dash.wappfy.com.br)
"5511999999999@c.us"
Session name (instanceName)
"my-session"
[
"false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"
]
NOWEB engine only - the ID of the user that sent the message
"5511999999999@c.us"
The response is of type object.