Send Message

Create a message in a thread with the following logic:

  1. Save the user message
  2. Queue Snowman call to get an assistant response as a background task
  3. Return the saved user message

Path parameters

group_idintegerRequired
thread_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
contentstringOptional

The content of the thread message

extramap from strings to optional anyOptional

Extra metadata for the thread message

Response

Successful Response

group_idinteger
thread_idinteger
message_idinteger
detailstring

Errors