播客笔记记录器
中级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 12 个节点。主要使用 Set, GoogleSheets, ManualTrigger, Agent, LmChatOpenAi 等节点。 使用GPT和Gemini结合性能数据创建高转化率Meta广告脚本
前置要求
- •Google Sheets API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "CUShv5juR1lOq54t",
"meta": {
"instanceId": "e899363d447179cae55336f533b264bf7639597e931bf3873bf4820e8fab8a8a",
"templateCredsSetupCompleted": true
},
"name": "播客笔记记录器",
"tags": [
{
"id": "5Dy8j7lMcAn1HRbT",
"name": "ai",
"createdAt": "2025-08-07T14:54:03.371Z",
"updatedAt": "2025-08-07T14:54:03.371Z"
},
{
"id": "HwV8ZQSlaN3KPIDF",
"name": "podcast",
"createdAt": "2025-08-07T14:54:03.415Z",
"updatedAt": "2025-08-07T14:54:03.415Z"
},
{
"id": "jf2bud55poSLJyqM",
"name": "notion",
"createdAt": "2025-08-07T14:54:03.382Z",
"updatedAt": "2025-08-07T14:54:03.382Z"
}
],
"nodes": [
{
"id": "19119c32-99b0-4fa7-b655-69ce430b783f",
"name": "保存到Notion",
"type": "n8n-nodes-base.notion",
"position": [
472,
240
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "c9420cb8-d628-42b9-a9c9-cb862a2b4b9e",
"name": "Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
-940,
240
],
"webhookId": "a74d881f-a918-4cc1-aa4e-9cdeebd9fce5",
"parameters": {},
"typeVersion": 1.2
},
{
"id": "905c3f91-639d-4590-97ce-660740852129",
"name": "Telegram 触发器",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-1160,
240
],
"webhookId": "23ebcf45-acf7-4256-9fd7-2d8b9b59fc74",
"parameters": {},
"typeVersion": 1
},
{
"id": "4d67f26f-3705-4745-8b78-1ddabca602e7",
"name": "转录音频",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-720,
240
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5af64b63-3eb5-4496-b0c4-497d9036e9e1",
"name": "代码",
"type": "n8n-nodes-base.code",
"position": [
-124,
240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "c17a9389-3db7-4487-889c-18783429dcaf",
"name": "OpenAI",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-500,
240
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "fd0bdc84-3cfe-49c0-87f8-4f0af1df5db1",
"name": "生成脚本大纲",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
96,
240
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "24f01ee2-2d81-444d-b765-dd2f762d8cc5",
"name": "保存到Notion1",
"type": "n8n-nodes-base.notion",
"position": [
680,
240
],
"parameters": {},
"typeVersion": 2.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "630607cf-61aa-4d29-b9dc-e397dcaf7604",
"connections": {
"Code": {
"main": [
[
{
"node": "Generate Script Outline",
"type": "main",
"index": 0
}
]
]
},
"OpenAI": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Telegram": {
"main": [
[
{
"node": "Transcribe Audio",
"type": "main",
"index": 0
}
]
]
},
"Save to Notion": {
"main": [
[
{
"node": "Save to Notion1",
"type": "main",
"index": 0
}
]
]
},
"Save to Notion1": {
"main": [
[]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "Telegram",
"type": "main",
"index": 0
}
]
]
},
"Transcribe Audio": {
"main": [
[
{
"node": "OpenAI",
"type": "main",
"index": 0
}
]
]
},
"Generate Script Outline": {
"main": [
[
{
"node": "Save to Notion",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
博客内容多语言自动翻译
使用GPT-4o和Markdown自动将博客内容翻译为多种语言
Set
Merge
Split Out
+5
12 节点Robert Breen
内容创作
使用 Apify + GPT-4o-mini 从标签分析生成 Instagram 标题
使用 Apify + GPT-4o-mini 从标签分析生成 Instagram 标题
Set
Code
Merge
+8
17 节点Robert Breen
内容创作
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
Set
Merge
Split Out
+8
18 节点Robert Breen
杂项
博客写作与编辑器
基于Google Sheets记忆的博客写作与编辑器 (GPT-4)
If
Code
Filter
+10
18 节点Robert Breen
内容创作
使用 GPT-4.1-mini 为新 Google Sheets 条目生成 AI 描述
使用 GPT-4.1-mini 为新 Google Sheets 条目生成 AI 描述
Google Sheets
Agent
Google Sheets Trigger
+3
9 节点Robert Breen
内容创作
遍历项目 — 入门示例
遍历项目 — 入门示例
Set
Code
Manual Trigger
+5
8 节点Robert Breen
内容创作
工作流信息
难度等级
中级
节点数量12
分类2
节点类型7
作者
Robert Breen
@rbreenProfessional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.
外部链接
在 n8n.io 查看 →
分享此工作流