Description
This endpoint allows marking one or more messages as seen (read), sending read confirmations (blue checkmarks) to the sender. Useful for automations that need to confirm the reading of received messages.Body
Body Parameters
| 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 |
Status Codes
200- Mensagens marcadas como vistas com sucesso400- Invalid parameters401- Unauthorized session404- Session not found
Usage Example
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Body
application/json
Example:
Session name (instanceName)
Example:
"my-session"
Example:
[
"[email protected]_AAAAAAAAAAAAAAAAAAAA"
]NOWEB engine only - the ID of the user that sent the message
Example:
Response
201 - application/json
The response is of type object.
