Skip to main content

Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord

Workflow preview

Workflow preview
100%
Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord preview
Open on n8n.io

1. Workflow Overview

Multi Source RSS + Gemini AI → Daily Wealth Brief to Discord This workflow automatically collects financial news from multiple trusted sources, filters and cleans the data and uses AI (Google Gemin...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.rssfeedread, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.stickynote, n8n-nodes-base.discord, n8n-nodes-base.set

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord
Workflow name
Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord

Multi-Source RSS + Gemini AI → Daily Wealth Brief to Discord

This workflow automatically collects financial news from multiple trusted sources, filters and cleans the data and uses AI (Google Gemini) to generate a concise daily wealth briefing. The final summary is formatted and delivered directly to a Discord channel, ensuring you get actionable financial insights without manual effort.

Quick Implementation Steps

  1. Import workflow into n8n
  2. Replace Manual Trigger with Schedule Trigger (daily recommended)
  3. Add Google Gemini API credentials
  4. Connect Discord Bot credentials
  5. Configure RSS feeds (optional)
  6. Activate workflow

What It Does

This workflow acts as your automated financial intelligence assistant. It gathers news from multiple high-quality sources including Yahoo Finance, CoinDesk and the Federal Reserve. Instead of overwhelming you with raw headlines, it intelligently filters and prioritizes only high-impact macroeconomic updates.

After collecting the data, the workflow removes duplicate articles and filters out low-value noise using keyword-based logic. It then selects the top 15 most relevant news items and feeds them into Google Gemini AI.

The AI processes this information and generates a clear, actionable wealth briefing focused on major financial themes like inflation, crypto markets, interest rates and global economic trends. The final output is formatted and delivered to your Discord channel for easy consumption.

Who’s It For

  • Wealth managers and financial advisors
  • Crypto traders and investors
  • Stock market enthusiasts
  • Startup founders tracking macro trends
  • Anyone who wants a daily financial summary without information overload

Requirements to Use This Workflow

How It Works & Set Up

  1. Import Workflow
  • Upload the JSON file into your n8n instance
  1. Replace Trigger
  • Replace Manual Trigger with a Schedule Trigger
  • Recommended: Daily at 7–9 AM
  1. Configure RSS Nodes
  • Yahoo Finance RSS
  • CoinDesk RSS
  • Federal Reserve RSS
  • (You can modify or add more sources)
  1. Set Up Gemini AI
  • Add Google Gemini credentials
  • Ensure model is set to: gemini-flash-latest
  1. Configure Discord
  • Connect Discord Bot
  • Select server (guild) and channel
  • Ensure bot has permission to send messages
  1. Activate Workflow
  • Turn on workflow
  • Monitor first execution

Workflow Logic Breakdown

  1. Data Collection
  • Fetch news from 3 RSS sources
  • Merge all news into one stream
  1. Data Cleaning
  • Remove duplicate titles
  • Filter by keywords (bitcoin, inflation, fed, market, oil)
  1. Prioritization
  • Limit to top 15 news items
  1. Transformation
  • Convert news into structured text
  1. AI Processing
  • Gemini generates:
  • Top 5 insights
  • Simple explanations
  • Actionable advice
  1. Delivery
  • Format output for Discord
  • Send message
  • If AI fails → send fallback error message

How To Customize Nodes

AI Node (Gemini)

Modify prompt to:

  • Add region-specific insights
  • Include stock recommendations
  • Change tone (technical / beginner)

Filter Node

Customize keywords:

const keywords = ["bitcoin", "fed", "inflation", "stock", "market", "oil"];

Add: "gold", "real estate", "rupee", etc.

RSS Nodes

Add more sources like :

  • Bloomberg
  • Reuters
  • Economic Times

Limit Node

Change number of news items:

  • Default: 15
  • Can increase/decrease

Discord Node

  • Change channel or server
  • Add mentions (@everyone, roles)

Add-ons (To extend this workflow)

  • Save summaries to Google Sheets or Notion
  • Send email or Telegram alerts
  • Add sentiment analysis layer
  • Store historical briefs for trend tracking
  • Add portfolio-specific filtering

Use Case Examples

  1. Daily Investor Briefing

Get a quick snapshot of market conditions every morning

  1. Crypto Market Monitoring

Track Bitcoin, macro signals and crypto trends

  1. Wealth Advisory Automation

Send insights to clients automatically

  1. Startup Founder Intelligence

Stay updated on macroeconomic trends impacting business

  1. Discord Community Engagement

Share curated financial insights with your community

And many more variations depending on how you customize filters, sources and delivery channels.

Troubleshooting Guide

Need Help?

If you need help setting up, customizing or extending this workflow, our n8n automation developers at WeblineIndia are here to support you.

Whether you want to:

  • Add advanced AI layers
  • Build custom dashboards
  • Integrate with your internal systems
  • Create enterprise-grade automation

👉 Reach out to WeblineIndia for expert assistance in building powerful n8n workflows tailored to your business needs.

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 - 02 - Fetch - Yahoo Finance RSS

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

Block 2 - 03 - Fetch - CoinDesk RSS

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

Block 3 - 04 - Fetch - Federal Reserve RSS

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

Block 4 - 05 - Merge - All News Sources

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

Block 5 - 06 - Clean - Remove Duplicate News

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

Block 6 - 07 - Filter - Remove Low Value News

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

Block 7 - 08 - Limit - Top 15 News

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

Block 8 - 09 - Transform - Combine News Text

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

Block 9 - 10 - AI - Generate Wealth Summary

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - 11 | format for Discord message

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

Block 13 - 13 | Send a Error message

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

Block 14 - Sticky Note2

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

Block 15 - 12 | Final answer

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

Block 16 - 13 | Send a message

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

Block 17 - 01 | Click to Start Workflow

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

Block 18 - Sticky Note3

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

3. Summary Table

Workflow Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord
Complexity advanced
Nodes 18
Categories Market Research, AI Summarization
Author WeblineIndia
Published 15 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15071/15071.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 Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord do?

Multi Source RSS + Gemini AI → Daily Wealth Brief to Discord This workflow automatically collects financial news from multiple trusted sources, filters and cleans the data and uses AI (Google Gemin...

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 Market Research, AI Summarization use case.