Create a new message

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

Path parameters

conversation_idstringRequired

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

idstringOptional

The ID of the message

conversation_idstringOptional

The ID of the conversation

authorobjectOptional
contentobjectOptional

The message content

created_atdatetimeOptional

The date and time the message was created

updated_atdatetimeOptional

The date and time the message was updated

Errors