[ { "label": "Tag orders by shipping country", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "{{ order.shipping_address.country }}" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 2386 }, "description": "This automation is fired when an order is created; it checks through the order's shipping address and tags it with the shipping country name. This workflow is beneficial to stores with international shipping, allowing them to isolate orders by shipping country. " } ]