Skip to main content

Automations

Most flows wait for a customer. An automation doesn't — it runs a flow on a schedule, or across a whole list of people, without anyone sending a message first.

The Automations page, with its statistics cards and automation list.

What an automation is

An automation binds three things together:

  1. A flow — one of your AgentFlows, which does the actual work.
  2. A trigger — when it fires: once at a set time, or repeatedly on a schedule.
  3. An execution mode — one run per fire, or one run per recipient in a list.

Everything else — retries, pausing, history, notifications — follows from those three.

Typical uses:

  • A daily digest of yesterday's leads, sent to your sales channel at 9am.
  • A follow-up message two days after a conversation goes quiet.
  • A WhatsApp campaign to 3,000 contacts, fired once, personalised per contact.
  • A nightly sync that pulls records from an API and updates your CRM.

Scheduled runs vs batch runs

The difference is what one fire produces:

Scheduled runBatch run
One fire producesOne flow executionOne execution per row of a data source
Data sourceNoneA CSV you upload, or a live query over your leads
Typical useA digest, a report, a syncA campaign, per-customer outreach
Failure unitThe fireThe individual row

A batch run is a scheduled run with a list attached. Everything on the scheduled-runs page — timing, time zones, pausing — applies to both.

Creating your first automation

From the Automations page, press New Automation and work through:

  1. Pick the flow it should run. Build and test the flow first — an automation is not the place to discover the flow doesn't work.
  2. Choose the trigger — once, at a specific time; or recurring, on a schedule.
  3. Set the time zone. Times are interpreted in the zone you pick, not the server's.
  4. Choose the mode — a standard run, or a batch with a recipient list.
  5. Save. It arms immediately, and you can Fire Now to test without waiting.

Fire Now is the step people skip and regret. It runs the automation exactly as the schedule would, right now, so you find out today whether the flow does what you expected.

Where automations show up

WhereWhat you see
Automations pageEvery automation, its status, and how it's been performing
Each automation's detailFire history, per-row status for batches, and the retry controls
ExecutionsEach individual run, with its full node trace
View MessagesMessages a campaign actually sent

An automation fire produces ordinary executions. Everything you know about debugging a flow works the same way here — the only difference is what started it.

In this section