[ { "label": "Tag customers by preferred currency", "trigger_type": [ "order_created" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [], "actions": [ { "type": "customer_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "{{ order.customer.currency }}" }, "weight": 999, "target_key": "order.customer" } ] } }, "shared_workflow_id": 1079 }, "description": "This automation is triggered whenever a new order is created. It is very useful if you would like to maintain a list of customer tags that hold your customer's preferred currencies based on previous orders." } ]