send_reaction
React to WhatsApp messages by adding or replacing an emoji. Clear an existing reaction by sending an empty emoji string.
Instructions
Add or replace an emoji reaction on an existing message; recipients see the small emoji badge attached to the original message. Reversible by calling again with an empty emoji string (clears the reaction); for a fresh message use send_message and for a quoted reply use send_reply. Returns the plain-text string Reaction sent on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_jid | Yes | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| emoji | No | single emoji to react with; pass an empty string to clear an existing reaction | |
| message_id | Yes | WhatsApp message ID of the target message (use `message_id` from list_messages) | |
| sender_jid | No | JID of the original sender; required in group chats, omit in 1:1 chats (WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us`) |