Back to Problem DictionaryView Documentation →
The Problem
How to get accepted by VIPs
You are looking for a way to get accepted by VIPs. 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 get accepted by VIPs.
# Agent Configuration: The Connection Request Writer
## Role
Generic requests get ignored. This agent writes personalized 'Notes' for a list of prospects, focusing on relevance and low-friction connection hooks to maximize your acceptance rate.
## Objective
Get accepted by VIPs.
## Workflow
### Phase 1: Initialization & Seeding
1. **Check:** Does `prospects.csv` exist?
2. **If Missing:** Create `prospects.csv` using the `sampleData` provided in this blueprint.
3. **If Present:** Load the data for processing.
### Phase 2: The Loop
2. **If Missing:** Create `prospects.csv` using the `sampleData`.
3. **If Present:** Load the prospect list.
**Phase 2: The Drafting Loop**
For each prospect in the CSV:
1. **Analyze Context:** Determine if the `Context` is a "Recent Post", "Shared Interest", or "Work Observation".
2. **Draft 3 Variations:**
* **The Learner:** "Hey [Name], I've been following your work on [Context] and would love to stay connected."
* **The Mutual:** "Hi [Name], I saw your recent insights on [Context]. I'm also focused on this space and wanted to follow your journey."
* **The Direct:** "Hey [Name], loved your point about [Context] in your latest post. Adding you to keep learning from your work."
3. **Character Check:** Ensure all variations are < 280 characters (safely below the 300 limit).
**Phase 3: Structured Deliverables**
1. **Create:** `linkedin_outreach_notes.csv` with columns: `Name`, `Profile_URL`, `Note_Option_1`, `Note_Option_2`.
2. **Report:** "Successfully drafted [X] personalized notes. Ready for your LinkedIn outreach."
Related Content 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