App Logo
web.whatsapp.com

WhatsApp — Forward message

Forward a specific message (by messageId) from one chat to one or more other chats (by exact name). Opens the source chat, forwards via the recipient picker, and confirms completion.

Input

name required

Exact source chat name to open (from get_inbox).

toChats required

Exact names of the destination chats to forward to.

messageId required

Message id to forward (from get_conversation or search_messages). Note: if this message was sent immediately after another message from the same sender with no time gap, WhatsApp may have grouped them into a single row that only exposes the newest message's id — forwarding an earlier, swallowed message in such a group will fail with a clear error. Very old messages in long conversations may also be unreachable.

Output

toChats required
forwarded required
messageId required

FAQ

Forward a specific message (by messageId) from one chat to one or more other chats (by exact name). Opens the source chat, forwards via the recipient picker, and confirms completion.
Required: name, messageId, toChats.
It returns toChats, forwarded, 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/forward_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/forward_message
It is part of Reduck's official curated catalogue.

Start building not clicking