Overview

An automation is a small workflow: one trigger decides when it runs, and an ordered list of steps decides what happens. When it fires, RAD creates one run per targeted device and executes the steps in order for that device. Steps can pause the run - to wait out a delay or to wait for a person to approve - which makes automations ideal for staged rollouts and change control, not just instant fixes.

Where Remediation is a single condition → single action reflex, Automations give you a visual builder, multiple sequential steps, scheduling, on-demand runs, and a live per-device history.

Triggers

Steps

Text fields in tickets, emails, SMS, and webhooks support placeholders like {{hostname}}, {{alert_title}}, {{alert_message}}, and {{severity}}.

Branches (Paths)

Add a + Add Path node to branch. A branch holds ordered, named paths, each with its own match conditions and its own steps. When a run reaches the branch, it takes the first path whose conditions all match for that device; a path with no conditions is the default. Paths are resolved per device, so the same automation can do different things on a server vs. a laptop.

Trigger points (re-entry)

A trigger point is an alternate entry point placed among your steps. When a matching alert fires on a device, the automation starts running from that step downward - the steps above it are skipped for that run. During a normal top-to-bottom run the trigger point is simply passed through. Trigger points only act as entry points at the top level of the automation; one placed inside a branch path is ignored. This lets a single automation define an onboarding flow at the top and a separate "when disk fills up" flow lower down, without a second automation.

Building an automation

  1. Open Automations in the sidebar and click + New Automation.
  2. Give it a name, pick a trigger, and fill in the trigger's settings (conditions, schedule, or scope).
  3. Click + Add step (or + Add Path to branch) and configure each step. Reorder by grabbing a step's handle and dragging it above or below another (or use the up/down arrows).
  4. Optionally tick Continue even if this step fails on steps that shouldn't stop the run.
  5. Save. Toggle it on or off any time from the list.

Working with big automations: the builder is a canvas — drag the background to pan, and zoom with the on-screen controls or Ctrl + scroll, so a long chain of steps and branches is easy to lay out and review.

Running & watching

Manual and scheduled automations show a Run button - press it, choose devices (or accept the default scope), and the run starts. Click History on any automation to see every run with its status:

The history and the run detail refresh live, so you can watch a staged rollout move device by device.

Example automations