App Logo
web.whatsapp.com

WhatsApp — Create poll

Send a poll to a WhatsApp chat by exact name: a question plus 2–12 options, with an optional allowMultiple toggle. Works in 1:1 and group chats.

Input

name required

Exact chat/contact/group name (the name from get_inbox).

options required

2 to 12 poll options. They must all be different — WhatsApp rejects a poll with a repeated option, so this is checked before the poll is started.

question required

The poll question.

allowMultiple optional

Let voters pick more than one option. False (the default) sends a single-answer poll, which WhatsApp labels "Select one".

Default: false

Output

sent required
options required
question required
recipient required

FAQ

Send a poll to a WhatsApp chat by exact name: a question plus 2–12 options, with an optional allowMultiple toggle. Works in 1:1 and group chats.
Required: name, question, options. Optional: allowMultiple.
It returns sent, options, question, recipient.
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/create_poll, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/create_poll
It is part of Reduck's official curated catalogue.

Start building not clicking