Community RSS Feed Notifier
detail.loadingPreview
Monitors RSS feeds and sends email notifications for new posts within the last hour.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically checks a list of RSS feeds at a set interval. If any new posts are detected that were published within the last hour, it sends an email notification to a specified address with details about the new post.
Key Features
- Scheduled RSS feed monitoring.
- Filters new posts based on publication time (last hour).
- Sends customizable email notifications for new content.
- Supports multiple RSS feeds by configuring the 'List of RSS feeds' node.
How To Use
- Configure Credentials: Ensure your Gmail OAuth2 credentials are set up in n8n.
- Add RSS Feed URLs: In the 'List of RSS feeds' node (ID: 6b523a05-ba2e-4118-9061-7ef7fd152802), replace the placeholder URLs with the actual RSS feed URLs you want to monitor. You can add multiple URLs in the array.
- Set Notification Email: In the 'Send email with each post' node (ID: 8bf89e60-5ea1-47b9-9249-bf2e258f9a2d), set the 'sendTo' parameter to your desired email address.
- Schedule Execution: The workflow is set to run every hour by default. Adjust the 'Every 1 hour' node (ID: 48a0524d-db39-4046-bad1-18684064cbac) as needed for your desired frequency.
Apps Used
Workflow JSON
{
"id": "7042e124-86c8-4c68-b300-7a9b9d445014",
"name": "Community RSS Feed Notifier",
"nodes": 0,
"category": "RSS Automation",
"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: 7042e124-86c8...
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
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.