Skip to main content
POST
/
message
/
sendReaction
/
{instance}
Send Reaction
curl --request POST \
  --url https://api.botifiy.com/message/sendReaction/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "key": {
    "remoteJid": "<string>",
    "fromMe": true,
    "id": "<string>"
  },
  "reaction": "<string>"
}
'
{
  "key": {
    "remoteJid": "<string>",
    "fromMe": true,
    "id": "<string>"
  },
  "message": {
    "reactionMessage": {
      "key": {
        "remoteJid": "<string>",
        "fromMe": true,
        "id": "<string>"
      },
      "text": "<string>",
      "senderTimestampMs": "<string>"
    }
  },
  "messageTimestamp": "<string>",
  "status": "<string>"
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Body

application/json
key
object
required
reaction
string
required

Reaction emoji

Response

201 - application/json

Created

key
object
message
object
messageTimestamp
string
status
string