Send a Message to a Thread
POST/teams/:teamId/chatbots/:chatbotId/threads/:threadId/messages
Sends a follow-up message to an existing conversation thread. You can optionally include files with the message.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successfully sent the message and received a response.
Unauthorized. The API token is missing, invalid, or expired.
Forbidden. You do not have the necessary permissions to access this resource.
The requested resource could not be found.
The request could not be processed due to validation errors. The response body contains more details.