AutomationFlowsAI & RAG › Transcribe & Summarize Telegram Voice Notes with Openai and Deepseek Chat to…

Transcribe & Summarize Telegram Voice Notes with Openai and Deepseek Chat to…

Original n8n title: Transcribe & Summarize Telegram Voice Notes with Openai and Deepseek Chat to Google Docs

ByWild Nomad @rahimin3d on n8n.io

This workflow automates the process of transcribing voice notes from Telegram and then summarizing them, finally saving both the transcript and the summary to Google Drive.

Event trigger★★★★☆ complexityAI-powered11 nodesTelegramOpenAILm Chat Deep SeekAgentTelegram TriggerGoogle Drive
AI & RAG Trigger: Event Nodes: 11 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #4944 — we link there as the canonical source.

This workflow follows the Agent → Google Drive recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "4y65fx3v7PFhlEu5",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Voice Notes Telegram to Google Doc",
  "tags": [
    {
      "id": "ChgTR7xXi6hcZ60s",
      "name": "Personal Data reports",
      "createdAt": "2025-05-09T21:28:35.188Z",
      "updatedAt": "2025-05-09T21:28:35.188Z"
    }
  ],
  "nodes": [
    {
      "id": "92d5fc23-69ce-481f-b8eb-b5ea41ed4359",
      "name": "Telegram1",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -360,
        1360
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "35be01c6-f98e-4856-a8ac-c77b48ba93c7",
      "name": "OpenAI2",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        320,
        1360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9ce52707-ec8f-44f3-ae9c-343ef356cf3a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        120,
        1180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e7bf3a41-3da6-4e3e-b7e5-4fbbace4290f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        940
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "cf26175d-ac3b-450b-b471-d7d4fa42c2bb",
      "name": "DeepSeek Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        1320,
        1880
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "eef64705-3296-4a77-97a4-43c4c420d02a",
      "name": "AI Agent1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1320,
        1620
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "e5148b6f-541b-4cfd-b754-421c4ec123c8",
      "name": "Telegram Trigger1",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1060,
        1360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4846566d-66d6-4c75-ab76-ea737947f2b0",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        880,
        1160
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "f19a29b3-c77d-4a62-903e-24b01adc8b75",
      "name": "Google Drive2",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2100,
        1620
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "16b54380-d2f2-4a32-843f-def1da98190d",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2040,
        1380
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "56eb7411-bd34-4125-ad60-458b2087fab3",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        1460
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d31e10d6-18e8-4d80-b0e3-bbf3eb8bfbaf",
  "connections": {
    "OpenAI2": {
      "main": [
        [
          {
            "node": "AI Agent1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent1": {
      "main": [
        [
          {
            "node": "Google Drive2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram1": {
      "main": [
        [
          {
            "node": "OpenAI2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        []
      ]
    },
    "Telegram Trigger1": {
      "main": [
        [
          {
            "node": "Telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow automates the process of transcribing voice notes from Telegram and then summarizing them, finally saving both the transcript and the summary to Google Drive.

Source: https://n8n.io/workflows/4944/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This n8n workflow automates Yape payment receipt processing, integrating Telegram bot, AI-powered OCR, and Google Sheets automation. By leveraging ChatGPT Vision Computing, it extracts and structures

Telegram Trigger, Telegram, OpenAI +4
AI & RAG

This n8n workflow automates the process of transcribing a voice message received via Telegram, summarizing the transcription using an AI model, and then saving both the transcription and the summary t

Telegram, OpenAI, Lm Chat Deep Seek +3
AI & RAG

BoomerBobBot.TP. Uses agent, telegramTrigger, telegram, memoryBufferWindow. Event-driven trigger; 95 nodes.

Agent, Telegram Trigger, Telegram +10
AI & RAG

Generate AI viral videos with NanoBanana & VEO3, shared on socials via Blotato 2. Uses @blotato/n8n-nodes-blotato, googleSheets, lmChatOpenAi, toolThink. Event-driven trigger; 94 nodes.

@Blotato/N8N Nodes Blotato, Google Sheets, OpenAI Chat +9
AI & RAG

AI Agent Workflow. Uses telegramTrigger, chatTrigger, telegram, openAi. Event-driven trigger; 82 nodes.

Telegram Trigger, Chat Trigger, Telegram +7