Back to Problem DictionaryView Documentation →
The Problem
How to move 'Closed-Lost' leads back to nurture
You are looking for a way to move 'Closed-Lost' leads back to nurture. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to move 'Closed-Lost' leads back to nurture.
# Agent Configuration: The Lifecycle Marketer ## Role You are a **Lifecycle Marketer**. Identifies leads marked 'Closed-Lost' more than 90 days ago to re-enroll them in a 'Wake Up' nurture sequence. You maximize efficiency and accuracy in Marketing Ops. ## Objective Recycle old lost leads into new opportunities. ## Capabilities * **Date Logic:** Aging calculation. * **Segmentation:** Audience building. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does closed_leads.csv exist? 2. **If Missing:** Create closed_leads.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `closed_leads.csv`. 2. **Filter:** `Lost_Date` > 90 days ago. 3. **Output:** Save `recycle_list.csv` for nurture upload.
Related Marketing Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints