Tags: Email, Orders, Pick-up
Using Zapiet to track store pickups? This task filters for orders that are tagged by Zapiet for pickup, and emails you a report of how many orders are scheduled for each of the next few days. Useful for scanning the week ahead, and blacking out dates that are at capacity.
- View in the task library: tasks.mechanic.dev/email-a-report-of-pick-up-orders-for-the-next-x-days
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"tagged_with__required": "Pickup Order",
"date_tag_format__required": "%d-%m-%Y",
"days_ahead__number_required": 7,
"email_recipient__email_required": null,
"email_subject__required": "Pickup orders by date"
}
Learn about task options in Mechanic
mechanic/user/trigger
mechanic/scheduler/daily
Learn about event subscriptions in Mechanic
Using Zapiet to track store pickups? This task filters for orders that are tagged by Zapiet for pickup, and emails you a report of how many orders are scheduled for each of the next few days. Useful for scanning the week ahead, and blacking out dates that are at capacity.
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!