This workflow corresponds to n8n.io template #4938 — 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 →
{
"id": "uNkWR34UU5OYx3CK",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Telegram to Google Doc Transcribe",
"tags": [
{
"id": "ChgTR7xXi6hcZ60s",
"name": "Personal Data reports",
"createdAt": "2025-05-09T21:28:35.188Z",
"updatedAt": "2025-05-09T21:28:35.188Z"
}
],
"nodes": [
{
"id": "d53e0f15-86be-49bd-8f8e-b4d157f2cb75",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
-360,
280
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "efba8548-68ff-4ba0-8eb0-c20e89842556",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
140,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f6c370d6-0e47-4ce9-9c87-5842f261ce52",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8b1d73ff-cb8f-41e9-a7a5-e0276067183b",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
620,
560
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9fcea4be-6e41-43b9-bcbe-5a49ecde90e6",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
280
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d6e85115-f5cb-43d2-8143-6292a81042d7",
"name": "DeepSeek Chat Model2",
"type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
"position": [
980,
420
],
"parameters": {},
"typeVersion": 1
},
{
"id": "564a6935-e084-45ed-b089-3f363d262f06",
"name": "AI Agent2",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
980,
200
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "44ebaf8c-a11d-4656-a2da-91157b99a650",
"name": "Telegram Trigger1",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-1180,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b59df288-7bf5-408f-b6f3-83a4e6886176",
"name": "Google Drive1",
"type": "n8n-nodes-base.googleDrive",
"position": [
740,
740
],
"parameters": {},
"typeVersion": 3
},
{
"id": "65fa941e-144d-471a-b9f1-fa7a4de544a9",
"name": "Google Drive3",
"type": "n8n-nodes-base.googleDrive",
"position": [
1820,
160
],
"parameters": {},
"typeVersion": 3
},
{
"id": "fb928ad1-8fa8-4bfe-8b25-f116535c21aa",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3fd771bd-1714-4634-91c4-36b966edba83",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1720,
-20
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "7361ba91-5ccf-4ed1-88b9-f34785934491",
"connections": {
"OpenAI": {
"main": [
[
{
"node": "Google Drive1",
"type": "main",
"index": 0
},
{
"node": "AI Agent2",
"type": "main",
"index": 0
}
]
]
},
"Telegram": {
"main": [
[
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
},
"AI Agent2": {
"main": [
[
{
"node": "Google Drive3",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger1": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"DeepSeek Chat Model2": {
"ai_languageModel": [
[
{
"node": "AI Agent2",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
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 to separate Google Docs in Google Drive.
Source: https://n8n.io/workflows/4938/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
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
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.
BoomerBobBot.TP. Uses agent, telegramTrigger, telegram, memoryBufferWindow. Event-driven trigger; 95 nodes.
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.
AI Agent Workflow. Uses telegramTrigger, chatTrigger, telegram, openAi. Event-driven trigger; 82 nodes.