App Logo
web.whatsapp.com

WhatsApp — Edit message

Edit one of your own recently-sent messages (by messageId) with new text. Edit is only allowed within ~15 min of sending; the script fails loudly if the Edit option isn't available. Verifies the new text is shown.

Input

name required

Exact chat name to open (from get_inbox).

text required

New text to replace the message with.

messageId required

Message id (data-id) of your message to edit.

Output

text required
edited required
messageId required

FAQ

Edit one of your own recently-sent messages (by messageId) with new text. Edit is only allowed within ~15 min of sending; the script fails loudly if the Edit option isn't available. Verifies the new text is shown.
Required: name, messageId, text.
It returns text, edited, 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/edit_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/edit_message
It is part of Reduck's official curated catalogue.

Start building not clicking