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