Reddit as a Lead Gen Channel: Daily Prospect Discovery with n8n
An automated workflow that finds coaching prospects on Reddit every day and delivers an actionable digest.
Reddit is full of people publicly asking for help with career changes, personal development, and finding coaches. They're literally raising their hand and saying "I need guidance." Most businesses completely ignore this channel because monitoring it manually is tedious and inconsistent.
I built an n8n workflow that scans coaching-related subreddits daily, uses AI to score each post for lead potential, and delivers an HTML digest email every evening with high-priority engagement opportunities.
Subreddits Monitored
- r/findapath - career transitions and direction-seeking
- r/careerguidance - professional development questions
- r/lifecoaching - direct coaching discussions
- r/decidingtobebetter - self-improvement intent
- r/Entrepreneur - business coaching opportunities
- r/getdisciplined - accountability and goal-setting
Workflow Architecture
Schedule Trigger (daily 8pm CST)
│
▼
Reddit Tool (search each subreddit for keywords)
│ Keywords: career change, life coach, coaching
│ certification, find a coach, career transition
▼
AI Agent (GPT-4o-mini) > Score & classify each post
│
│ Lead scoring criteria:
│ 8-10: Actively seeking coaching/certification
│ 5-7: Considering career change, open to guidance
│ 1-4: General discussion, low engagement value
│
▼
HTML Template > Branded email digest
│
│ Sections:
│ • High-Priority Opportunities (score 8-10)
│ • Medium-Priority (score 5-7)
│ • Market Intelligence (competitor mentions, trends)
│
▼
Send Email > Team inbox
The AI Scoring System
The AI agent receives each post with title, body text, subreddit, author, and engagement metrics. Its system prompt includes:
LEAD SCORING CRITERIA:
- High Priority (8-10): Questions about certification,
career change to coaching, seeking coach recommendations
- Medium Priority (5-7): Considering career change,
training program comparisons, personal development
- Low Priority (1-4): General coaching discussions
For each post, return:
- lead_score (1-10)
- engagement_priority (high/medium/low)
- suggested_response_angle (how to engage authentically)
- competitor_mentions (any brands named)
Engagement Rules
The workflow finds prospects - it doesn't automate responses. That's intentional. Reddit communities are hostile to bots and self-promotion. The digest gives the team everything they need to engage authentically:
- Suggested response angle: The AI drafts a non-promotional response approach for each high-priority post. These focus on providing genuine value - answering the question, sharing relevant experience, pointing to resources.
- No links in first response: Team guidelines prohibit including any company links in first-touch Reddit comments. Value first, relationship second, conversion third.
- Author profile context: The digest includes account age and karma to help identify genuine users vs. throwaway accounts.
Results After 90 Days
- Average 12 high-priority posts identified per week
- 3–5 meaningful conversations initiated weekly
- 2 direct enrollments traced back to Reddit engagement
- Significant competitive intelligence on how prospects compare certification programs
Download the Workflow
The Reddit Lead Monitor workflow is available as a ready-to-import n8n JSON file. It includes the Schedule Trigger, Reddit API search across all 6 subreddits, the AI scoring agent with the lead classification prompt, HTML email digest template, and engagement priority sorting. All credentials and API keys have been replaced with placeholders.
Download Reddit Lead Monitor Workflow
Requires: Reddit OAuth2 (create an app at reddit.com/prefs/apps), OpenAI API key, SMTP.
Edward Chalupa is a digital marketing specialist and founder of Whtnxt, a digital marketing and automation consultancy. Connect with him on LinkedIn or explore more at echalupa.com.