v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
messages

Send a new chat message to a chat channel

put/chatChannel/{channelID}/message

Path parameters

channelIDstring uuid required

Request body

textstring required

See the Rich Text page to learn more about formatting

fromstring uuid required

The user id of the sender. Only an admin user can be chosen. If this field is not provided, the user that created the API key will be used.

createdAtstring date-time

Optional timestamp to override the default creation time for the chat message. Must be in ISO 8601 format.

Example request

{
  "text": "<p>Hello!</p>",
  "createdAt": "2023-10-15T14:30:00.000Z"
}

Response

Successful response