Tags: Customers, Email, Marketing, Retention
Use this task to make repeat business easy by automatically emailing your customers X days after their purchase, with a one-click reorder link that will send them straight to checkout with their entire cart pre-filled.
- View in the task library: tasks.mechanic.dev/send-customers-a-reorder-link-x-days-after-ordering
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"days_to_wait__number_required": null,
"email_subject__required": "Would you like to order again?",
"email_body__multiline_required": "Hello,\n\nThanks for your order! Use this link to reorder in just a couple clicks:\n\n<b><a href=\"REORDER_URL\">Reorder now</a></b>\n\nCheers,\n{{ shop.name }}",
"pending_tag__required": "reorder-link-pending",
"sent_tag__required": "reorder-link-sent",
"order_referral_code": null
}
Learn about task options in Mechanic
shopify/orders/paid
mechanic/scheduler/hourly
Learn about event subscriptions in Mechanic
Use this task to make repeat business easy by automatically emailing your customers X days after their purchase, with a one-click reorder link that will send them straight to checkout with their entire cart pre-filled.
Configure the task with the days to wait, an email subject and body, and the pending and sent tags to be applied to the orders that prevent the task from sending more than one email per order.
Tip: Fill in the "Order referral code" option to enable order conversion tracking for this task's emails. (Learn more about conversion tracking with order links.)
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!