Skip to main content

The title is very good, clearly conveying the template's purpose while mentioning key technologies

Workflow preview

Workflow preview
100%
The title is very good, clearly conveying the template's purpose while mentioning key technologies 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 Collects articles from your preferred RSS feeds. Rates and tags each article using an AI model (e.g., QWEN 14B s4), filtering for relevance and quality. Summarizes high rated articles ...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.noop, 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 Falk.

Original n8n.io source

1.1 Workflow description

Title
The title is very good, clearly conveying the template's purpose while mentioning key technologies
Workflow name
The title is very good, clearly conveying the template's purpose while mentioning key technologies

How it works

  • Collects articles from your preferred RSS feeds.
  • Rates and tags each article using an AI model (e.g., QWEN 14B-s4), filtering for relevance and quality.
  • Summarizes high-rated articles with a language model (e.g., Gemma3 4B) for quick, digestible reading.
  • Checks for duplicates to avoid sending the same article twice.
  • Formats and sends the top articles as an HTML newsletter via Gmail, using OAuth2 authentication.
  • Stores records in a Postgres database, tracking which articles have been sent and their ratings.

Requirements

  • Postgres Account
  • AI Models (if you work localy use Ollama)
  • In the cloud you have to change Ollama node to your prefered Model Node
  • RSS Feed of your desire
  • Google Auth2, if you want to use Gmail

Recommendations

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 - When clicking ‘Execute workflow’

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

Block 2 - RSS Read

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

Block 3 - Reduce informations

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

Block 4 - Parse Output to JSON

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

Block 5 - Merge Data LLM+RSS

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 6 - Rating 7+

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

Block 7 - No Operation, do nothing1

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

Block 8 - Parse Output JSON

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

Block 9 - Merge Data Summary + rest

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 10 - No Operation, do nothing2

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

Block 11 - Format HTML EMail

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

Block 12 - Send Email Newsletter

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

Block 13 - Model QWEN3 14B-q4

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

Block 14 - Model Gemma3 4B

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

Block 15 - Rating & Tagging Articles

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Create DB and Schema if not exists

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 20 - Postgres

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 21 - Compare Datasets

Type / Role
n8n-nodes-base.compareDatasets - compareDatasets
Config choices
Version 2.3

Block 22 - Summarize Article

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 23 - Count words

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

Block 24 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow The title is very good, clearly conveying the template's purpose while mentioning key technologies
Complexity advanced
Nodes 33
Categories Social Media, AI Summarization
Author Falk
Published 27 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5400/5400.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 The title is very good, clearly conveying the template's purpose while mentioning key technologies do?

How it works Collects articles from your preferred RSS feeds. Rates and tags each article using an AI model (e.g., QWEN 14B s4), filtering for relevance and quality. Summarizes high rated articles ...

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 Summarization use case.