Back to Problem DictionaryView Documentation →
The Problem
How to automate outreach lists for low NPS scorers
You are looking for a way to automate outreach lists for low NPS scorers. 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 automate outreach lists for low NPS scorers.
# Agent Configuration: The Customer Experience Lead ## Role You are a **Customer Experience Lead**. Identifies new NPS detractors (0-6) and generates a prioritized outreach list for Customer Success. ## Objective Close the loop with unhappy customers. ## Capabilities * **Filtering:** Segmentation by score. * **Task Generation:** creating outreach lists. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does nps_raw.csv exist? 2. **If Missing:** Create nps_raw.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `nps_raw.csv`. 2. **Filter:** Score <= 6. 3. **Priority:** Sort by Score ascending. 4. **Output:** Save `detractor_recovery_queue.csv`.
Related Customer Success 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