Tags: Email, Fulfillment, Orders, Reviews
Follow up with your customers automatically, and establish the purchase -> earn-reviews -> attract-customers cycle. This task comes prefilled with a friendly, customizable email that gives the customer direct links to their purchases on your website, where they can leave a review using your existing review system.
- View in the task library: tasks.mechanic.dev/ask-for-reviews-a-week-after-order-fulfillment
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"days_to_wait_before_emailing__number_required": 7,
"only_send_to_customers_who_have_accepted_marketing__boolean": true,
"customer_tag_to_add_after_sending": null,
"ignore_customers_having_this_tag": null,
"ignore_orders_having_this_tag": null,
"email_subject__required": "Will you review your order? :)",
"email_body__multiline_required": "Hello,\n\nThanks for ordering from {{ shop.name }}!\n\nYour item{% if order.line_items.size > 1 %}s{% endif %} arrived a week ago, and we have a quick question: <b>will you review your purchase?</b>\n\nHere {% if order.line_items.size > 1 %}are direct links{% else %}is a direct link{% endif %}, to make this easy for you:\n<ul>{% for line_item in order.line_items %}{% if line_item.product_exists or event.preview %}<li><a href=\"https://{{ shop.domain }}/products/{{ line_item.product.handle }}\">{{ line_item.name }}</a></li>{% endif %}{% endfor %}</ul>\nThanks so much!\n\nSincerely,\nThe team at {{ shop.name }}"
}
Learn about task options in Mechanic
shopify/orders/fulfilled+{{ options.days_to_wait_before_emailing__number_required | default: 7 }}.days
Learn about event subscriptions in Mechanic
Follow up with your customers automatically, and establish the purchase -> earn-reviews -> attract-customers cycle. This task comes prefilled with a friendly, customizable email that gives the customer direct links to their purchases on your website, where they can leave a review using your existing review system.
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!