evolution_message_send_poll
Send a WhatsApp poll with a question and selectable options. Optionally quote a message, mention participants, or set a delay.
Instructions
Send a poll with selectable options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Poll question/title. | |
| delay | No | Delay in milliseconds before sending. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| values | Yes | Poll options. | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. | |
| mentioned | No | List of JIDs to mention, e.g. ['5215550123@s.whatsapp.net']. | |
| selectableCount | Yes | How many options a user can pick. | |
| mentionsEveryOne | No | Mention all group participants. |