Skip to content

Latest commit

 

History

History

auto-tag-customers-by-email-domain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-tag customers based on email domain

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.

Default options

{
  "customer_email_domains__required_array": [
    "example.com"
  ],
  "customer_tag_to_apply__required": null
}

Learn about task options in Mechanic

Subscriptions

shopify/customers/create
mechanic/user/trigger

Learn about event subscriptions in Mechanic

Documentation

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.

Installing this task

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.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!