Skip to main content

Configure Email Triggers

Quoflo can automatically email your customers (and you) when key events happen. Email Triggers let you enable / disable each notification and pick which template it sends.


1 Open Email Setup → Triggers

Left menu → Settings → Email Setup → Triggers


2 Understand the list

Each row shows

ColumnMeaning
Trigger NameThe event that fires (order_paid, subscription_canceled, etc.)
TemplateWhich Email Template the trigger will send.
Status Icon✔ = enabled, 𝙓 = disabled.
EditOpens the settings drawer.

Click Show Disabled to reveal everything that is currently off.


3 Edit a trigger

  1. Click Edit.

  2. In the side panel:

    FieldWhat to do
    Email Template TypeRead-only – the template associated with this trigger.
    Enabled switchToggle on/off.
    Turning it off stops all outgoing emails for this trigger.
  3. Click Save.


4 What each trigger does

TriggerFires when…Typical recipient
order_paidA checkout succeeds.Customer + Admin
subscription_createdNew subscription starts.Customer
subscription_canceledA subscription is canceled (customer or admin).Customer
event_accepted_and_paidA booking is confirmed & payment covered.Customer
account_createdA new account registers.Customer
account_updatedProfile / account info changes.Customer

Need a custom event? Email support@quoflo.com.


5 Creating / editing templates

Triggers merely invoke templates—you design the content under Email Setup → Templates. Templates can include Liquid tags like:

{{ customer.first_name }}
{{ order.total | money }}

The template’s Handle must match the “Email Template Type” shown in the trigger drawer.


6 Testing

  1. In Settings → Email Setup → Templates, open the template and click Send Test.
  2. Or perform the real action (e.g. place a $0 test order) and check your inbox.
  3. Check Settings → Email Setup → Logs if nothing arrives—status, delivery time, and SMTP errors are shown there.

Troubleshooting

IssueFix
Email never arrivesConfirm trigger Enabled, template Published, and customer has a valid email.
Wrong templateEdit the template, keep the handle unchanged, click Save.
Too many emailsDisable triggers you don’t need or combine notifications into one template.

Need more help? Ping support@quoflo.com with the trigger name and timestamp.