Tags: Email, Products, Shipping
Use this task to notify customers about product-specific information, that should only be delivered when a successful fulfillment is registered for their purchased product.
- View in the task library: tasks.mechanic.dev/send-an-email-when-a-specific-product-is-shipped
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"required_product_id__number_required": null,
"email_subject__required": "Order {{ fulfillment.order.name | default: \"#1234\" }}: Your product has been shipped!",
"email_body__multiline_required": "Hello,\n\nThanks for your order!\n\nCheers,\n{{ shop.name }}"
}
Learn about task options in Mechanic
shopify/fulfillments/create
shopify/fulfillments/update
Learn about event subscriptions in Mechanic
Use this task to notify customers about product-specific information, that should only be delivered when a successful fulfillment is registered for their purchased product.
This task requires a product ID. Learn where to find this.
YouTube: Watch the development video!
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!