Introduction

Create workspace automations that run actions after events, on schedules, or when record conditions change.


Automations run actions when a defined event, schedule, or record condition occurs. Each automation belongs to one workspace.

Open Automations

You can open the same workspace automation list from two locations:

  • Open Workspace settings > Automations for the full settings page.
  • Select Automations on the records toolbar to open the list in a dialog.

Changes from either location apply to the same workspace automation list.

Use the When and Then Model

The automation editor has two sections:

  • When defines the event, schedule, or condition that starts the automation.
  • Then defines one or more actions that Blue runs.

For an event automation, this model is:

When something happens, Then run these actions.

See the complete trigger reference and action reference.

Automation editor with When and Then configuration sections

Automation Types

Event Automations

An event automation runs after a specific change. Examples include creating a record, changing an assignee, or setting a custom field.

Event automation: a trigger runs the automation, which runs one or more actions

Scheduled Automations

Scheduled automations run daily, weekly, monthly, or yearly. At each scheduled time, Blue applies the actions to records that match the saved filter.

Scheduled automations require Pro or Enterprise. See the complete scheduled automations guide.

Scheduled automation: a recurring schedule finds matching records and runs actions on each

Conditional Automations

Conditional automations run when a record starts or stops matching a saved set of conditions. They respond to the record’s combined state instead of one event.

Conditional automations require Pro or Enterprise.

Conditional automation: one set of actions runs when a record starts matching, another when it stops

Let One Automation Start Another

An automation action changes a record. That change can start a second automation, which can start a third. This is called chaining.

For example, an automation that completes a record can start a second automation that watches for completed records and adds a tag.

Automation chaining requires Pro or Enterprise.

Without Pro or Enterprise, each automation still runs all of its own actions. The changes those actions make do not start any other automation.


Use the automation toggle to pause or resume an automation.

Workspace automation list with active and inactive automation toggles

Most actions change records in the automation’s workspace. Copy record, Move to list, and Add to workspace can send or add a record to another workspace.

Automation action configured to send a record to another workspace

Name and Group Automations

An automation can have a name. The name is the card headline; the generated trigger → actions summary stays beneath it. Without a name, the card shows the summary alone.

Groups organize automations into sections. Groups are flat — one level, no folders inside folders — and belong to one workspace.

Automations list organized into groups

  1. Open Automations and select New Group.
  2. Enter a group name and press Enter.
  3. Drag automations into the group, or select Move to group from an automation’s menu.

Automation form with the Name field and the Group picker

Set the name and group at the top of the automation form. Select New group… in the picker to create a group without leaving the form.

Group menu and the Move to group submenu

  • Drag a group header to reorder groups. Drag an automation to reorder it inside its group or move it to another group.
  • Collapse a group to hide its automations. Blue remembers which groups you collapsed.
  • Delete a group from its menu. The automations inside are not deleted — they move to Ungrouped.
  • Names and groups do not change when or how an automation runs.
  • Duplicating an automation keeps its group. Copying a workspace copies its groups.

Workspace owners and administrators can create, rename, reorder, and delete groups.

Permissions

Workspace owners and administrators can create, edit, pause, duplicate, and delete automations. Other workspace members can view active automations.

Each workspace can hold a maximum of 500 automations. This maximum is the same on every plan. To add a new automation to a full workspace, first delete an automation you do not need.

Loop Protection

Two automations can form a loop. For example, the first automation completes a record, and the second automation reopens every completed record. Together they run again and again.

Blue prevents this in three places:

  • When you save. Blue checks the automation against every other active automation in the workspace. If the result is a loop, Blue does not save it. The message names each automation in the loop, in order. Select an automation in that list to open it and change it.
  • When you copy a workspace. A copied workspace can contain a loop that did not exist before. Blue switches off the copied automations that form the loop and tells you how many it switched off. Your records are not changed. Review those automations, correct them, and switch them back on.
  • While automations run. A chain stops after 10 steps, and the same automation cannot run twice on the same record in one chain.