Skip to main content

Generate AI-summarized newsletter drafts from RSS feeds with GPT-4 and Gmail

Workflow preview

Workflow preview
100%
Generate AI-summarized newsletter drafts from RSS feeds with GPT-4 and Gmail preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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, th...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.rssfeedreadtrigger, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Patrik Schick.

Original n8n.io source

1.1 Workflow description

Title
Generate AI-summarized newsletter drafts from RSS feeds with GPT-4 and Gmail
Workflow name
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, CTA), 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - RSS Feed Trigger

Type / Role
n8n-nodes-base.rssFeedReadTrigger - rssFeedReadTrigger
Config choices
Version 1

Block 2 - Information Extractor

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1.2

Block 3 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 4 - Message a model

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 5 - Create a draft

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate AI-summarized newsletter drafts from RSS feeds with GPT-4 and Gmail
Complexity intermediate
Nodes 9
Categories Social Media, Multimodal AI
Author Patrik Schick
Published 11 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7264/7264.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate AI-summarized newsletter drafts from RSS feeds with GPT-4 and Gmail do?

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, th...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.