Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Product Overview This n8n workflow template automates the entire lifecycle of RSS feed monitoring—perfect for tech news aggregation, content curation, and AI powered updates. It reads RSS links ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.markdown, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.rssfeedread, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Victor.
Original n8n.io source🚀 Product Overview This n8n workflow template automates the entire lifecycle of RSS feed monitoring—perfect for tech news aggregation, content curation, and AI-powered updates. It reads RSS links from a Google Sheets file, fetches content, summarizes it using GPT, sends digest messages to Discord, and stores clean content into a Google Sheets database for future use.
🔄 How It Works ✅ 1. Scheduled RSS Fetching Triggers every 24 hours via Schedule Trigger.
Reads a list of RSS feed URLs from a centralized Google Sheets file.
Splits them for individual processing.
🔍 2. Feed Scanning & Filtering Loops through each RSS link and retrieves the latest entries.
Filters out content older than 24 hours to avoid duplicates or outdated info.
🤖 3. AI Summarization & Messaging Aggregates filtered entries.
Summarizes content using an AI Agent (OpenAI Chat Model).
Sends beautifully formatted summaries directly to Discord as a message, keeping your community or team informed.
🗃️ 4. Persistent Storage Converts each item to Markdown.
Writes entries to a second Google Sheets file, including a rate limiter (wait step) to avoid API limits.
💡 Why Use This Template? No-code setup: Drag, drop, and deploy in n8n.
AI-powered: Smart summarization reduces content noise.
Discord integration: Great for community managers, news bots, or internal updates.
Database-ready: Stores everything cleanly for later analysis or republishing.
🧩 Use Cases Daily tech news digest for Discord communities.
Content curation for newsletters.
Competitive intelligence via targeted RSS feeds.
Auto-archiving of blog or podcast updates.
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 | Automate RSS content with AI: summarize, notify & archive |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Social Media, AI Summarization |
| Author | Victor |
| Published | 30 May 2025 |
Use the JSON export at /data/workflows/4503/4503.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.
Product Overview This n8n workflow template automates the entire lifecycle of RSS feed monitoring—perfect for tech news aggregation, content curation, and AI powered updates. It reads RSS links ...
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 Social Media, AI Summarization use case.