Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Hi,
we want to set up a workflow with the following variables: begin after the purchase event, check if the customer has subscribed during checkout and is a new subscriber/customer (number of orders =0 or 1).
We did both separately (send an email after purchase OR send an email after the customer subscribes during checkout if they're a new subscriber), but we don't seem to be able to combine both. The latter also captures abandoned checkouts.
We want to exclude customers who have abandoned their carts/checkouts. The email should be sent two days after a customer purchases a product with more information while waiting for the product to be shipped. Return customers should not get this email.
Any help is much appreciated.
I don't think there is any field that is going to tell you if they subscribed during this particular checkout. I would look at using a segment for this. I think you could do something like this:
WHERE email_subscription_status = 'SUBSCRIBED'
AND number_of_orders = 1 AND last_order_date >= yesterday
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025