Skip to content

Latest commit

 

History

History

email-customer-when-order-paid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Email customer when their order is paid

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. :)

Default options

{
  "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

Subscriptions

shopify/orders/paid

Learn about event subscriptions in Mechanic

Documentation

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. :)

Installing this task

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.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!