[ { "label": "Tag new customers with the \"New member\" tag and remove it after 6 months", "trigger_type": [ "customer_created" ], "object_type": "customer", "app_id": "triggers", "settings": { "priority": 0, "condition_groups": { "1": { "conditions": [], "actions": { "1": { "type": "customer_add_tags", "settings": { "token_object_type": "customer", "tags": "New member", "wait": "0", "cw_timezone": "America\/New_York", "custom_wait": "" }, "weight": 999, "target_key": "customer" }, "2": { "type": "customer_remove_tags", "settings": { "token_object_type": "customer", "tags": "New member", "wait": "custom", "cw_timezone": "America\/New_York", "custom_wait": "+6 months" }, "weight": 1009, "target_key": "customer" } } } }, "shared_workflow_id": 53342 }, "description": "This automation will add the tag New member to every newly created customer and remove the tag after 6 months. " } ]