App Logo
web.whatsapp.com

WhatsApp — Star message

Star or unstar a specific message (by messageId) in a chat. Safe to repeat: it returns success if the message is already in the desired state. Starred messages are readable via get_starred_messages.

Input

name required

Exact chat name (from get_inbox).

messageId required

Message id (data-id) to star/unstar.

star optional

true = star, false = unstar.

Default: true

Output

starred required
messageId required

FAQ

Star or unstar a specific message (by messageId) in a chat. Safe to repeat: it returns success if the message is already in the desired state. Starred messages are readable via get_starred_messages.
Required: name, messageId. Optional: star.
It returns starred, 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/star_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/star_message
It is part of Reduck's official curated catalogue.

Start building not clicking