Tags: Auto-Tag, Customers
This task monitors customer accounts, and applies the tag of your choice to customers that have an enabled account, with a registered email address and active password. It untags customers whose accounts are disabled. This task can be run manually to tag/untag all existing customers.
- View in the task library: tasks.mechanic.dev/auto-tag-customers-with-who-have-accounts
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"customer_tag_to_apply__required": null,
"test_mode__boolean": true
}
Learn about task options in Mechanic
shopify/customers/create
shopify/customers/update
mechanic/user/trigger
Learn about event subscriptions in Mechanic
This task monitors customer accounts, and applies the tag of your choice to customers that have an enabled account, with a registered email address and active password. It untags customers whose accounts are disabled. This task can be run manually to tag/untag all existing customers.
This task runs automatically for individual customers, as they are created and updated. It will tag customers when they have an enabled account (i.e. have a registered email address and active password), and it will untag customers whose accounts are disabled.
Run this task manually to scan all existing customers, tagging and untagging as appropriate.
Use test mode to have this task return information about what actions it would normally take.
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!