evolution_message_send_buttons
Send WhatsApp messages with interactive buttons including title, description, footer, and custom button definitions for user engagement.
Instructions
Send a message with interactive buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in milliseconds before sending. | |
| title | Yes | Message title. | |
| footer | No | Footer text. | |
| number | Yes | Recipient phone number (digits, country code) or full WhatsApp JID. | |
| quoted | No | Message to quote/reply to. | |
| buttons | Yes | Button definitions (Evolution button objects, e.g. { type, displayText, id } or url/copy/call variants). | |
| 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']. | |
| description | Yes | Message body/description. | |
| mentionsEveryOne | No | Mention all group participants. |