Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the channel.
"6633a1b2c4d5e6f7a8b9c0d1"
The unique identifier of the conversation.
"664fa2b3c4d5e6f7a8b9c0d2"
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.