Skip to main content

Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack

Workflow preview

Workflow preview
100%
Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops. What it does / How it works Each m...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.sort

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack
Workflow name
Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack

Who’s it for

Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops.

What it does / How it works

Each morning the workflow reads your RSS feeds, summarizes articles with an LLM, assigns tags from a maintained dictionary, saves structured records to Notion, and posts a concise Slack digest of top items. Core steps: Daily Morning Trigger → Workflow Configuration (Set) → Read RSS Feeds → Get Tag Dictionary → AI Summarizer and Tagger → Parse AI Output → Write to Notion Database → Sort by Priority → Top 3 Headlines → Format Slack Message → Post to Slack.

How to set up

Open Workflow Configuration (Set) and edit: rssFeeds (array of URLs), notionDatabaseId, slackChannel.

Connect your own credentials in n8n for Notion, Slack, Google Sheets (if used for the tag dictionary), and your LLM provider.

Adjust the trigger time in Daily Morning Trigger (e.g., weekdays at 09:00).

Requirements

n8n (Cloud or self-hosted)

Slack app with chat:write to the target channel

Notion database with properties: summary (rich_text), tags (multi_select), priority (number), url (url), publishedDate (date)

Optional Google Sheet for the tag dictionary (or replace with another source)

How to customize the workflow

Scoring & selection: Change priority rules, increase “Top N” items, or sort by recency.

Taxonomy: Extend the tag dictionary; refine the AI prompt for stricter tagging.

Outputs: Post per-tag Slack threads, send DMs, or create Notion relations to initiatives.

Sources: Add more feeds or mix in APIs/newsletters.

Security: Do not hardcode API keys in HTTP nodes; keep credentials in n8n.

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 - Daily Morning Trigger

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

Block 2 - Workflow Configuration

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Read RSS Feeds

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

Block 4 - AI Summarizer and Tagger

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 5 - Get Tag Dictionary

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

Block 6 - Parse AI Output

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

Block 7 - Write to Notion Database

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 8 - Sort by Priority

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

Block 9 - Top 3 Headlines

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

Block 10 - Format Slack Message

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

Block 11 - Post to Slack

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

Block 12 - Code in JavaScript

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

Block 13 - Aggregate Tags

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

Block 14 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 15 - Note: Daily Morning Trigger

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

Block 16 - Note: Workflow Configuration

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

Block 17 - Note: Code in JavaScript

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

Block 18 - Note: Read RSS Feeds

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

Block 19 - Note: Get Tag Dictionary

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

Block 20 - Note: Aggregate Tags

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

Block 21 - Note: Google Gemini Chat Model

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

Block 22 - Note: AI Summarizer and Tagger

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

Block 23 - Note: Parse AI Output

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

Block 24 - Note: Write to Notion Database

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

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack
Complexity advanced
Nodes 29
Categories Market Research, AI Summarization
Author Takuya Ojima
Published 25 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10168/10168.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 Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack do?

Who’s it for Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops. What it does / How it works Each m...

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 Market Research, AI Summarization use case.