Send Message
Send a message to the business analyst
POST
Send a message to the business analyst and receive an analyzed response.
Request
The message to analyze
Unique identifier for the user in your system
Previous messages in the conversation
ID of an existing conversation to continue
List of specific integrations to use
Whether to use all available integrations
Mode of operation (‘chat’ or ‘business_analyst’)
ID of a specific agent to use
Whether to store conversation history
Whether to use passthrough integrations
Response
The analyzed response to the message
The agent’s thought process
Actions taken by the agent
Suggested follow-up question
Reasoning behind the analysis
ID of the conversation
Unix timestamp of the response
Example
Error Codes
Authentication error
Permission error
Rate limit exceeded
Notes
- The conversation history is automatically stored unless
privacyMode
is enabled - When
useAllIntegrations
is true, the agent will use all available integrations for the user/organization - The
mode
parameter determines how the message is processed:business_analyst
: Full analysis with integrationschat
: Simple chat response without integration data
- Rate limits apply based on your plan (see Rate Limiting)