Community Contributed RSS Feed Manager
detail.loadingPreview
Automates the management of RSS feed entries, keeping only recent items.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to manage RSS feed entries. It fetches content from RSS feeds, filters out entries older than a specified duration (defaulting to 3 days), and saves the remaining entries to a Google Sheets file with built-in delays to prevent API rate limiting. The primary goal is to maintain a curated list of recent RSS feed items.
Key Features
- Scheduled execution for daily updates.
- Fetches data from RSS feeds.
- Filters out entries older than a configurable number of days.
- Saves filtered entries to Google Sheets.
- Implements wait times between operations to avoid API blocking.
How To Use
- Configure the
Schedule Triggerto run daily. - Set your RSS feed URL in the
RSSnode. - Adjust the
setdaysvariable in theCodenodes to control the age of entries to keep. - Configure the
Google Sheetsnode (not shown in this snippet, but implied by the 'destinationKey' in the Markdown node) with your Google Sheets credentials and target sheet. - Ensure the
Waitnodes have appropriate delay durations to prevent API rate limits.
Apps Used
Workflow JSON
{
"id": "0f9a85a4-bee5-4c1d-83ff-88e2f99de38c",
"name": "Community Contributed RSS Feed Manager",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 0f9a85a4-bee5...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
ConvertKit: Add Subscriber to Form and Tag
Adds a subscriber to a ConvertKit form and a specific tag.
Create Website Screenshot and Send to Telegram
Captures a screenshot of a given website URL and sends it to a Telegram channel.
Loading Data Into a Spreadsheet
This workflow demonstrates loading mock CRM contact data into a target destination like a spreadsheet.
Community RSS Feed Aggregator
Aggregates content from multiple RSS feeds into a single list.
Post to Twitter from Manual Trigger
Manually trigger a workflow to post a message to Twitter.
Community Meal Plan Generator
Automatically generates a weekly meal plan from your Mealie recipes.