Skip to main content

Send AI-curated weekly news digests with RSS, Vector DB & GPT-4o

Workflow preview

Workflow preview
100%
Send AI-curated weekly news digests with RSS, Vector DB & GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

What this workflow does This workflow implements a two stage news automation system designed for reusable and topic driven email delivery. News articles are continuously collected from multiple pla...

Best for

  • Social Media automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.agent, 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 Samyotech.

Original n8n.io source

1.1 Workflow description

Title
Send AI-curated weekly news digests with RSS, Vector DB & GPT-4o
Workflow name
Send AI-curated weekly news digests with RSS, Vector DB & GPT-4o

What this workflow does

This workflow implements a two-stage news automation system designed for reusable and topic-driven email delivery. News articles are continuously collected from multiple platforms using RSS feeds and stored in a vector database with semantic embeddings and category metadata.

Instead of fetching news on demand, the workflow separates daily ingestion from weekly delivery. This allows the same news data to be reused across different topics, audiences, or delivery schedules.

On a weekly basis, relevant articles are retrieved from the vector store based on defined areas of interest and item limits. The selected news is then processed by an AI agent, which converts the raw articles into a structured, email-ready format before sending the final content to users.

How it works

  1. News articles are collected daily from multiple RSS feeds
  2. Articles are categorized and stored in a vector database
  3. On a weekly trigger, topic preferences are evaluated
  4. Relevant articles are retrieved using vector-based search
  5. An AI agent formats the content for email delivery
  6. The email is sent to the user

Setup

To use this workflow, complete the following steps:

  1. Add and configure your RSS feed sources
  2. Connect a vector database and embedding model
  3. Configure AI model credentials for content generation
  4. Set up email service credentials
  5. Define weekly scheduling and topic inputs
  6. Test retrieval and email output

Customization

You can customize this workflow by:

  • Adding or removing RSS feed sources
  • Adjusting news categories or topic filters
  • Changing the number of articles retrieved per topic
  • Modifying the AI agent’s writing tone or structure
  • Reusing the vector store for other content workflows
  • Updating email frequency or delivery format

Requirements

  • RSS feed URLs
  • Vector database credentials
  • AI model credentials
  • Email service credentials

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 - Split Out

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

Block 2 - Embeddings OpenAI

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

Block 3 - Default Data Loader

Type / Role
@n8n/n8n-nodes-langchain.documentDefaultDataLoader - documentDefaultDataLoader
Config choices
Version 1

Block 4 - Recursive Character Text Splitter

Type / Role
@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter - textSplitterRecursiveCharacterTextSplitter
Config choices
Version 1

Block 5 - OpenAI Chat Model

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

Block 6 - Get Articles Daily

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

Block 7 - Send Weekly Summary

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

Block 8 - News reader AI

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 9 - Send Newsletter

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

Block 10 - Convert Response to an Email-Friendly Format

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

Block 11 - Your topics of interest

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

Block 12 - Store News Articles

Type / Role
@n8n/n8n-nodes-langchain.vectorStoreInMemory - vectorStoreInMemory
Config choices
Version 1.1

Block 13 - Set Tech News RSS Feeds

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

Block 14 - Read RSS News Feeds

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

Block 15 - Get News Articles

Type / Role
@n8n/n8n-nodes-langchain.vectorStoreInMemory - vectorStoreInMemory
Config choices
Version 1.1

Block 16 - Embeddings OpenAI2

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

Block 17 - Set and Normalize Fields

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

Block 18 - Sticky Note

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

Block 19 - Sticky Note1

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

Block 20 - Sticky Note2

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

Block 21 - Sticky Note3

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

3. Summary Table

Workflow Send AI-curated weekly news digests with RSS, Vector DB & GPT-4o
Complexity advanced
Nodes 21
Categories Social Media, AI RAG
Author Samyotech
Published 19 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11951/11951.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 AI-curated weekly news digests with RSS, Vector DB & GPT-4o do?

What this workflow does This workflow implements a two stage news automation system designed for reusable and topic driven email delivery. News articles are continuously collected from multiple pla...

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, AI RAG use case.