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

syncEmails

Ejecuta el workflow syncEmailsWorkflow en Temporal

POST/api/workflow/syncEmails

Body Parameters

ParameterTypeRequiredDescription
site_idstringYes-
user_idstringYes-
sincestringYes-
analysisLimitnumberYes-

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