Send a message to a conversation
POST/api/v1/sai/chats/:chatId/messages
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated — use POST /api/v1/sai/chats/{userId} instead. Sends a message to an existing conversation and returns the AI's reply. The conversation must belong to your business.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Message sent successfully
Validation failed
Business session is required
Conversation does not belong to this business
Conversation not found
Internal server error