App Logo
web.whatsapp.com

WhatsApp — Get message reactions

Get the emoji reactions on a specific WhatsApp message (by messageId, from get_conversation/search_messages), including who reacted with each emoji. Opens the reaction badge's "View reactions" popup, reads each distinct emoji's tab (emoji + count) and, per tab, the reactor names. Returns { messageId, reactions: [] } if the message has no reactions.

Input

name required

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

messageId required

Message id (data-id) to read reactions from, from get_conversation/search_messages.

Output

messageId required
reactions required

FAQ

Get the emoji reactions on a specific WhatsApp message (by messageId, from get_conversation/search_messages), including who reacted with each emoji. Opens the reaction badge's "View reactions" popup, reads each distinct emoji's tab (emoji + count) and, per tab, the reactor names. Returns { messageId, reactions: [] } if the message has no reactions.
Required: name, messageId.
It returns messageId, reactions.
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.
Unknown: its author has not declared whether it changes anything on web.whatsapp.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/get_message_reactions, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/get_message_reactions
It is part of Reduck's official curated catalogue.

Start building not clicking