Skip to main content

Daily AI news translation & summary with GPT-4 and Telegram delivery

Workflow preview

Workflow preview
100%
Daily AI news translation & summary with GPT-4 and Telegram delivery preview
Open on n8n.io

Important notice

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

1. Workflow Overview

What this workflow does Every morning at 8 a.m., this workflow fetches the latest AI related articles from both GNews and NewsAPI. It merges up to 40 new articles daily, selects the 15 most rele...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Daily AI news translation & summary with GPT-4 and Telegram delivery
Workflow name
Daily AI news translation & summary with GPT-4 and Telegram delivery

πŸ“ What this workflow does

Every morning at 8 a.m., this workflow fetches the latest AI-related articles from both GNews and NewsAPI. It merges up to 40 new articles daily, selects the 15 most relevant ones on AI technology and applications, and uses GPT-4.1 to generate concise summaries in accurate Traditional Chinese (while preserving essential English technical terms). Each summary also includes the article link for easy referral. The compiled digest is then posted to your designated Telegram account or group.

πŸ‘₯ Who is this for?

  • AI enthusiasts, professionals, and anyone interested in artificial intelligence news
  • Individuals and teams wanting a concise daily digest of AI developments in Traditional Chinese
  • Telegram users who prefer automated information delivery

🎯 What problem does this workflow solve?

With the rapid evolution of AI technology, it can be overwhelming to keep up with new developments. This workflow addresses information overload by automatically collecting, summarizing, and translating the most important AI news each morning β€” all delivered conveniently to your chosen Telegram channel or group.

βš™οΈ Setup

  1. πŸ”‘ Add NewsAPI and GNews API Keys
    • Register for accounts on NewsAPI.org and GNews to obtain your API keys.
    • Input your NewsAPI key directly into the Fetch NewsAPI articles node.
    • Input your GNews API key into the Fetch GNews articles node.
  2. πŸ€– Set up your Telegram Bot
    • Create a Telegram Bot via BotFather and copy the generated Bot Token.
    • In n8n, create Telegram Bot credentials using this token.
    • In the Send summary to Telegram node, enter the chat ID of your target user, group, or channel to receive the messages.
  3. 🧠 Configure OpenAI Credentials
    • In n8n, create a new credential using your OpenAI API key.
    • Assign this credential to the GPT-4.1 Model node (or equivalent OpenAI/AI nodes).

After completing these steps, your workflow is fully configured to fetch, summarize, and deliver daily AI news to your selected Telegram chat automatically.

πŸ› οΈ How to customize this workflow

  • πŸ” Change the topic: Update the keywords in the NewsAPI and GNews nodes for other subjects (e.g., "blockchain", "quantum computing").
  • ⏰ Adjust delivery time: Modify the scheduled trigger to your preferred hour.
  • ✍️ Tweak summary style or language: Refine the prompt in the AI summarizer node for different tones or translate into other languages as needed.

πŸ“¦ Dependencies

  • NewsAPI account
  • GNews account
  • Telegram Bot
  • OpenAI API access (for GPT-4.1) or compatible AI model for Langchain agent

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

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

Block 2 - Trigger at 8am daily

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

Block 3 - Fetch GNews articles

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

Block 4 - Fetch NewsAPI articles

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

Block 5 - GNews: Map to articles

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

Block 6 - NewsAPI: Map to articles

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

Block 7 - Merge GNews & NewsAPI

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

Block 8 - Sticky: News APIs

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

Block 9 - AI summarizer & translator

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

Block 10 - GPT-4.1 Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 11 - Sticky: AI Processing

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

Block 12 - Send summary to Telegram

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

3. Summary Table

Workflow Daily AI news translation & summary with GPT-4 and Telegram delivery
Complexity intermediate
Nodes 12
Categories Content Creation, AI Summarization
Author SamirLiu
Published 18 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3596/3596.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 Daily AI news translation & summary with GPT-4 and Telegram delivery do?

What this workflow does Every morning at 8 a.m., this workflow fetches the latest AI related articles from both GNews and NewsAPI. It merges up to 40 new articles daily, selects the 15 most rele...

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 Content Creation, AI Summarization use case.