Summarize RSS feeds into a daily AI digest with Gemini, Slack, and Gmail

Go to Workflow
0 views
Built by Oka Hironobu Oka Hironobu
Created on June 07, 2026

Description

Who is this for

Busy professionals, team leads, and anyone who follows multiple news sources and wants a single, prioritized morning briefing instead of scrolling through dozens of tabs.

What this workflow does

A Schedule Trigger fires every weekday morning at 8 AM. Two RSS Feed Read nodes pull the latest articles from your configured sources (default: Ars Technica and Hacker News). A Code node merges and deduplicates the articles into a single list. Google Gemini then reads each article, writes a concise summary, assigns an importance score from 1 to 10, and tags it by category. Another Code node builds a formatted digest sorted by importance, splitting stories into "Top Stories" and "Other News." The digest is posted to Slack as your daily briefing and simultaneously sent via Gmail for team members who prefer email.

How to set up

Replace the RSS feed URLs in "Tech News Feed" and "Hacker News Feed" with your preferred sources
Add your free Google Gemini API key from Google AI Studio
Connect Slack and choose the channel for daily posts
Connect Gmail and set the recipient email address
Adjust the cron schedule in "Morning Schedule" to your preferred time

Requirements

Google Gemini API key (free tier available)
Slack workspace
Gmail account
n8n instance (self-hosted or cloud)

How to customize

Add more RSS Feed Read nodes and wire them into "Merge and Deduplicate" for additional sources
Change the importance scoring criteria in the "Summarize and Score" AI prompt
Adjust the top story threshold in "Build Digest" (default: score 7 or above)
Modify the cron expression to run at a different time or include weekends

Nodes Used (5)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Gmail
n8n-nodes-base.gmail
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Slack
n8n-nodes-base.slack