Skip to main content
POST
cURL

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

Status Codes

  • 200 - Mensagens marcadas como vistas com sucesso
  • 400 - Invalid parameters
  • 401 - Unauthorized session
  • 404 - Session not found

Usage Example

Authorizations

apikey
string
header
required

Your Wappfy API key (get it at dash.wappfy.com.br)

Body

application/json
chatId
string
required
Example:

"5511999999999@c.us"

session
string
required

Session name (instanceName)

Example:

"my-session"

messageIds
string[]
Example:
participant
string

NOWEB engine only - the ID of the user that sent the message

Example:

"5511999999999@c.us"

Response

201 - application/json

The response is of type object.