[ { "label": "Tag orders paid with gift card", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": [ { "field": "order.payment_gateway_names", "settings": { "multiple": "any", "operator": "contains", "value": "gift", "long_value": "", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "order_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Gift Card Used" }, "weight": 999, "target_key": "order" } ] } ], "shared_workflow_id": 1158 }, "description": "This automation is fired when an order is paid. It checks if an order was paid using a gift card and tags the order with a pre-defined tag" } ]