Creates and sends an interactive WhatsApp message to the specified user.
This endpoint requires the ApiKey, MobileNumber, and SenderNumber,
along with the Interactive object that defines the message type and its content.
Interactive messages may include list menus, quick-reply buttons, call-to-action buttons, or other structured formats.
POST
https://api.msg4.cloud.robeeta.com/Message/CreateWbaInteractiveMessage
Authorization: ApiKey
Header: Content-Type: application/json
Request Body
Interactive Object:
| Field | Type | Description |
|---|---|---|
| type | string | Message type — list, button |
| body | object | Main message text |
| action | object | List, buttons |
Body Object
| Field | Type | Description |
|---|---|---|
| text | string | Main content text |
Action Object
button and sections.buttons array.List Fields
| Field | Type | Description |
|---|---|---|
| button | string | Button text shown on list opener |
| sections | array | Group of selectable rows |
| row.id | string | Returned when user selects it |
| row.title | string | Row display text |
| row.description | string | Optional row details |
Button Fields
| Field | Type | Description |
|---|---|---|
| buttons | array | List of reply buttons |
| reply.id | string | Returned value |
| reply.title | string | Button label |
Response Body
Status Codes
| StatusCode | Response |
|---|---|
| 200 | OK |
| 1704 | Invalid ApiKey |
| 1705 | Invalid Mobile Number |
| 1706 | Invalid Sender Number |
| 500 | Unknown Error |
Note: Ensure the sender number is verified and media URLs are publicly reachable.