Skip to main content

Automated stock news alerts with Google RSS, Gemini & Telegram notifications

Workflow preview

Workflow preview
100%
Automated stock news alerts with Google RSS, Gemini & Telegram notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Purpose This workflow helps you automatically monitor stock related news, extract the main co...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.jinaai, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.merge, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated stock news alerts with Google RSS, Gemini & Telegram notifications
Workflow name
Automated stock news alerts with Google RSS, Gemini & Telegram notifications

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

๐ŸŽฏ Purpose

This workflow helps you automatically monitor stock related news, extract the main content, summarize it using a LLM (via OpenRouter), and send real time alerts to Telegram and store them in Google Sheets.

โš™๏ธ How It Works

Trigger

  • A Cron node triggers the workflow every 15 minutes (adjustable).
  • RSS Feed node checks latest articles from Google Alerts RSS.
  • The workflow filters duplicates using Google Sheets as a log.
  • The article URL is sent to Jina AI Readability API to extract the main body text.
  • The content is summarized using a model from OpenRouter (e.g., Gemini, Claude, GPT-4).
  • You can customize the prompt to suit your tone and analysis needs.
  • The result is appended to a Google Sheets file.
  • Sends the title, summary, and reccomendation to Telegram chat.

๐Ÿงพ Google Sheets Template Create a Google Sheet using this template: Stock Alert

๐Ÿงฐ Requirements

  • Telegram Bot + your Chat ID
  • OpenRouter account and API key
  • Jina AI account for content extraction
  • Google Account with access to Google Sheets
  • Google Alerts RSS feed

๐Ÿ›  Setup Instructions

  • Install required credentials:
    • Add OpenRouter API key to n8n credentials.
    • Add Telegram Bot Token and Chat ID.
    • Add Google Sheets credentials.
    • Add Jina AI credentials.
  • Create or copy the Google Sheet using the link above.
  • Go to Google Alerts, create alerts, and copy the RSS feed URL.
  • Replace placeholder API keys and URLs.
  • Adjust Telegram Chat ID.

๐Ÿ” Security Note

All sensitive credentials (e.g., API keys, personal chat IDs) have been removed from this template. Please replace them using the n8n credentials manager before activating the workflow.

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 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 2 - Sticky Note1

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

Block 3 - Sticky Note7

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

Block 4 - Read URL content

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

Block 5 - AI Agent

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

Block 6 - OpenRouter Chat Model

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

Block 7 - Merge

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

Block 8 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Send a text message

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

Block 10 - Append or update row in sheet1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 11 - Schedule Trigger1

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

Block 12 - No Operation, do nothing

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

Block 13 - Sticky Note

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

Block 14 - Sticky Note2

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

Block 15 - Get Real URL

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

Block 16 - If

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

Block 17 - Sticky Note3

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

Block 18 - Sticky Note4

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

Block 19 - Sticky Note5

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

Block 20 - Stock Acquisition

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

Block 21 - Stock Buyback

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

Block 22 - NVDA Stock

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

3. Summary Table

Workflow Automated stock news alerts with Google RSS, Gemini & Telegram notifications
Complexity advanced
Nodes 22
Categories Crypto Trading, AI Summarization
Author Budi SJ
Published 06 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5712/5712.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 Automated stock news alerts with Google RSS, Gemini & Telegram notifications do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Purpose This workflow helps you automatically monitor stock related news, extract the main co...

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 Crypto Trading, AI Summarization use case.