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

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" }
ParameterTypeRequiredDescription
namestringYesFull name of the contact.
domainstringYesCompany domain (e.g., example.com).
site_idstringYesThe UUID of the site.
contextstringNoAdditional context like job title or region.

Response

Returns a list of generated email addresses with confidence scores and validation status.

Last updated on