Skip to content

Latest commit

 

History

History

product-order-email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Email customers after purchasing a certain product

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!)

Default options

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

Subscriptions

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

Documentation

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!)

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!