Block 1 - Send a text message
- Type / Role
- n8n-nodes-base.telegram - telegram
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Who's it for This template is perfect for content creators, researchers, marketers, and Reddit enthusiasts who want to stay updated on specific topics without manually browsing Reddit. If you need ...
n8n-nodes-base.telegram, n8n-nodes-base.telegramtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.reddit, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.filter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roshan Ramani.
Original n8n.io sourceThis template is perfect for content creators, researchers, marketers, and Reddit enthusiasts who want to stay updated on specific topics without manually browsing Reddit. If you need curated, AI-summarized Reddit insights delivered directly to your Telegram, this workflow automates the entire process.
This workflow transforms your Telegram into a powerful Reddit search engine with AI-powered curation. Simply send any keyword to your Telegram bot, and it will:
The AI summary includes post titles, upvote counts, timestamps, brief insights, and direct Reddit links—all formatted for easy mobile reading.
Step 1: Telegram Trigger User sends a search keyword via Telegram (e.g., "voice AI agents")
Step 2: Parallel Reddit Searches Four simultaneous Reddit API calls search with different sorting algorithms:
Step 3: Merge & Deduplicate All search results combine into one stream, then a JavaScript code node removes duplicate posts by comparing post IDs
Step 4: Field Extraction The Edit Fields node extracts and formats:
Step 5: Quality Filtering The Filter node applies three conditions:
Step 6: Data Aggregation All filtered posts aggregate into a single dataset for AI processing
Step 7: AI Summarization Google Gemini AI analyzes the aggregated posts and generates a concise, Telegram-formatted summary with:
Step 8: Delivery The formatted summary sends back to the user's Telegram chat
Credentials needed:
n8n Version: Self-hosted or Cloud (latest version recommended)
1. Create Telegram Bot
/newbot and follow prompts2. Configure Reddit API
3. Get Gemini API Key
4. Import & Configure Workflow
5. Test It
Adjust Quality Filters: Edit the Filter node conditions:
Limit Results: Add a Limit node after Filter to cap results at 10-15 posts for faster processing
Change Search Strategies: Modify the Reddit nodes' "sort" parameter:
new - Latest posts firstcomments - Most commentedcontroversial - Controversial contentCustomize AI Output: Edit the AI Agent's system message to:
Add User Feedback: Insert a Telegram Send Message node after the trigger:
"🔍 Searching Reddit for '{{ $json.message.text }}'... Please wait."
Enable Error Handling: Create an Error Workflow:
Sort by Popularity: Add a Sort node after Filter:
upvotesThis 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 post finder with Google Gemini summarization via Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Market Research, AI Summarization |
| Author | Roshan Ramani |
| Published | 06 Nov 2025 |
Use the JSON export at /data/workflows/10548/10548.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.
Who's it for This template is perfect for content creators, researchers, marketers, and Reddit enthusiasts who want to stay updated on specific topics without manually browsing Reddit. If you need ...
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 Market Research, AI Summarization use case.