Read this yet?
This article is part of a series helping users get started with the Template Workflows we have included in Automation. To use a Template, visit here and select a Workflow to edit and apply to your orders!
This workflow helps you to notify a customer when a sales order has been Finalized and is ready for a shipment to be created.
Upon all orders marked as 'Finalized' in the system, this automation checks to see if the order can be shipped. If it can, then we will send an email to the buyer notifying them that the order is being processed for shipping.
Here are the code blocks ready to copy and paste for the example above
To
"{{order.email}}"
Subject
"Your Order #{{order.order_number}} is Ready to Ship"
Body
"Good news, your order is ready to ship and is being processed by our team right now!"
Enjoy exploring Automation 🤖