PUT
/
api
/
reaction
Reagir a uma mensagem com um emoji
curl --request PUT \
  --url https://api.wappfy.com.br/api/reaction \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "messageId": "false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA",
  "reaction": "👍",
  "session": "session"
}'
{}

Authorizations

apikey
string
header
required

Apikey

Body

application/json
messageId
string
required
Example:

"false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA"

reaction
string
required

Emoji to react with. Send an empty string to remove the reaction

Example:

"👍"

session
string
required

O nome da sessão (instanceName)

Example:

"session"

Response

200 - application/json

The response is of type object.