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.
Template variables
Email subjects, email bodies, and SMS messages can include variables like{{customer.name}} that resolve when the automation runs. The automation builder shows a panel of available variables under each message field — click one to insert the matching token at the cursor. The list adapts to the automation type: order automations expose order-related tokens, event automations expose event-related tokens, and both share the customer set.
Order automation variables
Event automation variables
Per-recipient contact variables (event automations only)
When an event automation action has an Event contacts loop on it, a second set of variables appears in the picker. These resolve to the current recipient’s details, so each fan-out email or SMS is addressed to that specific contact rather than the event’s primary customer.
Use
{{customer.first_name}} when you mean the event’s primary customer (always the same across every iteration of the loop), and {{contact.first_name}} when you mean the person the current iteration is being sent to. The two are different on purpose — most fan-out messages want {{contact.*}} for the greeting and {{customer.*}} when referring to who booked the event.
The picker only shows the {{contact.*}} set when the action is configured to loop over event contacts. If you switch off the loop, those variables disappear from the picker (existing tokens in your message body keep working but resolve to empty strings outside the loop).
If a customer or contact doesn’t have a value for the variable you’ve used (no phone number, for example), the variable resolves to an empty string. Unknown tokens are left as-is in the message so a typo like
{{custmer.name}} shows up plainly in the test send rather than being silently dropped.%name%, %quantity% and so on) and only work inside a looping action — see Loops below for the full set per loop type.
Send an email
The most common action. When the automation fires, an email goes out to the customer on the order or event, wrapped in your standard notification layout and branding.Setting it up
1
Write the subject
Type the subject line. Insert variables from the picker so each email is personalised — see Template variables for the full list.
2
Write the message
Compose the email body. Variables work here too. You don’t need to recreate headers, footers, or styling — the message is dropped into your branded notification layout.
%name% filled in for each one. See Loops for the full variable list per loop type.
Send a text message (SMS)
Sends a text message to the customer’s phone number when the automation fires. Useful for time-sensitive notifications like delivery updates.Setting it up
Enter the SMS content. The same variables work in SMS as in email — see Template variables. Keep the message short: standard SMS messages are 160 characters, and longer ones are split into multiple parts and use multiple credits, so insert variables sparingly. The SMS sends to the phone number on the customer record by default. If the action has an Event contacts loop on it, the SMS sends to each contact’s phone instead, once per contact. If a phone number is missing, the automation logs that the SMS was skipped and moves on. Your order or event isn’t blocked.Create a task
Automatically creates a task when the automation fires. This is great for making sure preparation steps, follow-ups, or checks don’t get forgotten.Setting it up
1
Enter the task title
Give the task a clear name, like “Prepare arrangement” or “Follow up with client”.
2
Add a description (optional)
Include any extra detail the team needs.
3
Add a checklist (optional)
You can generate a checklist from a loop — for example, one checklist item per product in the order, or one per recipe in an event quotation. See Loops below.
Scheduling the due date
By default a created task is due straight away. To prep ahead, set a due date relative to the order or event using one of these fields.- Days Before — the task is due that many days before the order’s fulfilment date or the event date (like a prep task 7 days before).
- Days After — the task is due that many days after (like a follow-up 14 days after).
Loops
Loops let you repeat part of an action for each item in a list. Tick Enable Looping on an action and pick what to loop over.Loop variables
Inside a loop, the message body is rendered once per item with the%variable% values filled in for that item. Each loop has its own variable set:
Outside a loop, use the
{{ }} variables from Template variables instead. The two syntaxes are intentional: {{ }} refers to the order or event the automation fired on, %% refers to the current item inside the loop.
How loops work with emails
The email is sent once per loop item with the loop variables filled in. Three of the loops (Order items, Event quotation recipes, Event quotation ingredients) all send to the customer recorded on the order or event, with a different message each time. The Event contacts loop is different — see below.Event contacts loop — sends to each contact in turn
The Event contacts loop is the only loop that changes who the email or SMS is sent to. For each contact on the event:- The email goes to that contact’s email address (not the event customer’s)
- The SMS goes to that contact’s phone number (not the event customer’s)
- The
{{contact.*}}template variables from Per-recipient contact variables resolve to the current recipient’s details, so the greeting reads “Hi Sarah” for the bride and “Hi Tom” for the groom on the same automation - The legacy
%first_name%,%last_name%,%email%,%phone%,%label%loop tokens still work and resolve to the same values — the modern{{contact.*}}syntax is the recommended one because it’s shown in the variable picker - If a contact is missing a value (no email on a contact who’s phone-only, for example), the loop falls back to the event’s customer details so the message still goes out — but only when it’s a sensible fallback, never to the wrong person
How loops work with tasks
When you use a loop with a create task action, Digital Florists generates a checklist on the task with one item per loop entry. For example, if an order has three products and you use the Order items loop, the task gets a three-item checklist — one for each product, with%name% x %quantity% filled in per line.
Common questions
Can one automation perform multiple actions?
Can one automation perform multiple actions?
Yes. Click Add Action to chain as many actions as you need onto a single automation. Each action runs in turn when the trigger fires and the conditions match.
Can I test an automation before enabling it?
Can I test an automation before enabling it?
There’s no dry-run mode. Create a test order or event and let the automation fire on it, then check the Logs to confirm it worked.
Why does my email look styled even though I only typed plain text?
Why does my email look styled even though I only typed plain text?
The subject and message you write are wrapped in your branded notification layout — header, footer, colours, signature — before being sent. You write the content; Digital Florists handles the styling. Adjust the layout itself in Notification Templates.
Do loop variables work in SMS messages?
Do loop variables work in SMS messages?
Yes —
%name%, %quantity%, %price%, %note%, and the contact-specific ones (%first_name%, %email%, %phone%, %label%) all resolve in SMS the same way they do in email. The Event contacts loop also re-routes the SMS to each contact’s phone in turn. Just keep the message short, since each loop iteration is a separate SMS and counts against your credits.What happens to a scheduled task's due date if the order date changes?
What happens to a scheduled task's due date if the order date changes?
The task keeps its original due date. The due date is worked out when the automation fires and doesn’t recalculate if the order or event date shifts afterwards.
What’s next?
Triggers & Conditions
Control when your automations fire.
Logs & Troubleshooting
Check what your automations have done and fix issues.
Notifications
Manage the email templates your automations use.
Tasks
View and manage tasks created by automations.