Create Chat Message

This operation creates a chat message.

Message Content

  • A message must contain either text or one attachment, but not both.
  • Only one attachment is allowed per message.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to send a chat message.
  • The user must have content creation permission, which can be granted by a Talk administrator.
Body Params

The Create Chat Message request payload. Note: A message must contain either text or one attachment, but not both.

string
required
length ≤ 5000

The text of the chat message in plaintext format. Either text or attachment can be provided, but not both. Maximum length is 5000 characters.

recipients
object
required

The recipients of the chat message.

string

The ID of the chat message being replied to.

attachment
object

The attachment model used across different content types.

Headers
string

A UUID value to track the request, used for debugging and tracing.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json