Have Flow notify different teams when a product sells for the first time.

Have Flow notify different teams when a product sells for the first time.

Finn_dev
Shopify Partner
14 1 5

Is it possible to have Flow send different internal emails to different departments when any product in the store sells for the first time? Orders, sales and marketing teams need to be notified with information about the product and the email text needs to be different for each. Thanks

Replies 2 (2)

Kalen_Jordan
Shopify Partner
743 34 130

Yeah should be pretty simple using the send internal email action in flow.

Finn_dev
Shopify Partner
14 1 5

I am stuck. my reasoning is to add a tag 'first sale' to each product after an order but only if the tag doesn't already exist on that product.
This is my workflow. Trigger is order paid, then i use a for loop to iterate through the order line items. For each item, I check if the product tags does not include a 'First sale' tag. Then I add the 'First sale' tag. But here's the problem. I want it to add the tag then send 3 emails, but it seems I can only add one action after a for loop so after tagging the products, I can't perform the action to send the mail.
Please help