Tags: Auto-Tag, Customers
Useful in a million scenarios. The merchant who requested this task has discounts set up based on customer tag, and they're using this task to guarantee that qualifying customers see their discount immediately – even if they just signed up!
- 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
Useful in a million scenarios. The merchant who requested this task has discounts set up based on customer tag, and they're using this task to guarantee that qualifying customers see their discount immediately – even if they just signed up!
This task runs when customers are created. 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!