Each recipe below pairs one Circuly trigger with native Shopify Flow actions. Copy the structure into your own workflow and adapt as needed.Documentation Index
Fetch the complete documentation index at: https://app.docs.circuly.io/llms.txt
Use this file to discover all available pages before exploring further.
Recipe 1 — Tag customers when payment fails
Use case: Build a “payment-failed” customer segment for a Klaviyo win-back flow or for a support follow-up list.Action
Add the Add customer tags action. Use the customer reference from the trigger. Tag with
payment-failed.Recipe 2 — Win-back when a contract is cancelled
Use case: Trigger a churn-recovery email series the moment someone cancels.Condition
Add a condition:
{{trigger.cancelledBy}} == 'customer' (skip merchant-initiated cancellations).Recipe 3 — Notify warehouse when an asset is returned
Use case: Tell your fulfillment team to inspect and restock a returned rental unit.Action
Send internal email to
warehouse@yourcompany.com with {{trigger.assetId}}, {{customer.firstName}} {{customer.lastName}}, and {{trigger.condition}}.Recipe 4 — Segment new subscribers by contract type
Use case: Apply different onboarding emails for Rental vs. Subscription customers.Branch on contract type
Add a condition on
{{trigger.contractType}}. One branch handles Rental, the other handles Subscription/Consumable/Digital.