Post RSS feed items from yesterday to Slack
Automated workflow: Post RSS feed items from yesterday to Slack. This workflow processes data and performs automated tasks.
Integrations Used (3)
Prerequisites
Required Credentials (1)
Slack
Used by: Post to Slack
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
Team Notifications
Send automated alerts and updates to your team chat when important events occur.
Never miss critical updates - your team stays informed in real-time.
Scheduled Operations
Run automated tasks at specific times - daily reports, weekly cleanups, monthly backups.
Set it and forget it - reliable automation that runs on your schedule.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"id": 89,
"name": "Post RSS feed items from yesterday to Slack",
"nodes": [
{
"name": "Build our message",
"type": "n8n-nodes-base.function",
"position": [
1160,
400
],
"parameters": {
"functionCode": "// Create our Slack message\n// This will output a list of RSS items in the following format\n// Title - Description\nlet message = \"*:new: Posts from yesterday :new:*\\n\\n\";\n\n// Loop the input items\nfor (item of items) {\n message += \"*<\" + item.json.link + \"|\" + item.json.title + \">*\\n\" + item.json.contentSnippet + \"\\n\\n\"; \n}\n\n// Return our message\nreturn [{json: {message}}];"
},
"typeVersion": 1,
"id": "02d94495-39a8-4e5b-b062-8fa23314984f",
"notes": "This function node performs automated tasks as part of the workflow."
},
{
"name": "Every Morning",
...Related Workflows
AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack
Automated workflow: AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack. This workflow integ...
AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack
Automated workflow: AI-Powered Information Monitoring with OpenAI, Google Sheets, Jina AI and Slack. This workflow integ...
Cron Workflow
Automated workflow: Cron Workflow. This workflow processes data and performs automated tasks.
Filter Workflow
Automated workflow: Filter Workflow. This workflow integrates 8 different services: filter, stickyNote, switch, set, sto...
post to mattermost v2
Production-ready workflow: post to mattermost v2. This workflow has been optimized for production use with comprehensive...
Github Releases
Automated workflow: Github Releases. This workflow integrates 14 different services: stickyNote, code, scheduleTrigger,...