App Logo
web.whatsapp.com

WhatsApp — Archive chat

Archive or unarchive a chat by exact name. Archived chats still appear in search. Safe to repeat: returns success if the chat is already in the desired state.

Input

name required

Exact chat name (from get_inbox).

archive optional

true = archive, false = unarchive.

Default: true

Output

name required
archived required
alreadyInState optional

True when the chat was already archived/unarchived as requested and nothing was clicked.

FAQ

Archive or unarchive a chat by exact name. Archived chats still appear in search. Safe to repeat: returns success if the chat is already in the desired state.
Required: name. Optional: archive.
It returns name, archived, alreadyInState.
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/archive_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/archive_chat
It is part of Reduck's official curated catalogue.

Start building not clicking