"I just increased my product's sale on Shopify by 34% using this n8n workflow."
Out of 100 customers willing to buy your product, 70 just adds it to cart and then forgets about it and only 30 customers purchase it in the end. But if reminded within 24 hrs, the number changes to 45-50 customers purchasing the product. But emailing customers after a fixed time is too much time taking, therefore I built an n8n wokflow to automate this for you.
About the workflow : -> It is triggered when a customers creates a checkout and will provide his/her details about it. -> Then the workflow waits for 24 hours(so that the customer isn't annoyed) to send the email to him/her. -> But, What if the customer purchases the product in between those 24 hours wait? Well, for that I've added an HTTP node (Webhook isn't used because it a trigger) which fetches the data again if the customer has purchased it or not. (an IF node is used for sorting the customer who purchased and who is yet to -> If purchased, no action taken (but can be taken if you want to). -> If not purchased yet, the data is sent to AI Agent for generating a customized email for the customer. (Remove Duplicates node used because sometimes shopify returns the same data twice)
Requirements : ~ n8n ~ Shopify/WooCommerce Product ~ A chat model API(which is available on n8n, but n8n also provides free credits) ~ Email ID(to send emails to customers)
Time to build : 20 min
No replies yet
Join the Discord to continue the conversation
B
BuildShip
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows