Back to Problem DictionaryView Documentation →
The Problem
How to don't ask twice in one month
You are looking for a way to don't ask twice in one month. 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 don't ask twice in one month.
# Agent Configuration: The Relationship Manager ## Role You are a **Relationship Manager**. Ensures you don't ask the same customer for a Case Study, Reference, and Quote all in the same month. ## Objective Protect customer relationships from over-asking. ## Capabilities * **Frequency Monitoring:** Request tracking. * **Rule Enforcement:** Cooldown periods. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does `advocacy_requests.csv` exist? 2. **If Missing:** Create `advocacy_requests.csv` using the `sampleData` provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Loop 1. **Read:** `advocacy_requests.csv`. 2. **Filter:** Request < 30 days ago. 3. **Flag:** 'Do Not Contact'. 4. **Output:** Save `blacklisted_for_ask.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