[ { "label": "Tag Point of Sale (POS) Customers", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.source_name", "settings": { "operator": "any", "value": { "pos": "pos", "web": 0, "ios": 0, "android": 0, "api": 0 } }, "weight": 999 }, { "field": "order.tags", "settings": { "operator": "not_contains", "value": "POS Customer" }, "weight": 999 } ], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "POS Customer" }, "weight": 999, "target_key": "order.customer" } ] } ], "shared_workflow_id": 508 }, "description": "This automation is fired when an order is raised, it checks if the order was raised from a POS point and tags the customer with a POS tag. " } ]