Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsSales

Message

Handles sales conversations, answering questions, and guiding leads through the sales funnel.

POST /api/agents/sales/message

Request Body

{ "message": "I'm interested in your enterprise plan.", "site_id": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000", "conversationId": "optional-uuid", "lead_id": "optional-uuid", "visitor_id": "optional-uuid" }
ParameterTypeRequiredDescription
messagestringYesThe content of the message.
site_idstringYesThe UUID of the site.
userIdstringNoThe UUID of the user.
agentIdstringNoThe UUID of the specific agent.
conversationIdstringNoThe UUID of the conversation.
lead_idstringNoThe UUID of the lead.
visitor_idstringNoThe UUID of the visitor.

Response

Returns the AI response, updated conversation details, and any tool execution results (e.g., scheduling a meeting).

Last updated on