startRobot
Ejecuta el workflow startRobotWorkflow en Temporal para inicializar robots automatizados
POST
/api/workflow/startRobotBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | - |
activity | string | Yes | - |
user_id | string | Yes | - |
instance_id | string | Yes | - |
message | string | Yes | - |
context | string | Yes | - |
Example Request
curl -X POST "https://api.makinari.com/api/workflow/startRobot" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"site_id": "value",
"activity": "value",
"user_id": "value",
"instance_id": "value",
"message": "value",
"context": "value"
}'Last updated on