POST
/
api
/
sendSeen
cURL
curl --request POST \
  --url https://api.wappfy.com.br/api/sendSeen \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "chatId": "11111111111@c.us",
  "messageIds": [
    "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"
  ],
  "participant": "11111111111@c.us",
  "session": "session"
}'
{}

Authorizations

apikey
string
header
required

Apikey

Body

application/json
chatId
string
required
Example:

"11111111111@c.us"

session
string
required

O nome da sessão (instanceName)

Example:

"session"

messageIds
string[]
Example:
[
"false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"
]
participant
string

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

Example:

"11111111111@c.us"

Response

201 - application/json

The response is of type object.