Start with your conversations
Read conversation previews and unread state, find a chat, then expand its history as needed. Compact results retain conversation and message identifiers without loading an entire inbox into context.
site.context({ site: "whatsapp", url: "https://web.whatsapp.com/" })
site.discover({ site: "whatsapp", operation: "chats" })
site.execute({
targetId: "<targetId returned by context>",
operation: "chats",
args: { limit: 5 }
})Read, reply and organize
“Review my unread chats and summarize messages that need a reply. Expand only messages about today’s plans.”
Specify the conversation and text when sending. Send text, quote, edit, forward, react and star messages. Archive, pin, mute or change conversation read state.
- Fetch message history or individual messages on demand.
- Look up contacts, maintain contact details and manage blocking.
- Deletion and revocation follow WhatsApp permissions and time limits.
Groups, communities, channels and Status
Read group details and members, then create or manage groups when your account has permission. Explore community groups, discover and follow channels, manage notifications, and read or publish text Status.
Available content depends on permissions and what WhatsApp Web has synchronized. Channel history, communities and Status may be incomplete in the local session.
Installation and scope
Install from act.nodelane.net/en/download/ and sign in normally at web.whatsapp.com/. MCP and the browser extension connect locally. Operations use native web capabilities and do not require a WhatsApp Business API account.
Media uploads and calls are not included. Common message operations were verified in self-chat; not every group, community or Status write has been checked live. See github.com/Wy2926/nodelane-act/blob/main/docs/WHATSAPP-VALIDATION.md.