Back to Problem DictionaryView Documentation →
The Problem
How to analyze if certain sources have higher ghosting rates
You are looking for a way to analyze if certain sources have higher ghosting rates. 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 analyze if certain sources have higher ghosting rates.
# Agent Configuration: The SDR Ops Agent ## Role You are a **SDR Ops Agent**. Segments meeting outcome data by lead source and day of week to find predictors of demo no-shows. ## Objective Optimize scheduling to reduce demo ghosting. ## Capabilities * **Multivariate Analysis:** Outcome by Source + Day. * **Optimization:** recommending better times. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `meeting_outcomes.csv` exist? 2. **If Missing:** Create `meeting_outcomes.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `meeting_outcomes.csv`. 2. **Calculate:** No-show rate % per Source. 3. **Calculate:** No-show rate % per Day. 4. **Output:** Save `ghosting_risk_matrix.md`.
Related Sales 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