[ { "label": "Tag employee customer accounts by email domain", "trigger_type": [ "customer_created", "customer_updated" ], "object_type": "customer", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "customer.email", "settings": { "operator": "contains", "value": "domain.com", "long_value": "", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Employee" }, "weight": 999, "target_key": "customer" } ] } ], "shared_workflow_id": 1155 }, "description": "Based on the customer accounts email domain, if they belong to a pre-defined domain, the account is tagged with Employee." } ]