Hi,
I want to send follow up emails based of customer that has not purchased in over 45 days. We currently use woocommerce. Is this something that I can build with n8n?
thanks
Hi,
I want to send follow up emails based of customer that has not purchased in over 45 days. We currently use woocommerce. Is this something that I can build with n8n?
thanks
Hi @trainingday,
Of course, you can do almost anything the only question is how.
Looking at the options it could be a case of using a SQL node and reading the database to check orders and users to find any that are older than 45 days or maybe using the woocommerce node to loop the orders and users to find what you want.
Hey @trainingday!
As @Jon mentioned, it is possible to do it with n8n. One of the ways that I can think of is as followo:
Sent Follow Up Email to true.Alternatively, you can use the Wait node.
I hope this helps.