Telegram新Notion任务
中级
这是一个Personal Productivity, AI Summarization领域的自动化工作流,包含 11 个节点。主要使用 Code, Switch, Telegram, NotionTool, TelegramTrigger 等节点。 使用GPT-3.5从Telegram消息创建Notion任务
前置要求
- •Telegram Bot Token
- •Notion API Key
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "3zGzoLsR5v0Zzmno",
"meta": {
"instanceId": "2a92e1aed4e75113f119ba031c55ebfbb7ec184402fa742db5b7b5ac94a2d195",
"templateCredsSetupCompleted": true
},
"name": "Telegram 新 Notion 任务",
"tags": [
{
"id": "KOVOG8f4IK9bMwas",
"name": "🤖 AI Powered",
"createdAt": "2025-07-26T12:59:39.942Z",
"updatedAt": "2025-07-26T13:02:41.754Z"
}
],
"nodes": [
{
"id": "3b50fa4c-5308-44d7-b0d8-57a2d96805c4",
"name": "Telegram触发器",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
48,
-96
],
"webhookId": "90c5bab8-cfa8-4525-aca8-e3d8bdd02a1b",
"parameters": {
"updates": [
"message"
],
"additionalFields": {
"userIds": "8353510776",
"download": true
}
},
"credentials": {
"telegramApi": {
"id": "1ePYQREXPprmgaYm",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "485a384d-551b-4aae-a7ca-b7846cc1daa9",
"name": "切换文本与音频",
"type": "n8n-nodes-base.switch",
"position": [
224,
-96
],
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "ef952069-0a19-45b5-bff6-f337be61c98f",
"operator": {
"type": "object",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.message.voice }}",
"rightValue": ""
}
]
}
},
{
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "1418a821-3cfe-4dc3-a75b-c003d875dcc0",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $json.message.text }}",
"rightValue": ""
}
]
}
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "9ff44832-b7e2-46b1-9475-0b114356a1ff",
"name": "下载录音",
"type": "n8n-nodes-base.telegram",
"position": [
448,
-240
],
"webhookId": "67ac3dc3-30fa-432a-81d0-53dc09ecfca4",
"parameters": {
"fileId": "={{ $json.message.voice.file_id }}",
"resource": "file"
},
"credentials": {
"telegramApi": {
"id": "1ePYQREXPprmgaYm",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "bf9db602-fbdc-4a28-8a58-35a34842e69b",
"name": "确认消息",
"type": "n8n-nodes-base.telegram",
"position": [
1232,
-80
],
"webhookId": "7c039879-e733-48bd-9022-910573624191",
"parameters": {
"text": "={{ $json.message.content }}",
"chatId": "8353510776",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "1ePYQREXPprmgaYm",
"name": "Telegram account"
}
},
"notesInFlow": false,
"typeVersion": 1.2
},
{
"id": "a4dc46b9-7db8-4217-b200-78be740e0ebc",
"name": "转录录音",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
672,
-240
],
"parameters": {
"options": {},
"resource": "audio",
"operation": "transcribe"
},
"credentials": {
"openAiApi": {
"id": "NPgH1qw6QE8eTcZq",
"name": "OpenAi account 3"
}
},
"typeVersion": 1.8
},
{
"id": "b241e830-b313-4c5c-9cd2-af6e2906575a",
"name": "在 Notion 中创建新任务",
"type": "n8n-nodes-base.notionTool",
"position": [
1008,
128
],
"parameters": {
"title": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Title', ``, 'string') }}",
"options": {},
"resource": "databasePage",
"databaseId": {
"__rl": true,
"mode": "list",
"value": "22c1b7ff-072a-807a-b0c7-cb5733cb7997",
"cachedResultName": "Tasks"
},
"propertiesUi": {
"propertyValues": [
{
"key": "Do Date|date",
"date": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('propertyValues0_Date', ``, 'string') }}",
"timezone": "America/New_York"
}
]
}
},
"credentials": {
"notionApi": {
"id": "nC8XWBtNRIPtVuXV",
"name": "Notion account"
}
},
"typeVersion": 2.2
},
{
"id": "fa869e10-c357-4427-960f-0b7accdab483",
"name": "处理文本消息",
"type": "n8n-nodes-base.code",
"position": [
560,
-80
],
"parameters": {
"jsCode": "return [{ json: { text: $input.first().json.message.text }}]\n"
},
"typeVersion": 2
},
{
"id": "8cec9f54-5dab-430d-a2bd-84c5a85ed88a",
"name": "解释请求",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
864,
-80
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-3.5-turbo",
"cachedResultName": "GPT-3.5-TURBO"
},
"options": {},
"messages": {
"values": [
{
"role": "system",
"content": "=You are a friendly helpful assistant!\n\nToday’s date is: {{ (new Date()).toISOString() }}\n\nThe incoming messages you receive will typically be requests to add new Tasks to a Notion Database. I will probably preface these messages with something like \"remember to\" (or \"don't forget\") which basically all mean to create a new task. Use the Notion tool to create those new tasks. Some tasks will simply be a title while others may also include a Do Date. Be sure to set the Do Date field if provided in the original message.\n\nWhenever you do successfully create a new task, please respond with a simple confirmation message. Make the message clever/funny and feel free to include a random or appropriate emoji. Remember you are only confirming that you've added the task/event, the context of your response doesn't necessarily need to have anything to do with the actual item itself."
},
{
"content": "={{ $json.text }}"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "NPgH1qw6QE8eTcZq",
"name": "OpenAi account 3"
}
},
"typeVersion": 1.8
},
{
"id": "7d031162-e51e-4a92-8245-0796994a5e72",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-448,
-240
],
"parameters": {
"color": 5,
"width": 432,
"height": 400,
"content": "## Telegram 添加 Notion 任务工作流"
},
"typeVersion": 1
},
{
"id": "92a5115b-013e-42fc-ba48-59ba44cb1152",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
752,
96
],
"parameters": {
"width": 384,
"height": 192,
"content": "确保将时区调整为您偏好的设置。"
},
"typeVersion": 1
},
{
"id": "d277326d-1006-4e3f-8f13-5daba98bc6b4",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
848,
-176
],
"parameters": {
"width": 304,
"height": 224,
"content": "**可选:** 在此处调整系统提示,添加您认为必要的任何具体说明。"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1",
"executionTimeout": -1
},
"versionId": "318e6a82-00b3-4967-ba87-5a312faeba30",
"connections": {
"Telegram Trigger": {
"main": [
[
{
"node": "Switch text vs audio",
"type": "main",
"index": 0
}
]
]
},
"Interpret Request": {
"main": [
[
{
"node": "Confirmation message",
"type": "main",
"index": 0
}
]
]
},
"Download recording": {
"main": [
[
{
"node": "Transcribe recording",
"type": "main",
"index": 0
}
]
]
},
"Handle Text Message": {
"main": [
[
{
"node": "Interpret Request",
"type": "main",
"index": 0
}
]
]
},
"Confirmation message": {
"main": [
[]
]
},
"Switch text vs audio": {
"main": [
[
{
"node": "Download recording",
"type": "main",
"index": 0
}
],
[
{
"node": "Handle Text Message",
"type": "main",
"index": 0
}
]
]
},
"Transcribe recording": {
"main": [
[
{
"node": "Interpret Request",
"type": "main",
"index": 0
}
]
]
},
"Create new Task in Notion": {
"ai_tool": [
[
{
"node": "Interpret Request",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 个人效率, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
每周日志摘要
每周Notion日志与任务摘要,使用GPT-4.1发送至Discord
Code
Notion
Discord
+5
16 节点Jason Krol
个人效率
使用Apollo、GPT-4和Telegram的AI驱动潜在客户生成至数据库
基于AI的潜在客户生成:使用Apollo、GPT-4和Telegram输出到数据库
Set
Code
Limit
+15
26 节点Paul
潜在客户开发
Telegram支出追踪器到Google Sheets(使用GPT-4.1)
使用GPT-4.1 Mini从Telegram追踪支出到Google Sheets
If
Code
Telegram
+6
23 节点Trung Tran
个人效率
🎧 IT语音支持自动化机器人 – Telegram语音消息转JIRA工单(使用OpenAI Whisper)
通过Whisper和GPT-4.1 Mini将Telegram语音消息自动转换为JIRA工单
If
Set
Code
+11
25 节点Trung Tran
工单管理
通过Telegram在Google表格中自动化收支跟踪
通过Telegram在Google表格中自动化收支跟踪
Code
Switch
Telegram
+3
31 节点Fahmi Oktafian
个人效率
使用机器人自动化Telegram频道帖子反应
使用机器人轮换和GPT-5-mini自动化Telegram频道帖子反应
Code
Wait
Limit
+6
18 节点Cj Elijah
社交媒体
工作流信息
难度等级
中级
节点数量11
分类2
节点类型7
作者
Jason Krol
@shorttompkinsSenior Engineering Manager with over 20 years of professional experience. While I'm not getting paid to code during the day, I still find time at night to mess around and have fun. Lately I've been really enjoying my time spent learning new automation and AI tools!
外部链接
在 n8n.io 查看 →
分享此工作流