Skip to main content

Summarize QA testing news and send Telegram updates with Gemini and OpenAI

Workflow preview

Workflow preview
100%
Summarize QA testing news and send Telegram updates with Gemini and OpenAI preview
Open on n8n.io

1. Workflow Overview

AI Powered QA News Feed Who this workflow is for QA Engineers, SDETs, and automation enthusiasts who want to stay updated with the latest testing news without manually monitoring multiple blogs ...

Best for

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

Tools used

n8n-nodes-base.removeduplicates, n8n-nodes-base.noop, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, n8n-nodes-base.datetime, n8n-nodes-base.wait, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Summarize QA testing news and send Telegram updates with Gemini and OpenAI
Workflow name
Summarize QA testing news and send Telegram updates with Gemini and OpenAI

🧠 AI-Powered QA News Feed

Who this workflow is for

QA Engineers, SDETs, and automation enthusiasts who want to stay updated with the latest testing news without manually monitoring multiple blogs and communities.


What this workflow does

This automation collects QA-related news from multiple RSS feeds, filters relevant articles, generates AI summaries, and sends concise updates to a Telegram channel.

It runs automatically every 3 hours and ensures that only relevant and non-duplicate updates are shared.


How it works

  1. Scheduled trigger
  • The workflow runs automatically every 3 hours.
  1. Fetch RSS feeds
  • Reads QA news from multiple sources such as:
  • The Test Tribe
  • Medium QA tag
  • Cypress blog
  • Dev.to
  1. Extract and normalize data
  • Extracts title, link, snippet, and publication date from each article.
  1. Filter relevant content
  • Filters articles based on:
  • Publication date
  • QA-related keywords (Testing, Quality, Playwright, etc.)
  1. Remove duplicates
  • Removes duplicates within the current execution.
  • Prevents sending the same article across multiple executions.
  1. Process in batches
  • Articles are processed in batches of 5.
  • A short delay is added to avoid API rate limits.
  1. AI summarization with fallback
  • Primary model: Google Gemini
  • Fallback model: OpenAI
  • Ensures a summary is always generated even if one model fails.
  1. Send Telegram notification
  • Each message contains:
  • Article title
  • Source link
  • AI-generated summary

How to use this template

  1. Import the workflow into your n8n instance.
  2. Configure the following credentials:
  • Telegram Bot API
  • Google Gemini API
  • OpenAI API (fallback model)
  1. Update the Telegram chat ID to your channel or group.
  2. Activate the workflow.

What you get

āœ” Automated QA news monitoring āœ” AI-generated summaries āœ” Duplicate-safe notifications āœ” Resilient AI fallback system āœ” Zero manual effort once activated

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 - Remove Duplicates

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

Block 2 - No Operation, do nothing

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

Block 3 - No Operation, do nothing1

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

Block 4 - Input Feeds List

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

Block 5 - Read Feed

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

Block 6 - Extract Data

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

Block 7 - Get Current Date

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

Block 8 - Get Feed Published Date

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

Block 9 - Formatted Current Date

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

Block 10 - Wait for 10 seconds

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

Block 11 - Loop Over Feed URL's

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

Block 12 - Sticky Note

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

Block 13 - Remove Duplicates Comparing with Prev Exec

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

Block 14 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 15 - Gemini

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

Block 16 - Set Gemini AI Summary

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

Block 17 - Set OpenAI summary

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

Block 18 - Loop Over Items

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

Block 19 - No Operation, do nothing2

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

Block 20 - Sticky Note1

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

Block 21 - Date Formatting and Relevance

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

Block 22 - Sticky Note2

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

Block 23 - Sticky Note3

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

Block 24 - Sticky Note5

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

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

3. Summary Table

Workflow Summarize QA testing news and send Telegram updates with Gemini and OpenAI
Complexity advanced
Nodes 32
Categories Market Research, AI Summarization
Author Mudit Maheshwari
Published 03 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13832/13832.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 QA testing news and send Telegram updates with Gemini and OpenAI do?

AI Powered QA News Feed Who this workflow is for QA Engineers, SDETs, and automation enthusiasts who want to stay updated with the latest testing news without manually monitoring multiple blogs ...

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.