App Logo
web.whatsapp.com

WhatsApp — Pin chat

Pin or unpin a chat (by exact name) to/from the top of the chat list. Safe to repeat: if the chat is already in the desired state, it returns success. WhatsApp allows at most 3 pinned chats.

Input

name required

Exact chat name (from get_inbox).

pin optional

true = pin, false = unpin.

Default: true

Output

name required
pinned required

FAQ

Pin or unpin a chat (by exact name) to/from the top of the chat list. Safe to repeat: if the chat is already in the desired state, it returns success. WhatsApp allows at most 3 pinned chats.
Required: name. Optional: pin.
It returns name, pinned.
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/pin_chat, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/pin_chat
It is part of Reduck's official curated catalogue.

Start building not clicking