cURL
Messaging
Create Message by Phone
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the channel.
Example:
"6633a1b2c4d5e6f7a8b9c0d1"
Body
application/json
Response
200 - application/json
Successfully created a message.
The resource name of the message.
Example:
"channels/6633a1b2c4d5e6f7a8b9c0d1/conversations/664fa2b3c4d5e6f7a8b9c0d2/messages/665ab3c4d5e6f7a8b9c0d3e4"
The timestamp when the message was created.
Example:
"2026-04-03T10:00:00Z"
The delivery status of the message.
Available options:
SENDING, SENT, DELIVERED, READ, FAILED Example:
"SENDING"
The content type of the message.
Available options:
TEXT, TEMPLATE Example:
"TEXT"
The text content. Present when contentType is TEXT.
Example:
"Your order has been confirmed."
The template content. Present when contentType is TEMPLATE.