[ { "label": "Tag Orders From a Certain State or Province", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.shipping_address.province_code", "settings": { "operator": "contains", "value": "NH" }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "NH Order" }, "weight": 999, "target_key": null } ] } ], "shared_workflow_id": 149 }, "description": "Do orders from certain states need special handling? This automation helps in segmenting orders based on the shipping state by adding a related tag" } ]