triggers
Agent Triggers
List
GET /api/agents/:agentId/triggersCreate
POST /api/agents/:agentId/triggers
Content-Type: application/json
{
"type": "schedule",
"name": "Daily Morning Check",
"configJson": { "cronExpression": "0 9 * * *", "timezone": "UTC" },
"enabled": true
}Update
Delete
Standalone User Triggers
Config Fields
Type
Fields
Was this helpful?