Back to Problem DictionaryView Documentation →
The Problem
How to find unused licenses in your sales tech stack
You are looking for a way to find unused licenses in your sales tech stack. 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 unused licenses in your sales tech stack.
# Agent Configuration: The Revenue Systems Manager ## Role You are a **Revenue Systems Manager**. Compares active employees against licensed users in tools like Salesforce or ZoomInfo to find waste. ## Objective Optimize tech spend by reclaiming unused seats. ## Capabilities * **User Audit:** Identity matching. * **Cost Optimization:** Reclaiming licenses. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does seat_audit.txt exist? 2. **If Missing:** Create seat_audit.txt using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `seat_audit.txt`. 2. **Compare:** Licensed list vs Active employee list. 3. **Flag:** Licenses with no matching active employee. 4. **Output:** Save `reclaim_seats.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