8
n8n 中文网amn8n.com

使用 GPT4 和 Google 文档实现 Veo 3 广告脚本自动化

中级

这是一个Design, AI, Marketing领域的自动化工作流,包含 6 个节点。主要使用 GoogleDocs, FormTrigger, OpenAi 等节点,结合人工智能技术实现智能自动化。 Veo 3 广告脚本构建器(GPT-4 + Google Docs 集成)

前置要求
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "p2aCKqmpzyStMnvx",
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
    "templateCredsSetupCompleted": true
  },
  "name": "使用 GPT4 和 Google 文档实现 Veo 3 广告脚本自动化",
  "tags": [],
  "nodes": [
    {
      "id": "69d5ece2-345f-44be-971b-a3ed393fdafa",
      "name": "表单提交时",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1160,
        160
      ],
      "webhookId": "89fcbe6e-a6a4-4ffb-9fd9-3b01c32adea4",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "945e2399-c25f-4b77-adfe-3764b1feaa73",
      "name": "构建人物角色",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -940,
        160
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "947bd996-853e-4d4d-96a9-67bfc9034847",
      "name": "构建环境",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -564,
        160
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "cbdb303d-fe5a-46e7-9b63-7ffbbdebc83e",
      "name": "生成文案",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -188,
        160
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "0ae8a839-0e9e-4a33-a103-8e74e04f6131",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        188,
        160
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "29b497e7-5c01-460c-a74a-ad8e7d322598",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -940,
        -340
      ],
      "parameters": {
        "content": "确保您的表名与实际知识库结构匹配"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "806a78fe-94dc-49b3-945f-cbbfbf8ced78",
  "connections": {
    "Build Persona": {
      "main": [
        [
          {
            "node": "Build Environment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Copy": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Environment": {
      "main": [
        [
          {
            "node": "Generate Copy",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Build Persona",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 设计, 人工智能, 营销

需要付费吗?

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

工作流信息
难度等级
中级
节点数量6
分类3
节点类型4
难度说明

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

作者
David Olusola

David Olusola

@dae221

AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com

外部链接
在 n8n.io 查看

分享此工作流