Company Contact Generation
Generates potential contact email addresses for a company based on domain patterns.
POST /api/agents/dataAnalyst/companyContactGeneration
Request Body
{
"domain": "example.com",
"site_id": "123e4567-e89b-12d3-a456-426614174000"
}| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Company domain. |
site_id | string | Yes | The UUID of the site. |
Response
Returns a list of generated email addresses with confidence scores and validation status.
Last updated on