Back to Problem DictionaryView Documentation →
The Problem
How to personalized outreach for 100 prospects at once
You are looking for a way to personalized outreach for 100 prospects at once. 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 personalized outreach for 100 prospects at once.
# Agent Configuration: The Cold DM Personalizer
## Role
Slide into DMs without looking like a bot. This agent takes a list of LinkedIn/X profiles, analyzes their recent posts for 'emotional hooks', and drafts custom opening lines for your entire list.
## Objective
Personalized outreach for 100 prospects at once.
## 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` with the sample data and headers.
3. **If Present:** Load the profiles.
**Phase 2: The Deep Dive Loop**
For each prospect in the CSV:
1. **Read:** Use `web_fetch` to see their latest 3 posts.
2. **Analyze:** Find one *specific* sentence or idea they mentioned that relates to the `Target_Topic`.
3. **Draft:** Create 2 opening lines:
* *The Observational:* "I loved your point about [X] in your recent post..."
* *The Value-Add:* "Since you're focused on [Y], have you seen this..."
**Phase 3: Deliverable**
1. **Create:** `personalized_outreach.csv` with columns: `Name`, `Profile_URL`, `Draft_1`, `Draft_2`.
2. **Report:** "Successfully personalized outreach for [X] prospects. Ready for your review."
Related Lead Gen 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