Tags: Auto-Tag, Customers, Spend
Use this task to tag customers who reach a certain spending threshold, by scanning a rolling period of order history. Useful for rewarding customers who keep a consistent spend total.
- View in the task library: tasks.mechanic.dev/auto-tag-customers-having-a-rolling-minimum-total-spend
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"minimum_total_spent__number_required": null,
"customer_tag_to_apply__required": null,
"days_of_order_history_to_consider__number_required": 30,
"only_monitor_customers_having_this_tag": null
}
Learn about task options in Mechanic
mechanic/user/trigger
mechanic/scheduler/daily
mechanic/shopify/bulk_operation
shopify/orders/create
shopify/orders/updated
Learn about event subscriptions in Mechanic
Use this task to tag customers who reach a certain spending threshold, by scanning a rolling period of order history. Useful for rewarding customers who keep a consistent spend total.
Run this task manually to scan all of your customers. This may take some time!
This task will also scan all customers on a nightly basis, and will run for a single customer every time a customer's order is paid or cancelled.
Note: By default, Mechanic only scans the last 60 days of order history. To change this, enable the option in Mehanic's settings.
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!