WA Client
PUT

React to Message

Add an emoji reaction on a message.

API endpoint
https://waclient.com/api/react_to_message
Example:
curl -X PUT \
  'https://waclient.com/api/react_to_message' \
  -H 'Content-Type: application/json' \
  --data '{
    "chat_id": "20100981XXXX",
    "message_id": "ABC123",
    "emoji": "👍",
    "from_me": false,
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "message_id": "ABC123",
        "reaction": "👍"
    }
}
ParameterDescription
chat_idChat JID or phone number
message_idMessage ID
emojiReaction emoji, e.g. 👍
from_meWhether target message is from you (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc