React to WhatsApp Message
whatsapp_reactReact to WhatsApp messages with emojis. Remove reactions by passing an empty string.
Instructions
React to a WhatsApp message with an emoji.
Use an empty string for the reaction to remove an existing reaction.
Args:
contactId: Contact id: phone digits for a person (e.g. "5521986910666"; survives @c.us↔@lid flips), or a group JID "*@g.us". Look up via whatsapp_list_contacts.
messageId: Message ID to react to (get from whatsapp_read_messages)
reaction: Emoji to react with (e.g., "👍", "❤️", "😂"). Empty string removes reaction.
Returns confirmation of the reaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact id: phone digits for a person (e.g. "5521986910666"; survives @c.us↔@lid flips), or a group JID "*@g.us". Look up via whatsapp_list_contacts. | |
| messageId | Yes | Message ID to react to | |
| reaction | Yes | Emoji reaction (e.g., "👍", "❤️"). Empty string removes reaction. |