evolution_message_send_list
Send an interactive list message with sections and rows to a WhatsApp number. Users select from predefined options via a button.
Instructions
Send an interactive list message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in milliseconds before sending. | |
| title | Yes | List title. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| values | Yes | List sections and rows. | |
| 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']. | |
| buttonText | Yes | Text on the button that opens the list. | |
| footerText | No | Footer text. | |
| description | Yes | List description. | |
| mentionsEveryOne | No | Mention all group participants. |