Conversations

Create a new Message for a given conversation.

post/conversations/{conversation_id}/messages

Path parameters

conversation_idstring required

Request body

idstring
conversationstring
createdstring date-time
textstring required
type'message' | 'state_change' | 'private'

Response

idstring
conversationstring
createdstring date-time
textstring required
type'message' | 'state_change' | 'private'

Changes