POST /v1/whatsapp/messages/interactive to send reply buttons or a list. You pass a WhatsApp interactive object through as-is; its type (e.g. button, list) is required. Needs an open 24-hour window.
Endpoint
X-API-Key (required), Content-Type: application/json.
Fields
| Field | Type | Required | Notes |
|---|---|---|---|
interactive | object | yes | A WhatsApp interactive object; its type is required. |
to + sender | — | target | Customer number (E.164) and which of your numbers to send from. sender is optional when you have one active number. |
conversation_id | uuid | alt | Alternative to to + sender: an existing thread to reply in. |
Example
cURL
{ message_id, status: "pending" }. Build and send a live request from the Send an interactive message reference page.