At a glance
| Item | Detail |
|---|---|
type | list |
| Channel support | Official and unofficial |
| Unofficial | May be delivered as formatted fallback text |
| Structure | sections[] with rows[] (id, title, optional description) |
Request body
| Field | Required | Description |
|---|---|---|
channel_id | Yes | Sender channel ID |
to | Yes | Recipient phone number |
type | Yes | list |
content.body | Yes | Message text |
content.button_text | Yes | Label on the list open button |
content.sections | Yes | Array of sections with title and rows |
Example
When the user replies, see Handle inbound text or Handle interactive replies.
Endpoint
POST https://api.wazapin.com/v1/messages
Authenticate with X-Api-Key. See Authentication.
Response
On success, the API returns201 Created with a message record (status often starts as queued).
201 Created