An autonomous outbound system powered by local AI that scores leads, generates personalized emails, and manages follow-up cadences — no SaaS subscription required.
Founders who need outbound but lack the budget for a full SDR team.
Sales Teams looking to automate repetitive prospecting tasks.
Solopreneurs scaling outreach without scaling hours.
Agencies running cold email campaigns for multiple clients.
Self-hosted n8n (uses native Ollama nodes).
Ollama running locally with a model installed (e.g., Mistral).
Google Sheets & Gmail OAuth2 credentials.
Telegram Bot credentials for real-time alerts.
Three synchronized flows running on weekday schedules.
Runs at 8 AM on weekdays. Reads new leads from Google Sheets, scrapes their website to build a research dossier, and AI scores each lead (0–100) based on company fit, role match, and timing signals.
Runs every 2 hours on weekdays. Checks for leads needing follow-ups. Sends Email 2 after 3 days and Email 3 after 7 days. Automatically marks sequence complete and skips replied leads.
Runs every 2 hours on weekdays. Searches Gmail for replies from active leads, filters out your own sent emails to avoid false positives, marks the lead as "replied", stops the sequence, and sends a Telegram alert with the reply preview.
Create a spreadsheet with columns: Lead Name, Email, Company, Website, Role, Status, Reply tracking columns.
Connect your Gmail for sending/searching and Google Sheets for reading/writing lead data.
Install locally and pull a model (e.g., ollama pull mistral). Swap for OpenAI/Anthropic if preferred.
Create a bot via @BotFather, grab your token and chat ID for real-time reply notifications.
Edit the AI Lead Scorer and Email Writer system prompts with your ICP, product details, and specific results.
Add a test lead with status "new", run the research flow manually, verify emails generate correctly, then enable all schedules.
Self-hosted, private, and infinitely customizable. Let me help you deploy this for your outreach.