[ { "label": "Tag new products and remove the \"new\" tag after a period of time", "trigger_type": [ "product_created" ], "object_type": "product", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": { "1": { "field": "product.delay", "settings": { "wait": "3600", "cw_timezone": "America\/New_York", "custom_wait": "", "check_date": [], "token_object_type": "product", "condition_type": "AND" }, "weight": -1000 } }, "actions": [ { "type": "product_add_tags", "settings": { "wait": "0", "custom_wait": "", "tags": "NEW" }, "weight": 999, "target_key": null }, { "type": "product_remove_tags", "settings": { "wait": "1209600", "custom_wait": "", "tags": "NEW" }, "weight": 999, "target_key": null } ] } }, "shared_workflow_id": 18 }, "description": "When a new product is created, this workflow will add a tag, then wait two weeks and remove the tag. The tag and the wait time is configurable." } ]