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

promptRobot

Ejecuta el workflow promptRobotWorkflow en Temporal para procesar mensajes de robots automatizados

POST/api/workflow/promptRobot

Body Parameters

ParameterTypeRequiredDescription
instance_idstringYes-
messagestringYes-
step_statusstringYes-
site_idstringYes-
contextstringYes-
activitystringYes-

Example Request

curl -X POST "https://api.makinari.com/api/workflow/promptRobot" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "instance_id": "value", "message": "value", "step_status": "value", "site_id": "value", "context": "value", "activity": "value" }'
Last updated on