Tags: Customers, Email, Orders, Products
Send an email to the customer with specific information regarding a product they just purchased. Useful for digital products, or anytime you'd like to communicate something extra about a product you offer. (Note: this does not replace the Shopify order confirmation email!)
- View in the task library: tasks.mechanic.dev/product-order-email
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"email_subject__required": null,
"email_body__multiline_required": null,
"product_sku__required": null,
"days_to_wait_before_emailing__number": null
}
Learn about task options in Mechanic
shopify/orders/create{% if options.days_to_wait_before_emailing__number != blank %}+{{ options.days_to_wait_before_emailing__number }}.days{% endif %}
Learn about event subscriptions in Mechanic
Send an email to the customer with specific information regarding a product they just purchased. Useful for digital products, or anytime you'd like to communicate something extra about a product you offer. (Note: this does not replace the Shopify order confirmation email!)
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!