Business Rules
Automate repetitive tasks in your store without writing a single line of code. Set up rules that run automatically based on what your customers do.
What are Business Rules?
Business rules let you define "if this happens, do that" logic for your store. For example:
- If a customer places their first order → send them a thank-you email with a discount
- If an order is fulfilled → tag that customer as "verified buyer"
- If a cart is abandoned → create a coupon and notify your team
Rules run in the background automatically. Once you set them up, they work 24/7 without any effort from you.
How Rules Work
Every rule has three parts:
- Trigger — the event that starts the rule (e.g. "an order is placed")
- Conditions — optional filters to narrow down when the rule applies (e.g. "only if the order total is over $50")
- Action — what happens when the rule fires (e.g. "send a welcome email")
Available Triggers
| Trigger | When it fires |
|---|---|
| Order placed | A customer completes a purchase |
| Customer created | A new account is created |
| Cart abandoned | A customer adds items but doesn't check out (within 1 hour) |
| Product viewed | A product page is visited |
| Order fulfilled | Items are marked as shipped |
| Order refunded | A refund is processed |
| Customer updated | A customer's profile is changed |
| Subscription created | A customer subscribes to a product |
Available Actions
| Action | What it does |
|---|---|
| Send email | Send a custom email to the customer |
| Create coupon | Automatically generate a discount code |
| Tag customer | Add a label to the customer's profile |
| Add to segment | Put the customer into an email segment |
| Send webhook | Notify an external system (e.g. Slack, Zapier) |
| Notify admin | Send an internal alert to your team |
Creating Your First Rule
- Open your store from the dashboard
- Click Business Rules in the left sidebar
- Click New Rule
- Choose a trigger from the list
- Optionally add conditions to filter when the rule applies
- Choose an action and configure it
- Give the rule a name so you can find it later
- Toggle the rule on and click Save
Start simple. Your first rule might just be "order placed → send thank-you email." Once you're comfortable, you can add conditions and combine multiple actions.
Enabling and Disabling Rules
Every rule has an on/off toggle. You can:
- Turn a rule off without deleting it — useful for seasonal promotions
- Turn it back on at any time
- Delete rules you no longer need
Rules only fire when they are turned on. Turning a rule off stops it immediately with no effect on rules that already ran.
Checking Rule History
In the Business Rules page, click on any rule to see its execution log — a list of every time the rule fired, which customer triggered it, and whether the action succeeded.
This is useful for:
- Verifying that your rules are working as expected
- Troubleshooting if an email wasn't sent
- Reviewing how many times a rule has run
Next Steps
- Creating rules with conditions — step-by-step guide with examples
- Rule templates — start from pre-built examples
- Marketing automation — visual workflow builder for more complex flows