Lead Contact Generation
Generates potential contact email addresses for a lead based on name patterns and cultural analysis.
POST /api/agents/dataAnalyst/leadContactGeneration
Request Body
{
"name": "John Doe",
"domain": "example.com",
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"context": "CEO of Example Corp"
}| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Full name of the contact. |
domain | string | Yes | Company domain (e.g., example.com). |
site_id | string | Yes | The UUID of the site. |
context | string | No | Additional context like job title or region. |
Response
Returns a list of generated email addresses with confidence scores and validation status.
Last updated on