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

Lead Selection

Analyzes a list of leads to prioritize and select the best ones for engagement.

POST /api/agents/sales/leadSelection

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "leads": ["uuid1", "uuid2"], "userId": "123e4567-e89b-12d3-a456-426614174000" }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
leadsstring[]YesArray of lead UUIDs or lead objects to analyze.
userIdstringYesThe UUID of the user.
includeTeamMembersbooleanNoWhether to include team member availability (default: true).

Response

Returns a prioritized list of leads, strategic analysis, and assignment recommendations.

Last updated on