Lead Research
Conducts comprehensive research on a specific lead.
POST /api/agents/sales/leadResearch
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"lead_id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"researchDepth": "deep",
"includeSocialMedia": true
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
lead_id | string | Yes | The UUID of the lead to research. |
userId | string | Yes | The UUID of the user. |
researchDepth | string | No | Depth of research: ‘standard’, ‘deep’ (default: ‘standard’). |
includeSocialMedia | boolean | No | Whether to include social media analysis. |
includeCompetitorAnalysis | boolean | No | Whether to include competitor analysis. |
Response
Returns detailed research findings about the lead and their company.
Last updated on