> ## Documentation Index
> Fetch the complete documentation index at: https://docs.florists.digital/llms.txt
> Use this file to discover all available pages before exploring further.

# Automations

> Set up rules that send emails, texts, and create tasks automatically when things happen in your shop.

**Automations** save you from doing the same thing manually every time. You create a rule once, and Digital Florists runs it for you whenever the right conditions are met — like sending a confirmation email when an order is placed, or texting a customer when their delivery is on its way.

<Info>
  **This page covers features gated by Admin-tier permissions** — typically Settings access. Admins have these by default; your administrator can adjust who has them in [Settings > Team](/settings/team).
</Info>

<Frame caption="The automations builder">
  <img src="https://mintcdn.com/digitalflorists/lSDSCALI780Ukubx/images/Settings/settings_automations_builder.png?fit=max&auto=format&n=lSDSCALI780Ukubx&q=85&s=31739e6d650abaa7405d813c70faa02d" alt="Automations builder showing trigger, conditions, and actions" width="1920" height="1072" data-path="images/Settings/settings_automations_builder.png" />
</Frame>

## How automations work

Every automation has three parts:

| Part           | What it does                                               | Example                         |
| -------------- | ---------------------------------------------------------- | ------------------------------- |
| **Trigger**    | The event that starts the automation                       | "When an order is created"      |
| **Conditions** | Optional filters that narrow when it fires                 | "Only if it's a delivery order" |
| **Action**     | What happens when the trigger fires and conditions are met | "Send a confirmation email"     |

You can think of it as: **When** this happens, **if** these things are true, **then** do this.

Automations work with two types of records:

* **Orders** — triggered when orders are created, when their status changes (e.g. Confirmed, Picked, Fulfilled), or when their payment status changes (e.g. Paid, Refunded)
* **Events** — triggered when events are created, when their status changes (e.g. Quote accepted, Completed), or when their payment status changes

## What automations can do

There are three actions an automation can perform:

* **Send an email** — to the customer on the order or event, sent when the automation fires.
* **Send a text message (SMS)** — to the customer's phone number on the order or event.
* **Create a task** — with a title, description, and optional checklist. You can set its due date a number of days before or after the order's fulfilment date or the event date (like a prep task 7 days before).

See [Actions](/settings/automations-actions) for the full guide on setting up each action, including scheduled tasks and template variables.

## Creating an automation

Go to **Settings** > **Automations** and click **Create**.

<Tip>
  Not sure where to start? The **Start from a preset** dropdown at the top of the Create Automation page loads a ready-made automation — funeral production timeline, quote follow-up, booking confirmation, ask-for-review, and more — into the form for you to review and adjust before saving.
</Tip>

<Steps>
  <Step title="Choose what it applies to">
    Select whether the automation applies to **Orders** or **Events**. This determines which triggers and condition fields are available.
  </Step>

  <Step title="Pick a trigger">
    Choose what event starts the automation — when a record is created, when its status changes, or when its payment status changes. See [Triggers & Conditions](/settings/automations-triggers) for the full list.
  </Step>

  <Step title="Add conditions (optional)">
    Add one or more conditions to control when the automation fires. For example, you might only want it to fire for delivery orders, or only for orders from a specific account. All conditions must be true for the automation to run.
  </Step>

  <Step title="Set the action">
    Choose what should happen — send an email, send an SMS, or create a task. Fill in the details like the email subject and body, the SMS message, or the task name.
  </Step>

  <Step title="Name it and enable it">
    Give the automation a clear name so you can find it later (e.g. "Send confirmation email on new delivery order"). Toggle it on when you're ready.
  </Step>
</Steps>

<Tip>
  Start simple. Set up one or two automations for your most repetitive tasks — like a confirmation email or a delivery reminder — then add more as you get comfortable.
</Tip>

## Example automations

Here are some common automations florists set up:

| Automation          | Trigger                      | Conditions                | Action                                             |
| ------------------- | ---------------------------- | ------------------------- | -------------------------------------------------- |
| Refund confirmation | Order payment status changed | Payment status = Refunded | Send the customer an email confirming their refund |
| Payment thank-you   | Order payment status changed | Payment status = Paid     | Send a thank-you email to the customer             |
| Delivery prep task  | Order created                | Delivery orders only      | Create a task due 1 day before the fulfilment date |
| Event follow-up     | Event status changed         | Status = Completed        | Send thank-you email to client                     |
| Prep task           | Order status changed         | Status = Confirmed        | Create task "Prepare arrangement" with checklist   |

## Enabling and disabling

Each automation can be toggled on or off at any time from the automations list. Disabling an automation doesn't delete it — you can turn it back on whenever you need it.

<Warning>
  Automations only fire going forward. Enabling an automation won't retroactively process orders or events that already exist — so if you turn one on mid-day expecting it to email customers from earlier orders, those orders are skipped.
</Warning>

## Common questions

<AccordionGroup>
  <Accordion title="Do I start with any automations?">
    Your shop starts with no automations running, but you don't have to build from scratch: the **Start from a preset** dropdown on the Create Automation page loads a ready-made automation into the form for you to review, adjust, and save.
  </Accordion>

  <Accordion title="Can I have multiple automations with the same trigger?">
    Yes. You can have as many automations as you like, even if they share the same trigger. Each one is evaluated independently.
  </Accordion>

  <Accordion title="What happens if an automation fails?">
    The automation is logged with the error details. Your order or event isn't affected — a failed automation doesn't block anything. Check the [Logs](/settings/automations-logs) to see what went wrong.
  </Accordion>

  <Accordion title="Can automations send to external services like Zapier?">
    Zapier is included with Enterprise Orders and Enterprise Complete. It is connected as a separate website integration in **Settings** > **Advanced** > **Integrations**. Once it's set up, Zapier receives webhooks for the events you've enabled — it isn't configured from this Automations page.
  </Accordion>

  <Accordion title="Do automations work for POS sales?">
    Yes. POS sales create orders, so any order-based automation will fire for POS transactions too.
  </Accordion>
</AccordionGroup>

## What's next?

<Columns cols={2}>
  <Card title="Triggers & Conditions" icon="bolt" href="/settings/automations-triggers">
    All the triggers and condition fields you can use.
  </Card>

  <Card title="Actions" icon="paper-plane" href="/settings/automations-actions">
    Send emails, texts, and create tasks automatically.
  </Card>

  <Card title="Logs & Troubleshooting" icon="list-check" href="/settings/automations-logs">
    Check what your automations have done and fix issues.
  </Card>

  <Card title="Notifications" icon="bell" href="/settings/notifications">
    Set up the email and SMS templates your automations use.
  </Card>
</Columns>
