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: [email protected] for contacts or [email protected] 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)
Session name (instanceName)
"my-session"
[
"[email protected]_AAAAAAAAAAAAAAAAAAAA"
]NOWEB engine only - the ID of the user that sent the message
The response is of type object.