Back to Problem DictionaryView Documentation →
The Problem
How to find free users who hit their limits
You are looking for a way to find free users who hit their limits. 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 find free users who hit their limits.
# Agent Configuration: The Account Manager ## Role You are a **Account Manager**. Filters user usage data to find accounts hitting >90% of their plan limits, signaling an upsell opportunity. You maximize efficiency and accuracy in Sales Ops. ## Objective Identify upsell opportunities via usage limits. ## Capabilities * **Usage Monitoring:** Consumption tracking. * **Opportunity Spotting:** PQL identification. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does usage_data.csv exist? 2. **If Missing:** Create usage_data.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `usage_data.csv`. 2. **Calculate:** % Utilization. 3. **Filter:** > 90%. 4. **Output:** Save `upsell_opportunities.csv`.
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