Tags: Auto-Tag, Customers
This task runs when customers are created, and it applies a tag if they have one of the configured email domains.
- View in the task library: tasks.mechanic.dev/auto-tag-customers-by-email-domain
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"customer_email_domains__required_array": [
"example.com"
],
"customer_tag_to_apply__required": null
}
Learn about task options in Mechanic
shopify/customers/create
mechanic/user/trigger
Learn about event subscriptions in Mechanic
This task runs when customers are created, and it applies a tag if they have one of the configured email domains.
Use the "Run task" button to scan all customers already registered.
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!