assignLeads
Ejecuta el workflow assignLeadsWorkflow en Temporal para asignación de leads
POST
/api/workflow/assignLeadsBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | - |
Example Request
curl -X POST "https://api.makinari.com/api/workflow/assignLeads" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"site_id": "value"
}'Last updated on