Automate RSS News Summarization and Storage with Google Sheets and Gemini AI - n8n Workflow | Neura Market
Automate RSS News Summarization and Storage with Google Sheets and Gemini AI
This workflow automates the process of fetching articles from RSS feeds, summarizing them using Google Gemini AI, and storing the results in Google Sheets. It ensures only recent articles are processed and avoids duplicates.
This workflow is designed to streamline the management of news articles by integrating multiple services. It starts by fetching RSS feed URLs from a Google Sheet, reads the feeds, and filters articles based on their publication date. The workflow checks for duplicates to prevent reprocessing. It then retrieves the full HTML content of each article, extracts the main body, and converts it to Markdown. Using Google Gemini AI, it generates concise summaries, which are then stored in both a permanen
Platform
n8n
Category
Lifestyle
Price
Free
Creator
Zoe Mitchell
gid
if
set
html
noOp
filter
markdown
stickyNote
httpRequest
rssFeedRead
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.