syncEmails
Ejecuta el workflow syncEmailsWorkflow en Temporal
POST
/api/workflow/syncEmailsBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | - |
user_id | string | Yes | - |
since | string | Yes | - |
analysisLimit | number | Yes | - |
Example Request
curl -X POST "https://api.makinari.com/api/workflow/syncEmails" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"site_id": "value",
"user_id": "value",
"since": "value",
"analysisLimit": 123
}'Last updated on