Customer Action: Add tags to customer
The Add tags to customer action in Arigato empowers merchants to systematically add tags to their customers in Shopify, enhancing customer segmentation and management.
Configuring the Action
Field Name | Description | Example |
---|---|---|
Add Tags | Specify the tags to assign to the customer. Input must be a comma-separated list of tags. | Loyal Customer, Repeat Buyer |
Advanced Usage
To dynamically generate tags based on customer attributes or behaviors, Twig syntax can be utilized. For instance:
First Purchase, {{ customer.created_at | date('Y') }}
This expression will tag the customer with 'First Purchase' and the year they were created in the store. The Token browser, identified by a { t } icon, provides access to all available tokens.
Credit Cost
Applying tags to customers consumes one Action Credit on Lite plans, while it is unlimited on Unlimited plans.
Custom Actions
This action can also be incorporated within Custom Actions for more intricate tagging strategies. Consult the documentation for guidelines on integrating Twig in custom actions.