Turn an RSS feed into a newsletter draft
Collect new RSS items and draft a newsletter automatically.
n8nbeginner Est. 20 min
Overview
This automation polls an RSS feed, summarizes new items with AI and prepares a newsletter draft.
Steps
- Poll the RSS feed
Fetch the feed every hour and detect new items.
- Summarize with AI
Send each item to an LLM node for a short summary.
- Build the newsletter draft
Assemble summaries into a draft ready to send.
Tools used
- n8n — n8n - AI-driven workflow automation platform.