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

leadResearch

Ejecuta el workflow leadResearchWorkflow en Temporal para investigación de leads

POST/api/workflow/leadResearch

Body Parameters

ParameterTypeRequiredDescription
site_idstringYes-
lead_idstringYes-

Example Request

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