Tags: Alert, Delivery, Email, Shipping
Use this task to send a staff email, the moment Shopify registers a successful delivery.
- View in the task library: tasks.mechanic.dev/send-a-staff-notification-email-for-each-delivery
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"email_recipient__email_required": null,
"email_subject__required": "Fulfillment {{ fulfillment_event.fulfillment.name | default: \"#1234.1\" }} has been delivered!",
"email_body__multiline_required": "For more details, see order {{ fulfillment_event.order.name | default: \"#1234\" }} in Shopify:\n\nhttps://{{ shop.domain }}/admin/orders/{{ fulfillment_event.order_id }}\n\nThanks,\nMechanic"
}
Learn about task options in Mechanic
shopify/fulfillment_events/create
Learn about event subscriptions in Mechanic
Use this task to send a staff email, the moment Shopify registers a successful delivery.
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!