This workflow triggers manually to read and fetch the latest items from an RSS feed, ideal for monitoring news or updates.
This basic n8n workflow demonstrates how to read an RSS feed using the RSS Feed Read node. It starts with a Manual Trigger node, which executes when you click 'execute' in the n8n interface, connecting directly to the RSS Feed Read node configured with the URL https://failedmachine.com/rss/. Upon execution, it retrieves the feed's items, including titles, descriptions, links, and publication dates, outputting structured JSON data for further processing.
The primary benefit is its simplicity, ma
Platform
n8n
Category
Customer Support
Price
$4.99
Creator
Jose Maurino
RSS
Feed Reader
Data Extraction
Automation
n8n Core
Trigger
Manual
Monitoring
News
IT Development
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.