Skip to content

Latest commit

 

History

History
 
 

send-an-email-when-a-specific-product-is-shipped

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Send an email when a specific product is shipped

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.

Default options

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

Subscriptions

shopify/fulfillments/create
shopify/fulfillments/update

Learn about event subscriptions in Mechanic

Documentation

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!

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!