Skip to main content

Filter real-time news with Gemini AI and BrowserAct for Telegram channels

Workflow preview

Workflow preview
100%
Filter real-time news with Gemini AI and BrowserAct for Telegram channels preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate AI News Filtering with Keywords to Telegram This n8n template helps you stay up to date by automatically filtering news and sending relevant articles to Telegram using an AI Agent. This wo...

Best for

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

Tools used

n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Madame AI Team | Kai.

Original n8n.io source

1.1 Workflow description

Title
Filter real-time news with Gemini AI and BrowserAct for Telegram channels
Workflow name
Filter real-time news with Gemini AI and BrowserAct for Telegram channels

Automate AI News Filtering with Keywords to Telegram

This n8n template helps you stay up-to-date by automatically filtering news and sending relevant articles to Telegram using an AI Agent.

This workflow is perfect for content marketers, journalists, or researchers who need to find specific articles without manually sifting through countless news feeds.


Steps to Take

  • Create BrowserAct Workflow: Set up the News Content Marketing Automation template in your BrowserAct account.
  • Add BrowserAct Token: Connect your BrowserAct account credentials to the HTTP Request inside Run Node.
  • Update Workflow ID: Change the workflow_id value in the HTTP Request inside Run Node to match the one from your BrowserAct workflow.
  • Connect Gemini: Add your Google Gemini credentials to the AI Agent node.
  • Configure Telegram: Connect your Telegram account and add your Channel ID to the Send a News Photo To Telegram node.

How it works

  • The workflow is triggered automatically on a schedule, but you can also manually run it.
  • It uses an HTTP Request node to start a web scraping task via the BrowserAct API to collect the latest news.
  • A series of If and Wait nodes monitor the scraping job until the full data is ready.
  • An AI Agent node, powered by Google Gemini, processes the headlines and filters the news based on a list of keywords you define.
  • A Code node then formats the AI's output into a clean, readable format.
  • Finally, the filtered news articles are sent as rich media messages to Telegram, including the headline, a picture, and a link.

Requirements

  • BrowserAct API account
  • BrowserAct “News Content Marketing Automation” Template
  • Gemini account
  • Telegram credentials

Need Help ?

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 - Wait

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

Block 2 - Wait1

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

Block 3 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 4 - Schedule Trigger

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

Block 5 - Sticky Note-Intro

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

Block 6 - Sticky Note-Scraping

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

Block 7 - Sticky Note-Wait

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

Block 8 - Sticky Note-AI

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

Block 9 - Sticky Note-Notifications

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 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 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Sticky Note-How to Use

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

Block 15 - Run WorkFlow

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Check For Errors

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

Block 17 - Get WorkFlow Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Check For "Finished" Status

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

Block 19 - KeyWords filtering

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

Block 20 - Google Gemini

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

Block 21 - Code - Clean Output

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

Block 22 - Send a News Photo To Telegram

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

Block 23 - Sticky Note-How to Use1

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

Block 24 - Sticky Note4

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

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

3. Summary Table

Workflow Filter real-time news with Gemini AI and BrowserAct for Telegram channels
Complexity advanced
Nodes 27
Categories Market Research, AI Chatbot
Author Madame AI Team | Kai
Published 25 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8915/8915.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 Filter real-time news with Gemini AI and BrowserAct for Telegram channels do?

Automate AI News Filtering with Keywords to Telegram This n8n template helps you stay up to date by automatically filtering news and sending relevant articles to Telegram using an AI Agent. This wo...

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