Tags: Customers, Email, Orders, Payment
Quickly send a thank-you email (or any other sort of follow-up email) to your customers, as soon as their order is paid. (Optionally, require one or more order tags to be present, in order for the email to be sent.) And it's super easy to add a delay – set the task to subscribe "shopify/orders/paid+2.days" or "shopify/orders/paid+1.week" instead to create a thoughtful just-checking-back-in-with-you message. :)
- View in the task library: tasks.mechanic.dev/email-customer-when-order-paid
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"required_order_tags_at_the_time_of_payment__array": null,
"email_subject__required": "Order #{{ order.order_number }} is paid - thank you!",
"email_body__multiline_required": null
}
Learn about task options in Mechanic
shopify/orders/paid
Learn about event subscriptions in Mechanic
Quickly send a thank-you email (or any other sort of follow-up email) to your customers, as soon as their order is paid. (Optionally, require one or more order tags to be present, in order for the email to be sent.) And it's super easy to add a delay – set the task to subscribe "shopify/orders/paid+2.days" or "shopify/orders/paid+1.week" instead to create a thoughtful just-checking-back-in-with-you message. :)
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!