v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Message Controller

Send Reaction

Send Reaction

post/message/sendReaction/{instance}

Path parameters

instancestring required

Name of the instance

Request body

reactionstring

Reaction emoji

Example request

{
  "reaction": "🚀"
}

Response

Created

messageTimestampstring

The timestamp of the message, represented as a string.

statusstring

The status of the message, such as sent, received, or pending.

Example response

{
  "key": {
    "remoteJid": "553198296801@s.whatsapp.net",
    "fromMe": true,
    "id": "BAE569F0E38F858D"
  },
  "message": {
    "reactionMessage": {
      "key": {
        "remoteJid": "553198296801@s.whatsapp.net",
        "fromMe": true,
        "id": "BAE58DA6CBC941BC"
      },
      "text": "🚀",
      "senderTimestampMs": "1717781105034"
    }
  },
  "messageTimestamp": "1717781105",
  "status": "PENDING"
}