[ { "label": "Tag a customer based on 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": "@[CLICK TO EDIT].com" }, "weight": 999 } ], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "[CLICK TO EDIT]" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 14 }, "description": "Do you have VIP customers ordering from a specific domain? Keep them grouped together with this workflow." } ]