App Logo
web.whatsapp.com

WhatsApp — Reply to message

Reply (quote) to a specific message by messageId in a chat, then send text. Confirms the quote context attached before sending, and confirms delivery via WhatsApp's own status indicator — not just the outgoing bubble appearing — throwing if WhatsApp reports the send failed.

Input

name required

Exact chat name to open (from get_inbox).

text required

The reply text to send.

messageId required

Message id to reply to (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 — replying to 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

sent required

True once the reply is confirmed sent: the outgoing bubble appeared and WhatsApp itself did not flag it as failed to send.

text required
repliedTo required

FAQ

Reply (quote) to a specific message by messageId in a chat, then send text. Confirms the quote context attached before sending, and confirms delivery via WhatsApp's own status indicator — not just the outgoing bubble appearing — throwing if WhatsApp reports the send failed.
Required: name, messageId, text.
It returns sent, text, repliedTo.
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/reply_to_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/reply_to_message
It is part of Reduck's official curated catalogue.

Start building not clicking