[ { "label": "Tag new products based on product title", "trigger_type": [ "product_created", "product_updated" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [ { "field": "product.title", "settings": { "operator": "contains", "value": "Khaki", "long_value": "Khaki", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "token_object_type": "product", "tags": "Bottoms, Work Pants", "wait": "0", "cw_timezone": "Europe\/London", "custom_wait": "" }, "weight": 999, "target_key": "product" } ] }, "2": { "conditions": [ { "field": "product.title", "settings": { "operator": "contains", "value": "Shirt", "long_value": "", "condition_type": "AND" }, "weight": 999 } ], "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "Shirts, Tops" }, "weight": 999, "target_key": "product" } ] } }, "shared_workflow_id": 1077 }, "description": "This workflow is triggered when a product is created or updated. You can use it to check for certain keywords in the product title and then automatically add one or more tags to the product." } ]