8
n8n 中文网amn8n.com

Telegram 到 Google 文档转录

中级

这是一个AI, IT Ops领域的自动化工作流,包含 12 个节点。主要使用 Telegram, GoogleDrive, Agent, TelegramTrigger, OpenAi 等节点,结合人工智能技术实现智能自动化。 使用 OpenAI 和 DeepSeek 摘要将 Telegram 语音笔记转录到 Google Docs

前置要求
  • Telegram Bot Token
  • Google Drive API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "uNkWR34UU5OYx3CK",
  "meta": {
    "instanceId": "e899363d447179cae55336f533b264bf7639597e931bf3873bf4820e8fab8a8a",
    "templateCredsSetupCompleted": true
  },
  "name": "Telegram 到 Google 文档转录",
  "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
      ],
      "webhookId": "e6ed0419-8331-4f02-884e-b39b648ef22a",
      "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": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "8b1d73ff-cb8f-41e9-a7a5-e0276067183b",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        560
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9fcea4be-6e41-43b9-bcbe-5a49ecde90e6",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d6e85115-f5cb-43d2-8143-6292a81042d7",
      "name": "DeepSeek 聊天模型2",
      "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 触发器1",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1180,
        280
      ],
      "webhookId": "1a4084bb-22fd-4d1f-8a2b-d77823a222b5",
      "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": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3fd771bd-1714-4634-91c4-36b966edba83",
      "name": "便签3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1720,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "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
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 人工智能, IT 运维

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Rahim Kara

Rahim Kara

@rahimin3d

Cinematographer & Photographer with a tech background. I enjoy making things that automate.

外部链接
在 n8n.io 查看

分享此工作流