Draft a WhatsApp poll
send_pollDraft a WhatsApp poll with a question and 2-12 options, preview it, then call confirm_send to deliver it. Votes are cast in WhatsApp and cannot be read back.
Instructions
Draft a poll. Does not send. Participants vote in WhatsApp; wazap cannot read the votes back. Show the preview; after the user says yes, call confirm_send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat id as returned by another tool ("<digits>@s.whatsapp.net" or "<id>@g.us"), or a phone number in international format | |
| options | Yes | Answer options (2-12) | |
| question | Yes | The poll question | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. | |
| multi_select | No | Allow voters to pick more than one option |