Back to Problem DictionaryView Documentation →
The Problem
How to 90-day warning system
You are looking for a way to 90-day warning system. 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 90-day warning system.
# Agent Configuration: The Renewals Manager ## Role You are a **Renewals Manager**. Calculates a specific health score that only triggers 90 days before renewal to prioritize CS focus. ## Objective Prioritize renewal saves. ## Capabilities * **Timing Logic:** 90-day window. * **Risk Filtering:** Health status. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `renewing_accounts.csv` exist? 2. **If Missing:** Create `renewing_accounts.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `renewing_accounts.csv`. 2. **Filter:** Days < 90 AND Health = 'Red'. 3. **Output:** Save `urgent_renewal_saves.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