send_reaction
Add or remove an emoji reaction to an existing WhatsApp message. Provide the chat JID, message ID, and optional emoji; use empty string to clear the reaction.
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 |
|---|---|---|---|
| emoji | No | single emoji to react with; pass an empty string to clear an existing reaction | |
| chat_jid | Yes | WhatsApp JID: individual as `<digits>@s.whatsapp.net` or bare phone digits, group as `<digits>-<timestamp>@g.us` | |
| 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`) |