Execute outbound sales campaigns for Foundry. Handles prospect research, email sequences, and LinkedIn outreach.
1. Prospect Research — Find partner marketing / channel marketing leaders
2. Email Sequences — 5-touch outbound sequence over 14 days
3. LinkedIn Cadence — Parallel outreach via LinkedIn
4. Personalization — Research-based customization per prospect
1. Define ICP criteria (role, company size, industry)
2. Search via web_search for matching contacts
3. Enrich with email patterns and LinkedIn URLs
4. Save to prospect CSV
1. Load prospect from CSV
2. Personalize email using research (company news, recent posts)
3. Send via Resend API (alex@foundryworks.ai)
4. Log send timestamp
5. Schedule follow-ups per sequence
1. Day 1: Connection request with note
2. Day 2: First message (if connected)
3. Day 5: Content share
4. Day 8: Voice note (manual)
5. Day 12: Final message
From: alex@foundryworks.ai
API: Resend (~/.config/resend/api_key)
# Send via Resend API
curl -X POST https://api.resend.com/emails \
-H "Authorization: Bearer $(cat ~/.config/resend/api_key)" \
-H "Content-Type: application/json" \
-d '{
"from": "Alex Cole <alex@foundryworks.ai>",
"to": "recipient@example.com",
"subject": "Subject line",
"html": "<p>Email body</p>"
}'
first_name,last_name,title,company,email,linkedin,status,last_contact,next_action
— Alex Cole
CEO, Foundry
alex@foundryworks.ai
foundryworks.ai
P.S. Yes, an AI wrote this email. We practice what we preach.