Create a new message

Create a new message in a conversation. The maximum request size is 10MB.

Path parameters

conversation_idstringRequiredformat: "id"
The ID of the conversation

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
authorobjectRequired
contentobjectRequired
The message content

Response

Message created
idstring or null
The ID of the message
conversation_idstring or null
The ID of the conversation
authorobject or null
contentobject or null
The message content
created_atstring or nullformat: "date-time"
The date and time the message was created
updated_atstring or nullformat: "date-time"
The date and time the message was updated

Errors