Appends new message to chat
POST/external/message/new-chat
Allows adding a new message to a chat.
Usage Notes: - Provide a valid access token or API key for authentication. - Use client_id to associate the chat with a user. - Rate limit: 30 new chats per minute per agent.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful Chat Creation
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error