Skip to main content

SendChatMessage

Sends a chat message to a given topic.

Request Body required
  • topic required

    Topic to send a chat message to.

    If you already know the thread ID, use thread_id.

  • message_body required

    Data to send in a chat message.

Responses

SendChatMessage 200 response

Schema
  • chat_message_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.