This workflow automates the creation of an AI-enhanced newsletter by collecting articles from RSS feeds, rating and tagging them using AI models, summarizing high-rated articles, and sending them via Gmail.
This complex workflow leverages AI models to enhance newsletter content by rating and tagging articles based on user-defined interests. Articles are collected from RSS feeds, processed to remove duplicates, and rated for relevance. High-rated articles are summarized and formatted into an HTML newsletter, which is then sent using Gmail. The workflow also tracks article metadata in a Postgres database to ensure no duplicates are sent.
Platform
n8n
Category
Communication
Price
Free
Creator
Sarah Chen
Gmail
Postgres
RSS
n8n-local
if
set
code
noOp
gmail
merge
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.