AI News Curator: Automate RSS to Notion & Slack with Gemini — n8n 워크플로

보통 복잡도 예약14개의 노드🏷️ Personal Productivity👁 1회 조회작성자: Takuya Ojima

개요

Stop drowning in information overload and start leveraging strategic intelligence. This advanced n8n automation serves as your private AI-powered research assistant, transforming chaotic RSS feeds into a structured, actionable knowledge base. Every morning, the workflow triggers a sophisticated data pipeline: it scrapes your selected news sources, utilizes Google Gemini to generate high-level executive summaries, and cross-references content against a custom tag dictionary stored in Google Sheets.

Unlike simple aggregators, this flow uses an AI Agent to categorize and prioritize articles based on your specific business interests. The results are dual-purposed: a permanent, searchable database is created in Notion for long-term research, while a high-priority 'Daily Digest' is pushed directly to Slack to keep your team aligned. This eliminates hours of manual reading and ensures that critical market shifts, competitor moves, or industry trends are never missed. It is the perfect solution for data-driven teams that need to maintain a competitive edge without the manual overhead of traditional media monitoring.

💡

Common Use Cases

  • Competitive Intelligence Tracking: Automatically monitor competitor press releases and product launches to update your sales enablement docs in Notion.
  • PR and Brand Sentiment Monitoring: Scan industry publications for brand mentions and instantly alert the Comms team via Slack for rapid response.
  • Market Research Automation: Collect and tag global economic reports or niche industry news to build a categorized trend library for research operations.

사용된 노드

Google SheetsSlackNotionCodeAI AgentGoogle Gemini Chat Model

워크플로 미리보기

Purpose: Kicks off the workflow every morning
Key setting: Change trigger hour in the node options.
Tip: Switch to weekdays only if you don't brief on week
Purpose: Central config hub.
Fields: `rssFeeds` (array), `notionDatabaseId` (string)
Tip: Keep all user-editable values here.
Purpose: Splits the `rssFeeds` array into one
Why: Lets downstream nodes process feeds independently.
Purpose: Fetches articles for each feed URL.
Output: Items with `title`, `content`, `link`, `pubDate
Purpose: Loads the Tag Dictionary from Google
Note: Reconnect your own Google Sheets credential in n8
Purpose: Combines all sheet rows into `tagDic
Downstream: Used by the AI node to enforce consistent t
Purpose: Provides the LLM runtime for the AI
Note: Reconnect your own Gemini (PaLM) API credential i
Purpose: Produces a strict JSON payload: titl
Prompt tip: Update wording and tag schema as your taxon
Purpose: Validates and normalizes AI JSON.
Includes: JSON-safe extraction, Notion date formatting,
Purpose: Creates a Notion page per item.
Mapping: summary→rich_text, tags→multi_select, priority
Note: Reconnect Notion credential.
Purpose: Orders items by `priority` (desc).
Tip: Change to `publishedDate` or hybrid scoring if pre
Purpose: Limits items to the top three for Sl
Tip: Adjust `maxItems` for longer digests.
Purpose: Builds a readable Slack digest.
Includes: Title, summary, tags, and `Read more` URL per
Purpose: Sends the digest to your channel.
Config: Uses `slackChannel` from the Set node.
Note: Reconnect Slack OAuth2 credential.
RSS Feed Intelligence Hub with Daily Slack Di
Who’s it for
Teams that track multiple news sources and want an auto
model
D
Daily Morning Trigger
W
Workflow Configuration
R
Read RSS Feeds
AI Summarizer and Tagger
Get Tag Dictionary
Parse AI Output
Write to Notion Database
S
Sort by Priority
T
Top 3 Headlines
Format Slack Message
Post to Slack
Code in JavaScript
Aggregate Tags
Google Gemini Chat Model
14 nodes13 edges

작동 원리

  1. 1

    트리거

    워크플로는 예약 트리거로 시작합니다, 정해진 일정에 따라 실행.

  2. 2

    처리

    데이터가 14개의 노드를 통해 흐릅니다, connecting agent, code, googlesheets.

  3. 3

    출력

    워크플로가 자동화를 완료하고 구성된 대상에 결과를 전달합니다.

노드 세부 정보 (14)

GO

Google Sheets

googleSheets

#1
SL

Slack

slack

#2
NO

Notion

notion

#3
CO

Code

code

#4
AI

AI Agent

n8n-nodes-langchain.agent

#5
GO

Google Gemini Chat Model

n8n-nodes-langchain.lmChatGoogleGemini

#6

