enrichLead
Ejecuta el workflow enrichLeadWorkflow en Temporal para enriquecimiento de leads
POST
/api/workflow/enrichLeadBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
linkedin_profile | string | Yes | - |
person_id | string | Yes | - |
site_id | string | Yes | - |
userId | string | Yes | - |
company_name | string | Yes | - |
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