Create Chat Message

Create a new message in a chat

post

The chat ID is provided in the route.

Path parameters
chatIdstringRequired

The chat ID.

Body
idstringOptional
revisioninteger · int32Optional
contentstringOptional

Content of the chat message.

visibilitystring · enumOptionalPossible values:
isDeletedbooleanOptional

Set to true when the message should be considered deleted

Responses
post
/public/v1/helpdesk/chats/{chatId}/messages

Last updated

Was this helpful?