Skip to main content

Create AI news digests from RSS feeds with Groq and send via Gmail

Workflow preview

Workflow preview
100%
Create AI news digests from RSS feeds with Groq and send via Gmail preview
Open on n8n.io

1. Workflow Overview

How it works 1. RSS feeds from The Verge and TechCrunch are fetched on manual trigger 2. Articles are merged, sorted newest first, and prepared for AI processing 3. Groq AI Agent 1 summarises artic...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.merge, n8n-nodes-base.sort, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Redowan Ahmed Farhan.

Original n8n.io source

1.1 Workflow description

Title
Create AI news digests from RSS feeds with Groq and send via Gmail
Workflow name
Create AI news digests from RSS feeds with Groq and send via Gmail

How it works

  1. RSS feeds from The Verge and TechCrunch are fetched on manual trigger
  2. Articles are merged, sorted newest-first, and prepared for AI processing
  3. Groq AI Agent 1 summarises articles in batches of 3 using a memory-buffered loop
  4. Groq AI Agent 2 assembles all summaries into a polished newsletter
  5. Newsletter is converted from Markdown to HTML and sent via Gmail

Set up steps

  • Estimated time: ~5 minutes
  • Add your Groq API key to both Groq Chat Model nodes
  • Connect Gmail via OAuth2 in the Send node
  • Set your recipient email address in the Send node
  • Optionally add a Schedule Trigger for automatic weekly delivery
  • Click Execute Workflow to generate your first newsletter

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 - Main Overview

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

Block 2 - Section: Fetch & Filter

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

Block 3 - Section: AI Summarisation Loop

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

Block 4 - Section: Assembly & Send

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

Block 5 - Merge All RSS Items1

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

Block 6 - Sort by Date (Newest First)1

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

Block 7 - Extract Key Fields1

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

Block 8 - The verge1

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

Block 9 - TechCrunch1

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

Block 10 - AI Agent2

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

Block 11 - Code in JavaScript1

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

Block 12 - Loop Over Items1

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 13 - Markdown2

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

Block 14 - Send a message

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

Block 15 - Limit1

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

Block 16 - memory1

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

Block 17 - Groq Chat Model2

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

Block 18 - Next 3 Items1

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

Block 19 - Extract Saved data1

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

Block 20 - Edit Fields1

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

Block 21 - Split Out1

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

Block 22 - Aggregate1

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

Block 23 - Formatting1

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

Block 24 - AI Agent3

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

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

3. Summary Table

Workflow Create AI news digests from RSS feeds with Groq and send via Gmail
Complexity advanced
Nodes 26
Categories Social Media, AI Summarization
Author Redowan Ahmed Farhan
Published 03 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15450/15450.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 Create AI news digests from RSS feeds with Groq and send via Gmail do?

How it works 1. RSS feeds from The Verge and TechCrunch are fetched on manual trigger 2. Articles are merged, sorted newest first, and prepared for AI processing 3. Groq AI Agent 1 summarises artic...

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.