8
n8n 中文网amn8n.com

播客笔记记录器

高级

这是一个Lead Generation, Multimodal AI领域的自动化工作流,包含 16 个节点。主要使用 Set, Code, Merge, SerpApi, HttpRequest 等节点。 使用GPT和Gemini结合性能数据创建高转化率Meta广告脚本

前置要求
  • 可能需要目标 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)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量16
分类2
节点类型11
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
Robert Breen

Robert Breen

@rbreen

Professional 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 查看

分享此工作流