Send Message
Create a message in a thread with the following logic:
- Save the user message
- Queue Snowman call to get an assistant response as a background task
- Return the saved user message
Path parameters
group_id
thread_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
content
The content of the thread message
extra
Extra metadata for the thread message
Response
Successful Response
group_id
thread_id
message_id
detail