이 워크플로 가져오는 방법

  1. 1오른쪽의 JSON 다운로드 버튼을 클릭하여 워크플로 파일을 저장합니다.
  2. 2n8n 인스턴스를 열고 워크플로 → 새로 만들기 → 파일에서 가져오기로 이동합니다.
  3. 3다운로드된 automate-news-intelligence-with-gemini-ai-for-rss-feeds-to-notion-and-slack 파일을 선택하고 가져오기를 클릭합니다.
  4. 4각 서비스 노드에 대한 자격 증명(API 키, OAuth 등)을 설정합니다.
  5. 5워크플로 테스트를 클릭하여 모든 것이 작동하는지 확인한 후 활성화합니다.

또는 n8n → JSON에서 가져오기에 직접 붙여넣기:

{ "name": "AI News Curator: Automate RSS to Notion & Slack with Gemini", "nodes": [...], ...}

통합

agentcodegooglesheetslimitlmchatgooglegemininotionrssfeedreadscheduletriggersetslacksort

이 워크플로 가져오기

한 번의 클릭으로 다운로드 및 가져오기

JSON 다운로드n8n.io에서 보기
노드14
복잡도medium
트리거scheduled
조회수1

제작자

Takuya Ojima

Takuya Ojima

@takuya

태그

agentcodegooglesheetslimitlmchatgooglegemininotionrssfeedreadscheduletriggersetslack

n8n을 처음 사용하시나요?

n8n은 무료 오픈소스 워크플로 자동화 도구입니다. 자체 호스팅하거나 클라우드 버전을 사용하세요.

n8n 무료로 시작하기 →

Related Personal Productivity Workflows

CODIFIHT+8
high

Automate Epic Games Freebie Alerts via Discord & Puppeteer

Never miss a premium title again with this advanced n8n automation designed to track the Epic Games Store's rotating free game catalog. This workflow leverages the power of the Puppeteer community node to perform headless browser scraping, bypassing traditional static HTML limitations to detect real-time changes in the store's interface. By monitoring specific DOM containers, the automation identifies new releases, processes game metadata through custom JavaScript logic, and formats the data into professional Discord embeds. Beyond simple notifications, this flow incorporates robust error handling and looping mechanisms to ensure delivery even if a specific request fails. For community managers or gaming enthusiasts, this replaces the manual chore of daily store checks with a high-performance, set-and-forget monitoring system. It effectively demonstrates how to combine web scraping, data transformation, and third-party API integrations into a cohesive, production-ready automation pipeline. **Common Use Cases:** - Community Engagement for Gaming Servers - Automated Content Sourcing for Gaming News Portals - Real-time Price and Promotion Monitoring for Digital Goods

Scheduled·20 nodes
AIGOGOHT+5
high

Automate Forex News Alerts: Telegram & Google Sheets n8n Flow

Bridge the gap between economic data releases and trade execution with this sophisticated n8n automation. This workflow monitors Forex Factory and MyFxBook in real-time, instantly pushing critical news data and live price fluctuations for affected currency pairs directly to Telegram and Google Sheets. By automating the data capture process, traders eliminate the manual lag of refreshing browser tabs during high-volatility events. The flow systematically parses 'Actual' vs. 'Forecast' figures, calculates market impact, and logs the live price at the exact moment of the release for backtesting accuracy. Whether you are scaling a proprietary trading desk or managing personal capital, this template ensures you never miss a high-impact news event. It utilizes advanced conditional logic to filter relevant currency pairs and Airtop integration for seamless data extraction, providing a professional-grade infrastructure for algorithmic or semi-automated trading strategies. **Common Use Cases:** - Real-time sentiment analysis by syncing economic surprises to a centralized trading dashboard. - Automated journal logging for backtesting the correlation between news deviations and price slippage. - Telegram-based trade signal triggers that bridge economic calendar events to MetaTrader 4 execution.

Trigger·34 nodes
CHGMGOIF+6
high

AI Meeting Briefing Automation: n8n, OpenAI & Slack Guide

Stop walking into meetings unprepared. This advanced n8n workflow acts as an automated executive assistant, delivering comprehensive attendee intelligence directly to your Slack workspace. Instead of manually digging through old threads, the automation triggers hourly to scan your Google Calendar for upcoming appointments. Once a meeting is detected, the flow initiates a deep search across Gmail to extract the most recent correspondence and activity history for every participant. By leveraging OpenAI’s Large Language Models (LLMs) and LangChain integration, the workflow synthesizes disparate data points into a concise, high-value briefing. It identifies key talking points, previous blockers, and the current relationship status with each stakeholder. This ensures you have the full context needed to drive decisions without the pre-meeting administrative burden. Perfect for high-volume sales teams, account managers, and executives, this template transforms how you prepare for calls by replacing manual research with instant, AI-generated insights delivered precisely when they are most relevant. **Common Use Cases:** - High-Stakes Sales Discovery: Automatically briefing Account Executives on a prospect's recent support tickets and email inquiries before a demo. - Client Relationship Management: Equipping Account Managers with a summary of the last three months of cross-departmental communication before a quarterly business review. - Executive Leadership Syncs: Providing CEOs with rapid context on internal stakeholders' recent project updates and Slack mentions prior to board or department meetings.

