Tag customer depending on email - aareano/ifshop-wiki GitHub Wiki
This walkthrough is for tagging customers based on their email address.
This example is valid for the following events:
- a customer is created
- a customer is disabled
- a customer is enabled
- a customer is updated
Create a new rule for one of the above events. Add a new "modify a value" action and set it up as follows:
This particular setup will tag each new customer with 'my-tag' only if the customer's email address contains "@ifshop.io" and only if the customer isn't already tagged 'my-tag'.