Skip to content

Workflows and automations

Missed-call text-back, appointment reminders, review requests, the AI booking flow — underneath, they’re all the same thing: a workflow. Understand the pattern once and the platform stops being a bag of features and becomes something you can genuinely think in.

A workflow is a sentence: WHEN this happens, DO these things.

  • WHEN a call is missed, DO send a text.
  • WHEN a form is submitted, DO create a contact, notify me, send a hello.
  • WHEN an appointment completes, DO wait three hours, then ask for a review.

Trigger, then actions. Every automation you’ll ever see or build is that sentence wearing different clothes.

A workflow canvas with the trigger at the top and actions stacked below, and the trigger picker panel open on the right.

This workflow answers your enquiry form instantly and puts every new lead on your pipeline board — the natural next step once your form is live.

  1. Go to Automations and create a new workflow.

    The Automations area with the workflows list and the create-workflow button in the top corner.

  2. Trigger: form submitted — pick your enquiry form.

    The trigger panel with Form submitted chosen and the enquiry form selected in the filter.

    A trigger’s config panel annotated to show the trigger choice at the top and the filters that narrow it below.

  3. Action — send SMS, instantly, because speed is the whole game. Something like: “Hi {{contact.first_name}}, thanks for your enquiry — we’ll be right with you. If you’d like to book straight away, just reply here and we can sort it now.” That last line is doing the real work: a text that only says “we’ll be in touch” ends the conversation, while a text that offers something gets replies. And the second they reply, they’re in a conversation, so your Conversation AI takes it from there.

    The Send SMS action open with the instant reply written out, including the first-name tag and the reply-to-book line.

  4. Action — notify me in the mobile app.

  5. Action — add a tag recording the source.

  6. Action — create a pipeline card in the first column of your board.

Read it back and it’s just the sentence: when a form comes in, greet them, tell me, label them, put them on the board.

The finished canvas top to bottom: form-submitted trigger, then send SMS, internal notification, add tag and create opportunity in order.

Publish it — this is the step people forget

Section titled “Publish it — this is the step people forget”

A workflow left in draft, or switched off, does nothing at all. When the build looks right, publish it. From that moment your board feeds itself, and the instant reply goes out to every submission without you touching anything.

The builder with the Save button highlighted and the draft-to-publish toggle beside it.

Open Automations and look at the list — anything you’ve built or switched on shows there, and each one reads back as the same WHEN/DO sentence.

Some of what’s running for you doesn’t appear on this list at all, because it lives with the feature it belongs to: your appointment reminders sit with your calendars, Missed-Call Text-Back sits with your phone number, and your AI’s booking behaviour sits with the agent. Different homes, same sentence underneath. And when you create a new workflow, you may be offered ready-made recipes — common jobs already wired up. Picking the nearest one and changing the words is a much smaller job than building from scratch.

The template library for new workflows, with ready-made recipes grouped by category.

Your first self-build: the stale-opportunity reminder

Section titled “Your first self-build: the stale-opportunity reminder”

In a few weeks you’ll catch yourself doing some manual thing for the third time and think: that’s a WHEN and a DO. Trust the instinct. Here’s one worth having early:

WHEN a pipeline card sits unmoved for four days, DO notify me.

There’s a trigger called stale opportunities that does exactly this. It replaces the daily stale-card check on your pipeline — the board taps you on the shoulder instead of waiting for you to look.

The stale opportunities trigger configured with a duration-in-days threshold.

Two rules for every workflow you build:

  • Build it simple first. Trigger, two or three actions, published and running. Add cleverness only once the simple version has worked for a fortnight.
  • Test on yourself. Run your own number through it and receive what customers would receive. Ten minutes of testing has saved more reputations than any feature in the platform.

The run-a-test panel with the contact picker and Run Test button, reached from the Test Workflow control.

If you dream up something beyond your comfort, contact support — describe the sentence, WHEN this, DO that, and we’ll help you wire it.