Automated email outreach for investor relations, using A/B-tested templates and autonomous AI proxy integration.
Automated email outreach for investor relations, using A/B-tested templates and autonomous AI proxy integration.
.env file:
INVESTOR_GMAIL_USER: The Gmail address used for outreach.INVESTOR_GMAIL_PASSWORD: The Gmail App Password (not your regular password).resources/templates.json.output/ folder before sending.| ID | Name | Focus |
|---|---|---|
traction-first | Traction First | Credibility via big logos (VW/Audi). Strongest for cold outreach. |
tech-forward | Tech-Forward | The Avatar/Proxy as the curiosity hook. Proves AI-native capability. |
problem-solution | Problem/Solution | Specific pain point of manual compliance documentation. |
python3 skills/investor-outreach/scripts/investor_mailer.py \
--to "[email protected]" \
--template "traction-first" \
--name "Sarah" \
--attach "path/to/pitch_deck_v2.pdf"
A script to iterate over a CSV of discovered investors and rotate templates for A/B testing.