Send Interactive List
whatsapp_send_listSend a WhatsApp message containing an interactive menu list with options grouped in sections, letting recipients choose from customizable rows.
Instructions
Send a message with a menu list of options.
Args:
to (string): Recipient phone number
body_text (string): Main message body
button_text (string): Text on the list menu button
sections (string): JSON array of sections with rows
header_text (string, optional): Header text
footer_text (string, optional): Footer text
Returns: Message ID and delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format (e.g. '353851234567' or '+353851234567') | |
| sections | Yes | JSON string of sections array. Example: '[{"title":"Section 1","rows":[{"id":"row1","title":"Option 1","description":"Desc"}]}]' | |
| body_text | Yes | Main body text of the message | |
| button_text | Yes | Text for the list menu button | |
| footer_text | No | Optional footer text | |
| header_text | No | Optional header text | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |