At a glance
| Item | Detail |
|---|---|
type | contact |
| Channel support | Official and unofficial |
| Organization | Optional content.organization |
Request body
| Field | Required | Description |
|---|---|---|
channel_id | Yes | Sender channel ID |
to | Yes | Recipient phone number |
type | Yes | contact |
content.full_name | Yes | Contact display name |
content.phone | Yes | Contact phone number |
content.organization | No | Company or group name |
Example
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