I would like an email to be sent to the specified email address when the total number of orders within a month reaches XX, but I cannot set up Flow, so I would like to know.
I would like to configure settings using the Shopify Flow app without using an external app.Will it be difficult?
I looked at the help, but it didn’t seem to have a trigger, so I looked into whether it was possible to use an order as a trigger and set conditions using variables, but it was difficult to set up.
This might be possible using an Order created trigger to Update shop metafield for order count, then a condition to check if the value of the metafield has exceeded the target order count, then a Send internal email action. You would also need a way to reset the order count metafield at the beginning/end of every month, perhaps a second workflow with a Scheduled time trigger that clears out the value with Update shop metafield and possibly archives the value somewhere (eg, Add a row to spreadsheet).