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"
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
leads | string[] | Yes | Array of lead UUIDs or lead objects to analyze. |
userId | string | Yes | The UUID of the user. |
includeTeamMembers | boolean | No | Whether to include team member availability (default: true). |
Response
Returns a prioritized list of leads, strategic analysis, and assignment recommendations.
Last updated on