Conversations
Create a message
Creates a message object, adding it to an existing conversation.
Use this endpoint to record each new message in the conversation.
POST
Path Parameters
The identifier for a conversation.
Body
application/json
Represents a single message within a conversation.
The content of the message.
Minimum length:
1
Information about the participant who sent the message.
The time when the message was sent. Include the timezone, otherwise UTC will be assumed.
Response
200
application/json
Successfully created message in conversation
Response for messages
Message ID to be used for analytics
Was this page helpful?