Scheduled·18 nodes
AGCOGOGO+6
medium

AI Assistant for Finding Nearby Workspaces via n8n & Slack

Maximize your billable hours and productivity with this intelligent AI-driven workflow designed to turn schedule gaps into efficient work sessions. This automation acts as a personal concierge for mobile professionals and digital nomads. By proactively monitoring your Google Calendar, the system identifies upcoming free periods between appointments. It then utilizes OpenRouter AI and Google Maps API to scout nearby cafes or coworking spaces that match your specific preferences. Unlike manual searching, this workflow analyzes your current location and travel time to ensure you never waste a moment. Once a prime location is identified, the workflow pushes a detailed notification to Slack, including navigation links and venue details. This eliminates decision fatigue and the stress of finding reliable Wi-Fi or a quiet environment on the fly. From a technical perspective, the flow triggers on a schedule, scrapes calendar data, processes spatial logic via custom Code nodes, and leverages an LLM agent to make qualitative recommendations based on live data, ultimately logging your visits in Google Sheets for future reference. **Common Use Cases:** - Field Sales Optimization: Automatically suggesting quiet cafes for account managers to update CRM records between client on-site visits. - Executive Assistant Automation: Providing traveling executives with curated 'third-space' options for impromptu deep-work sessions without manual research. - Digital Nomad Productivity: Syncing with a dynamic travel schedule to identify the best-rated workspaces with high-speed internet in new cities.

Scheduled·12 nodes
AGEMFIGO+7
high

Automate Excel to Google Calendar Sync with AI Summaries

Stop manually copying spreadsheets into your schedule. This advanced n8n automation streamlines event management by transforming static Excel files into dynamic Google Calendar entries using GPT-4o-mini. The workflow monitors your Google Drive for new schedules, extracts raw data, and utilizes a dual-layer AI analysis to validate dates and categorize events with high precision. Unlike basic sync tools, this logic includes a structured output parser to ensure data integrity and a smart enrichment phase that adds context to every calendar invite. Once the calendar is updated, the system generates a human-readable executive summary of the week's agenda and distributes it via email automatically. This is a game-changer for professionals managing high-volume scheduling tasks where human error is a risk. By integrating OpenAI’s LLMs directly into the data pipeline, the workflow handles inconsistent formatting and complex project timelines that traditional automation tools often fail to process. It effectively acts as an AI executive assistant, ensuring your team stays synchronized without a single manual click. **Common Use Cases:** - Academic Term Scheduling: Automatically syncing university lecture timetables from faculty spreadsheets to student-facing calendars. - Project Milestone Tracking: Converting complex Excel project trackers into visual deadlines for cross-functional engineering teams. - Shift Management for Healthcare: Transforming weekly staff rosters into individual calendar invites with automated shift summaries sent to personnel.

Scheduled·17 nodes
AGAGCODA+9
high

AI Agent: Auto-Sync Gmail/Outlook to Google Tasks & To Do

Stop losing critical action items in your overflowing inbox. This advanced n8n workflow leverages a sophisticated multi-agent AI system powered by Mistral Large to intelligently bridge the gap between your communication and project management. Unlike simple triggers, this flow uses an autonomous Orchestrator Agent that analyzes the context of incoming emails from both Gmail and Microsoft Outlook. It determines if an email is truly actionable, extracts the core requirement, and assigns it to the appropriate platform—be it Google Tasks or Microsoft To Do. The automation executes a multi-step logic sequence: first, it fetches unread messages through specialized integrations; second, it utilizes a memory-buffered Mistral AI agent to structure the data into high-quality task descriptions; and finally, it employs sub-agents to handle rate-limiting and platform-specific API calls. This ensures a seamless, error-free transfer of data without manual intervention. By centralizing your cross-platform tasks into a single source of truth, you eliminate context switching and ensure that high-priority client requests or internal directives are never overlooked. It is the ultimate productivity engine for professionals managing hybrid ecosystems. **Common Use Cases:** - Executive Assistant Automation: Automatically triaging executive inboxes and converting stakeholder requests into prioritized task lists. - Project Management Sync: Converting client feedback received via email into actionable tickets within a team's shared Microsoft To Do or Google environment. - Freelance Workflow Optimization: Managing multiple client communication channels by consolidating all 'next steps' into a unified personal dashboard.

Scheduled·26 nodes