8
n8n 中文网amn8n.com

为社交媒体选择随机照片并获取字幕

初级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 5 个节点。主要使用 Airtable, GoogleDrive, OpenAi, GoogleDriveTrigger 等节点。 使用GPT-4o-mini和Airtable为照片自动生成Instagram字幕

前置要求
  • Airtable API Key
  • Google Drive API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "GciaqXQ5rEEW0afJ",
  "meta": {
    "instanceId": "e899363d447179cae55336f533b264bf7639597e931bf3873bf4820e8fab8a8a",
    "templateCredsSetupCompleted": true
  },
  "name": "为社交媒体选择随机照片并获取字幕",
  "tags": [],
  "nodes": [
    {
      "id": "1bed722e-6794-4fc2-bc09-4c33e7dc5abc",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        680,
        -480
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "83ee6b6d-950d-455f-8db7-38af878b3142",
      "name": "下载选定照片",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        360,
        -480
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "df60dee1-0a62-4e2d-8c19-b338c437b878",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        960,
        -480
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "4cbe5125-7e61-4bf4-815c-446768715e4c",
      "name": "Google Drive 触发器",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        20,
        -480
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c38085e8-384b-4c16-b682-aa1fc83a63be",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1180,
        -480
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "41fae1b0-b2ff-4597-bccb-74e878a3e476",
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Download Selected Photo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Selected Photo": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 内容创作, 多模态 AI

需要付费吗?

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

工作流信息
难度等级
初级
节点数量5
分类2
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
Rahim Kara

Rahim Kara

@rahimin3d

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

外部链接
在 n8n.io 查看

分享此工作流