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