I need guidance on how to send order details via email to an address not the customer. I’m using Flow and I have the triggers and all set up to send an email based on the discount code used. This email needs to contain pretty much everything that’s in the order confirmation email the customer receives. I’ve tried to find a way to send a copy of this order confirmation, but no luck. I could get by with just:
Order name
Customer name
Order summary:
Product(s)
Quantity
Discount code
Total cost before discount code was applied
This confirmation email contains a line “You saved $ xx.xx” which would be great. Thanks for any help.