[ { "version": 1, "label": "Tag a customer as VIP when their purchase total reaches $5000", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "order.customer.total_spent", "settings": { "operator": "gt", "value": "5000", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": { "1": { "type": "order_add_tags", "settings": { "token_object_type": "order", "tags": "VIP", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "order" } } } } }, "description": "This automation is triggered when an order is created. It can help to keep track of high spenders on your store by tagging them with the VIP tag whenever they make an order that is above $5000." } ]