Skip to main content
GET
List templates

Endpoint

Response

200 β€” { "templates": [ ... ] } Each template includes:

Create from template

Body:
  • paramValues is optional. When the template defines parameterDefinitions with required: true, missing values return 400.
  • Values are applied to both flat fields and graph node data via mirrorPaths.
  • Example alert_created_email_notify creates a realtime automation: alert_created β†’ send_push_notification (email).
  • Example entity_monitoring_scheduled creates a scheduled automation: cron β†’ fetch_entities (filters) β†’ run_risk_matrix (chosen matrix).
Automations created from a template are always created disabled (enabled: false), regardless of the template definition. Review the configuration and activate them with POST /automations/:id/toggle (or from the dashboard) when ready.