At a glance
| Item | Detail |
|---|---|
type | buttons |
| Channel support | Official and unofficial |
| Unofficial | May be delivered as formatted fallback text |
| Session | Typically used inside the customer service window |
Request body
| Field | Required | Description |
|---|---|---|
channel_id | Yes | Sender channel ID |
to | Yes | Recipient phone number |
type | Yes | buttons |
content.body | Yes | Message text above the buttons |
content.buttons | Yes | Array of { "id", "title" } |
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