send_interactive
Send interactive WhatsApp messages with buttons or a list. Choose button or list format for richer customer interactions.
Instructions
Send an interactive WhatsApp message with buttons or a list.
Args:
target: Recipient phone number with country code, no + (e.g. "85264318721")
interactive_type: Either "buttons" or "list"
body_text: Main message body text
buttons: For type="buttons": list of {"text": "Button label"} (max 3)
header_text: Optional header text
footer_text: Optional footer text
button_text: For type="list": text shown on the list button
sections: For type="list": list of {"title": "...", "rows": [{"title": "...", "description": "..."}]}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| interactive_type | Yes | ||
| body_text | Yes | ||
| buttons | No | ||
| header_text | No | ||
| footer_text | No | ||
| button_text | No | ||
| sections | No |