Toki.

Workflow Test Runs and Email Previews

Test a workflow against a real customer before publishing, preview emails with live variables, and send yourself a test.

Test Runs

Pick a customer, choose the trigger, and run the workflow in test mode. You see each node execute, the data flowing through it, and where it stops—without any real rewards or emails going out.

Email Preview with Variables

The email editor preview now renders with real variable values from the selected customer. What you see is what they'd get.

Send a Test Email

Send the rendered email to yourself (or a colleague) straight from the editor.

Liquid Templating

Variable replacement in emails and messages now runs on the Liquid templating engine—the same one Shopify uses. That means filters, conditionals, and loops:

{{ customer.first_name | default: "there" }}
{% if points > 1000 %}You're a VIP!{% endif %}

Also Shipped

  • Import and export workflows as JSON to copy them between shops
  • Test-run modal for workflow executions (June)

Why It Matters

Publishing a workflow used to be a leap of faith. Now it's a test you can pass.