Post RSS Feed Items from Yesterday to Slack
detail.loadingPreview
This workflow fetches RSS feed items published yesterday and posts them to a Slack channel.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of monitoring an RSS feed for new content published on the previous day. It then formats these items into a readable message and sends them to a designated Slack channel.
Key Features
- Fetches RSS feed items based on publication date.
- Filters items to include only those published yesterday.
- Formats RSS item title, link, and snippet into a Slack message.
- Posts the compiled message to a specified Slack channel.
- Includes error handling for workflow execution issues.
How To Use
- Import the workflow into your n8n instance.
- Configure the
RSS Feed Readnode with the URL of the RSS feed you want to monitor. - In the
Post to Slacknode, ensure your Slack credentials are set up and specify the target channel (e.g.,#news). - Adjust the
Every Morningcron trigger if you need to fetch posts at a different time. - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "d098e061-e4c5-4b02-9f3a-e7f5667f8d33",
"name": "Post RSS Feed Items from Yesterday to Slack",
"nodes": 0,
"category": "RSS Feed 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: d098e061-e4c5...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
RSS Feed Reader with Photo Extraction
Reads RSS feeds, extracts new items with images, and processes their content.
RSS Feed Reader Notifications
Fetches RSS feeds and sends notifications to Telegram based on content.
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.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
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.