Skip to main content

Save & summarize articles from Telegram to Notion using GPT-4o

Workflow preview

Workflow preview
100%
Save & summarize articles from Telegram to Notion using GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who it's for This workflow is for anyone who wants to build an automated, AI enhanced reading list. Ideal for: Knowledge workers and researchers who collect and organize articles Students managing ...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set, n8n-nodes-base.notion, 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 Yosua Surojo.

Original n8n.io source

1.1 Workflow description

Title
Save & summarize articles from Telegram to Notion using GPT-4o
Workflow name
Save & summarize articles from Telegram to Notion using GPT-4o

Who it's for

This workflow is for anyone who wants to build an automated, AI-enhanced reading list. Ideal for:

  • Knowledge workers and researchers who collect and organize articles
  • Students managing study materials
  • Productivity hackers who use Telegram and Notion for personal knowledge management
  • Anyone using the AI-Enhanced Knowledge Base Tracker Notion Template

How it works

This workflow takes any article link sent to your Telegram bot and automatically:

  • Parses the article into a clean title and body
  • Uses OpenAI to generate a 1–2 sentence highlight and topic tag
  • Saves it into your Notion database
  • Sends a confirmation message with the highlight and Notion link back to Telegram

Main steps:

  1. Telegram Trigger - Listens for incoming message containing an article link.
  2. Fetch Article Title & Content - Calls the article-parser-api deployed on Vercel to fetch and parse the article content into structured JSON (title and content).
  3. Generate Highlight + Tag (AI Agent) - Processes the parsed content to generate Highlight and Type tag values.
  4. Structured Metadata for Notion - Adjusts the extracted data before saving it to Notion.
  5. Save Article to Notion Database - Inserts the article and generated metadata into your Notion knowledge base.
  6. Confirm Save via Telegram - Sends a confirmation message and the Notion page link back to the Telegram bot chat after the entry is created.

Setup

  1. Create and connect your API credentials:
  2. Deploy the article parser:
  3. Link your Notion database:
  4. Test your workflow:
    • Click Execute workflow
    • Send an article link to your Telegram bot
  5. Once verified, activate the workflow so it runs automatically

Requirements

  • Telegram bot token
  • OpenAI API key
  • Notion integration and shared database
  • A deployed article parser (e.g., article-parser-api)

Optional customization

  • Edit the AI Agent prompt to change tone or tagging style
  • Add filtering or additional fields in the Edit Fields node
  • Trigger from other sources (e.g., Slack or Email)

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 - Telegram Trigger

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

Block 2 - OpenAI Chat Model

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

Block 3 - Sticky Note

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

Block 4 - Sticky Note1

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

Block 5 - Sticky Note2

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

Block 6 - Sticky Note3

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

Block 7 - Fetch Article Title & Content

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

Block 8 - Generate Highlight + Tag (AI Agent)

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

Block 9 - Structure Metadata for Notion

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

Block 10 - Save Article to Notion Database

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

Block 11 - Confirm Save via Telegram

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

Block 12 - Sticky Note4

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

3. Summary Table

Workflow Save & summarize articles from Telegram to Notion using GPT-4o
Complexity intermediate
Nodes 12
Categories Personal Productivity, AI Summarization
Author Yosua Surojo
Published 18 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6145/6145.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 Save & summarize articles from Telegram to Notion using GPT-4o do?

Who it's for This workflow is for anyone who wants to build an automated, AI enhanced reading list. Ideal for: Knowledge workers and researchers who collect and organize articles Students managing ...

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 Personal Productivity, AI Summarization use case.