[ { "label": "Tag customers when they purchase a specific product", "trigger_type": [ "order_paid" ], "object_type": "order", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": [ { "conditions": { "1": { "field": "order.line_items.product_id", "settings": { "multiple": "any", "operator": "equals", "value": "CLICK BROWSE PRODUCTS BELOW", "token_object_type": "order", "condition_type": "AND" }, "weight": 999 } }, "actions": [ { "type": "customer_add_tags", "settings": { "token_object_type": "order", "tags": "ENTER YOUR TAG HERE", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "order.customer" } ] } ], "shared_workflow_id": 509 }, "description": "When an order is paid, this workflow scans the products in the order and searches for a specific product. When the product is found in an order, the workflow will add a tag to the customer." } ]