App Logo
web.whatsapp.com

WhatsApp — Mark chat read/unread

Mark a chat (by exact name) as read or unread. Safe to repeat: if the chat is already in the desired state, it returns success.

Input

name required

Exact chat name (from get_inbox).

read optional

true = mark as read, false = mark as unread.

Default: true

Output

name required
read required
alreadyInState optional

True when the chat was already read/unread as requested and nothing was clicked.

FAQ

Mark a chat (by exact name) as read or unread. Safe to repeat: if the chat is already in the desired state, it returns success.
Required: name. Optional: read.
It returns name, read, 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/mark_read, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/mark_read
It is part of Reduck's official curated catalogue.

Start building not clicking