Skip to main content

Post new articles from feeds to Slack channel

Workflow preview

Workflow preview
100%
Post new articles from feeds to Slack channel preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Post New Articles from Feeds to Slack Channel What This Workflow Does This workflow automa...

Best for

  • Personal Productivity automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.cron, n8n-nodes-base.slack, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.rssfeedread

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paul Taylor.

Original n8n.io source

1.1 Workflow description

Title
Post new articles from feeds to Slack channel
Workflow name
Post new articles from feeds to Slack channel

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

📄 Post New Articles from Feeds to Slack Channel

🧠 What This Workflow Does

This workflow automates the discovery and sharing of fresh articles from a curated list of RSS feeds. It performs the following steps:

  1. Reads a list of RSS feed URLs from a Google Sheet (Feeds tab).
  2. Fetches the latest articles from each feed.
  3. Checks for duplicates against previously published links stored in another sheet (Posted Articles tab).
  4. Filters out already shared articles.
  5. Posts the new articles to a designated Slack channel with formatted titles and links.
  6. Logs the newly shared articles back into the Google Sheet to prevent duplicates.

🛠️ Prerequisites

To use this workflow, you must have:

  • Google Sheets OAuth2 credentials set up in n8n
    (Used to access and update the RSS feed and post history sheets)

  • Slack OAuth2 credentials
    (Used to post messages to a specific Slack channel)

  • A Google Spreadsheet with:

    • Feeds tab – Columns: title, link
    • Posted Articles tab – Columns: title, link, pubDate

🔧 Environment Variables or Custom Values

You will need to set the following n8n variable or replace with direct input:

  • {{$vars.Daily_Industry_News_Automation_Google_Sheet}}:
    Reference to the Google Sheet Document ID (you can use a static ID if preferred)

Also update:

  • Slack channelId: Replace with your actual Slack channel ID if not dynamically referenced

⏰ Trigger & Scheduling

  • Trigger type: Cron node
  • Default schedule: Every day at 7:00 AM

You can modify this in the “Trigger Workflow” node to suit your own schedule.


🎯 Intended Use Case

This workflow is ideal for:

  • Marketing teams curating daily or weekly news digests
  • Founders or industry professionals monitoring sector updates
  • Automating internal Slack news updates
  • Avoiding duplicate content when sourcing from multiple feeds

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Filter Unpublished Articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 2 - Trigger Workflow

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 3 - Post New Articles to Slack Channel

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Get Article Feeds

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 6 - Read Latest Articles from Feeds

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 7 - Get Historically Posted Articles from Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Append New Articles to Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

3. Summary Table

Workflow Post new articles from feeds to Slack channel
Complexity intermediate
Nodes 8
Categories Personal Productivity
Author Paul Taylor
Published 25 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5333/5333.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Post new articles from feeds to Slack channel do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Post New Articles from Feeds to Slack Channel What This Workflow Does This workflow automa...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.