Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
Im looking to create a email flow after my customer has paid their order if it's not fulfilled after 5 days a email will be sent to them notifying them that will be delayed shipping and to give 7-14 days.
Hello @masterunlimited
I have done similar things in the past. Let's connect to discuss this further.
okay what do i need to do?
Use the contact me option from my signature and let's connect. @masterunlimited
You first need to ID how you are going to send the email, as Flow doesn't have a native action for sending transactional email to customers. There are many 3p options if you search for them in the tasks (uncheck "installed" apps).
The rest of that should be possible in Flow. Probably you'll want to use "Get order data" to look for orders that are paid but unfulfilled
how what do i pick from here?
There is an action called Get Order Data
okay i found a flow that will work for me and changed it to 5 days. however, it adds a tag to the customer. How do I now take that tag and email the customer to notify their order will have a delay shipping?
Since you can only have 1 action per loop currently, you would need to add a second loop in the "then" path of your for each loop. There you loop over the same thing and add the action to email.
Hi Paul - we are looking to implement this exact flow: ie. if an order is paid and remains unfulfilled after 7 days, then an automated email to the customer will display.
Could you create these example loops in shopify flow for me as I'm struggling to interpret all of these previous comments in this forum.
Thanks! 🙂
Hi paul, i have replied to you in other threads though I will do so here,
could you create a detailed instruction list so i may recreate this flow for my store as per my request above (if an order is paid and remains unfulfilled after 7 days, then an automated email to the customer will display)
I'd be very very grateful for your help as with the screenshot above, i am having trouble recreating in my own store...
To send notifications to customers about shipping delays you can create two workflows. First workflow is the following:
created_at:<='{{ scheduledAt | date_minus: "7 days" }}' AND fulfillment_status:unfulfilled AND financial_status:paid AND tag_not:late_fulfillment
Second Workflow is the following:
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024