App Logo
web.whatsapp.com

WhatsApp — React to message

React to a specific message (by messageId, from get_conversation/search_messages) in a chat with an emoji. Uses the quick-reaction bar; falls back to the full picker. Verifies the reaction was applied. Re-reacting the same emoji toggles it off.

Input

name required

Exact chat name to open (as returned by get_inbox).

emoji required

Emoji to react with, e.g. 👍 ❤️ 😂 😮 😢 🙏. Quick-bar emojis are most reliable.

messageId required

Message id (data-id) to react to.

Output

emoji required
reacted required
messageId required

FAQ

React to a specific message (by messageId, from get_conversation/search_messages) in a chat with an emoji. Uses the quick-reaction bar; falls back to the full picker. Verifies the reaction was applied. Re-reacting the same emoji toggles it off.
Required: name, messageId, emoji.
It returns emoji, reacted, messageId.
Yes. It acts as you on web.whatsapp.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.whatsapp.com cookies saved by the Reduck extension.
It makes changes on web.whatsapp.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/react_to_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/react_to_message
It is part of Reduck's official curated catalogue.

Start building not clicking