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

enrichLead

Ejecuta el workflow enrichLeadWorkflow en Temporal para enriquecimiento de leads

POST/api/workflow/enrichLead

Body Parameters

ParameterTypeRequiredDescription
linkedin_profilestringYes-
person_idstringYes-
site_idstringYes-
userIdstringYes-
company_namestringYes-

Example Request

curl -X POST "https://api.makinari.com/api/workflow/enrichLead" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "linkedin_profile": "value", "person_id": "value", "site_id": "value", "userId": "value", "company_name": "value" }'
Last updated on