Generate AI-Summarized Newsletter Drafts from RSS Feeds with GPT-4 and Gmail - n8n Workflow | Neura Market
Generate AI-Summarized Newsletter Drafts from RSS Feeds with GPT-4 and Gmail
## **How it works**
Every hour, the workflow checks the RSS feed https://www.artificialintelligence-news.com/feed/ for new articles. For each new item, it extracts the title, snippet, and full content, then sends them to an AI model to summarize and optionally translate. The processed summary is passed to another AI model (with a personalized "Patrik" assistant tone) to generate a newsletter-style text. Finally, the result is saved as a draft email in Gmail, ready to review and send.
## How to use
- Set your preferred language in the Information Extractor system prompt.
- Update the RSS feed URL if you want to pull articles from a different source.
- Customize the assistant tone in the Message a model node for your newsletter style.
- Connect your Gmail account to the Create a draft node.
- Activate the workflow - every hour it will fetch new articles, generate newsletter content, and save them as Gmail drafts.
## Customising this workflow
- Change the source: Replace the RSS feed URL in the RSS Feed trigger node.
- Language & length: Edit the system prompt in the Information Extractor to set your preferred language and summary style.
- Tone & format: Adjust the Message a model node to define the assistant's personality, structure (headlines, bullets, Q&A), or output as HTML.
- Email settings: Change the subject, sender, or draft folder in the Create a draft node.
- Frequency: Modify the trigger schedule to run daily, weekly, or at custom intervals.
Platform
n8n
Category
Communication
Price
Free
Creator
Patrik Schick
info_extract
Notion
RSS
Telegram
gmail
stickyNote
openAi
rssFeedReadTrigger
lmChatOpenAi
informationExtractor
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.