Skip to main content

Send a weekly AI‐curated RSS digest email with OpenAI and Gmail

Workflow preview

Workflow preview
100%
Send a weekly AI‐curated RSS digest email with OpenAI and Gmail preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs every week, reads articles from a configurable list of RSS feeds, deduplicates and ranks recent items, uses OpenAI to curate them into a themed HTML digest, and se...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.set, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send a weekly AI‐curated RSS digest email with OpenAI and Gmail
Workflow name
Send a weekly AI‐curated RSS digest email with OpenAI and Gmail

Quick overview

This workflow runs every week, reads articles from a configurable list of RSS feeds, deduplicates and ranks recent items, uses OpenAI to curate them into a themed HTML digest, and sends the finished newsletter to your inbox via Gmail.

How it works

  1. Runs weekly on Monday at 08:00.
  2. Generates one item per configured RSS feed URL and reads each feed to collect article entries.
  3. Merges all articles, removes duplicates, keeps items from the last 7 days, ranks them newest-first, and limits the list to 15 articles.
  4. Sends the shortlisted articles to OpenAI (gpt-4o-mini) to group them into 2–4 themes and generate an HTML digest with summaries and links.
  5. Wraps the AI-generated HTML fragment in a styled email template and sets the recipient and digest date.
  6. Sends the HTML email through Gmail with a dated subject line.

Setup

  1. Add an OpenAI credential and attach it to the OpenAI step that curates and summarizes the digest.
  2. Add a Gmail OAuth2 credential and attach it to the Gmail step that sends the email.
  3. Update the RSS feed list (source label and URL) in the feed definition step to match your preferred sources.
  4. Set the recipient email address in the email-building step.
  5. Adjust the schedule (day/time) and, if needed, the lookback window and max article limit in the article filtering/ranking step.

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 - Overview & Setup

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

Block 2 - Section 1 · Sources

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

Block 3 - Section 2 · Fetch & Rank

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

Block 4 - Section 3 · AI Curation

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

Block 5 - Section 4 · Send

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

Block 6 - Weekly Monday 08:00

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 7 - Define Feed Sources

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Read RSS Feed

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 9 - Merge, Filter & Rank Articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Curate & Summarize Digest

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

Block 11 - Build Email HTML

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Send Digest Email

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

3. Summary Table

Workflow Send a weekly AI‐curated RSS digest email with OpenAI and Gmail
Complexity intermediate
Nodes 12
Categories Content Creation, Multimodal AI
Author Julian Abt
Published 31 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16037/16037.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 Send a weekly AI‐curated RSS digest email with OpenAI and Gmail do?

Quick overview This workflow runs every week, reads articles from a configurable list of RSS feeds, deduplicates and ranks recent items, uses OpenAI to curate them into a themed HTML digest, and se...

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 Content Creation, Multimodal AI use case.