Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow monitors targeted subreddits for potential sales leads using Reddit’s API, AI content analysis, Supabase, and Google Sheets. It is built specifically to discover posts from Reddit use...
n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.reddit, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by BluePro.
Original n8n.io sourceThis workflow monitors targeted subreddits for potential sales leads using Reddit’s API, AI content analysis, Supabase, and Google Sheets.
It is built specifically to discover posts from Reddit users who may benefit from a particular product or service. It can be easily customized for any market.
Targeted Subreddit Monitoring:
Searches multiple niche subreddits like smallbusiness, startup, sweatystartup, etc., using relevant keywords.
AI-Powered Relevance Scoring:
Uses OpenAI GPT to analyze each post and determine if it’s written by someone who might benefit from your product, returning a simple “yes” or “no.”
Duplicate Lead Filtering with Supabase:
Ensures you don’t email the same lead more than once by storing already-processed Reddit post IDs in a Supabase table.
Content Filtering:
Filters out posts with no body text or no upvotes to ensure only high-quality content is processed.
Lead Storage in Google Sheets:
Saves qualified leads into a connected Google Sheet with key data (URL, post content, subreddit, and timestamp).
Email Digest Alerts:
Compiles relevant leads and sends a daily digest of matched posts to your team’s inbox for review or outreach.
Manual or Scheduled Trigger:
Can be manually triggered or automatically scheduled (via the built-in Schedule Trigger node).
Code node to match your market.type=link to type=comment in the Reddit Search node.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Reddit lead finder: Automated prospecting with GPT-4, Supabase and Gmail alerts |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Lead Generation, AI Summarization |
| Author | BluePro |
| Published | 01 Aug 2025 |
Use the JSON export at /data/workflows/6756/6756.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow monitors targeted subreddits for potential sales leads using Reddit’s API, AI content analysis, Supabase, and Google Sheets. It is built specifically to discover posts from Reddit use...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.