3D製品ビデオ

上級

これはDesign, Marketing分野の自動化ワークフローで、21個のノードを含みます。主にIf, Code, Wait, Gmail, FormTriggerなどのノードを使用。 2D画像からEC店舗向け3D製品動画を生成

前提条件
  • Googleアカウント + Gmail API認証情報
  • Google Drive API認証情報
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "Njfc4Qsoi6p35Bfj",
  "meta": {
    "instanceId": "fcb622cbd5234c565b9b78babeaf0ea2455df9d2aad0d1adff7c1ef99583e685",
    "templateCredsSetupCompleted": true
  },
  "name": "3D Product Video",
  "tags": [],
  "nodes": [
    {
      "id": "a27f6012-7a92-436d-8c28-fa0ffca700f6",
      "name": "待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        1120,
        180
      ],
      "webhookId": "4d338cdb-1534-43be-97dc-070299cd6278",
      "parameters": {
        "amount": 40
      },
      "typeVersion": 1.1
    },
    {
      "id": "78761c5e-dfe1-4aab-bd0f-f2812d6c0b4e",
      "name": "フォーム送信時",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1080,
        80
      ],
      "webhookId": "7980414e-c599-45fe-98a7-4fd1d121154a",
      "parameters": {
        "options": {},
        "formTitle": "Shopify 3D Product Video",
        "formFields": {
          "values": [
            {
              "fieldType": "file",
              "fieldLabel": "Product Photo",
              "multipleFiles": false,
              "requiredField": true
            },
            {
              "fieldLabel": "Product Title",
              "placeholder": "Product Title",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Give us a product photo, title and we'll get back to you with professional marketing 3D video. "
      },
      "typeVersion": 2.2
    },
    {
      "id": "1506bc41-d914-4031-bb47-7822c33bddcb",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1080,
        -160
      ],
      "parameters": {
        "width": 880,
        "height": 140,
        "content": "## 3D Product Video\n\nSample Google Sheet\n- https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit?gid=0#gid=0"
      },
      "typeVersion": 1
    },
    {
      "id": "d615090d-236d-444a-add9-f9a429019088",
      "name": "フォルダへのアクセス権付与",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -420,
        80
      ],
      "parameters": {
        "fileId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create Folder').item.json.id }}"
        },
        "options": {},
        "operation": "share",
        "permissionsUi": {
          "permissionsValues": {
            "role": "reader",
            "type": "anyone"
          }
        }
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "aqCousOTolMFE3cy",
          "name": "Google Drive account"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "29230056-71c0-4900-9d00-d017213fe856",
      "name": "画像ファイル取得",
      "type": "n8n-nodes-base.code",
      "position": [
        -200,
        80
      ],
      "parameters": {
        "jsCode": "let results = [];\nconst items = $(\"On Form Submission\").all()\n\nfor (item of items) {\n    for (key of Object.keys(item.binary)) {\n        results.push({\n            json: {\n                fileName: item.binary[key].fileName\n            },\n            binary: {\n                data: item.binary[key],\n            }\n        });\n    }\n}\n\nreturn results;"
      },
      "executeOnce": true,
      "retryOnFail": true,
      "typeVersion": 2,
      "alwaysOutputData": true
    },
    {
      "id": "ee55f4d4-475f-4220-843a-4ad8b16bbad8",
      "name": "背景除去画像アップロード",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        240,
        180
      ],
      "parameters": {
        "name": "=(no-bg){{ $('Create Folder').item.json.name }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create Folder').item.json.id }}"
        },
        "inputDataFieldName": "=no-bg.png"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "aqCousOTolMFE3cy",
          "name": "Google Drive account"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "33180073-9abe-4a92-9f82-2486a8b58eab",
      "name": "URLから画像ID抽出",
      "type": "n8n-nodes-base.code",
      "position": [
        680,
        180
      ],
      "parameters": {
        "jsCode": "const url = $input.first().json['BG Remove Image']\n\n// Extract the ID using a regular expression\nconst match = url.match(/\\/d\\/([^/]+)/);\n\nreturn {\n  json: {\n    fileId: match ? match[1] : null,\n  },\n};"
      },
      "typeVersion": 2
    },
    {
      "id": "88d1f349-959a-498f-8f2f-ab45d3d9b25f",
      "name": "動画アップロード",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2220,
        180
      ],
      "parameters": {
        "name": "=Video-file",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create Folder').item.json.id }}"
        },
        "inputDataFieldName": "Video-file"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "aqCousOTolMFE3cy",
          "name": "Google Drive account"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "bf26fc49-f91c-40f1-83d3-d2330f242f56",
      "name": "フォルダ作成",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -640,
        80
      ],
      "parameters": {
        "name": "={{ $json.slug }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "list",
          "value": "root",
          "cachedResultUrl": "https://drive.google.com/drive",
          "cachedResultName": "/ (Root folder)"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "aqCousOTolMFE3cy",
          "name": "Google Drive account"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "4eadd7af-a13d-40a8-b886-71c798acc547",
      "name": "スラッグ作成",
      "type": "n8n-nodes-base.code",
      "position": [
        -860,
        80
      ],
      "parameters": {
        "jsCode": "const title = $json[\"Product Title\"] || \"default\";\nconst slug = title.toLowerCase().replace(/\\s+/g, '-') + '-' + Math.random().toString(36).substring(2, 8);\nreturn { slug };\n"
      },
      "typeVersion": 2
    },
    {
      "id": "e53cab81-e81c-412a-a8c1-bf889e6ee063",
      "name": "動画作成",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        900,
        180
      ],
      "parameters": {
        "url": "https://queue.fal.run/fal-ai/kling-video/v1/standard/image-to-video",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "prompt",
              "value": "A product placed on a reflective surface slowly rotates 360 degrees with dramatic studio lighting, soft shadows, and a smooth camera pan. The background is clean, minimal, and cinematic, highlighting the product’s details and elegance"
            },
            {
              "name": "image_url",
              "value": "=https://drive.usercontent.google.com/download?id={{ $json.fileId }}&export=view&authuser=0"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Key api_key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "037d6b30-34fe-4fd7-918a-c7d3025b5bfe",
      "name": "動画ステータス確認",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1340,
        105
      ],
      "parameters": {
        "url": "={{ $json.status_url }}",
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Key api_key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "2a74bdb2-efcb-4ede-ba3d-e0716a719c96",
      "name": "動画リンク取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1780,
        180
      ],
      "parameters": {
        "url": "={{ $json.response_url }}",
        "options": {},
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Key api_key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "fbf59ebf-991e-4b77-8987-77716c06af0f",
      "name": "画像背景除去",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        20,
        180
      ],
      "parameters": {
        "url": "https://api.remove.bg/v1.0/removebg",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file",
              "outputPropertyName": "no-bg.png"
            }
          }
        },
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "size",
              "value": "auto"
            },
            {
              "name": "image_file",
              "parameterType": "formBinaryData",
              "inputDataFieldName": "=data"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "X-API-Key",
              "value": "api_key"
            }
          ]
        }
      },
      "executeOnce": false,
      "typeVersion": 4.2
    },
    {
      "id": "4c10c26e-3caa-45f0-bf12-9779cd82d87c",
      "name": "オリジナル画像アップロード",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        20,
        -20
      ],
      "parameters": {
        "name": "={{ $('Create Folder').item.json.name }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create Folder').item.json.id }}"
        }
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "aqCousOTolMFE3cy",
          "name": "Google Drive account"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "1b9c83e7-5d77-4477-9518-d72a6c2f624a",
      "name": "新規製品登録",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        240,
        -20
      ],
      "parameters": {
        "columns": {
          "value": {
            "Slug": "={{ $('Create Slug').item.json.slug }}",
            "Product Title": "={{ $('On Form Submission').item.json['Product Title'] }}",
            "Original Image": "={{ $json.webViewLink }}"
          },
          "schema": [
            {
              "id": "Original Image",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Original Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "BG Remove Image",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "BG Remove Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Product Title",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Product Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Video Link",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Video Link",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Slug",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Slug",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit?usp=drivesdk",
          "cachedResultName": "3D Product Video"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "9JjVrrcwf7D4bsa6",
          "name": "Google Credentials"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "b3492513-e591-4106-a806-9fb1c43f513b",
      "name": "背景除去URL更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        460,
        180
      ],
      "parameters": {
        "columns": {
          "value": {
            "Slug": "={{ $('Create Folder').item.json.name }}",
            "BG Remove Image": "={{ $json.webViewLink }}"
          },
          "schema": [
            {
              "id": "Original Image",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Original Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "BG Remove Image",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "BG Remove Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Product Title",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Product Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Video Link",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Video Link",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Slug",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Slug",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Slug"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit?usp=drivesdk",
          "cachedResultName": "3D Product Video"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "9JjVrrcwf7D4bsa6",
          "name": "Google Credentials"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "cbc141e9-7cf5-4c57-a4b1-d719182cb997",
      "name": "処理中確認",
      "type": "n8n-nodes-base.if",
      "position": [
        1560,
        180
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "8ada0859-b74f-4d48-ae95-30c34340e39f",
              "operator": {
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.status }}",
              "rightValue": "IN_PROGRESS"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "eb09040d-f4d9-419e-be9c-361a2ef65531",
      "name": "バイナリファイル変換",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2000,
        180
      ],
      "parameters": {
        "url": "={{ $json.video.url }}",
        "options": {
          "response": {
            "response": {
              "responseFormat": "file",
              "outputPropertyName": "Video-file"
            }
          }
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "b2c905dc-2743-4b5d-b850-facecd489166",
      "name": "動画リンク更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2440,
        180
      ],
      "parameters": {
        "columns": {
          "value": {
            "Slug": "={{ $('Create Folder').item.json.name }}",
            "Video Link": "={{ $('Get Video Link').item.json.video.url }}"
          },
          "schema": [
            {
              "id": "Original Image",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Original Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "BG Remove Image",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "BG Remove Image",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Product Title",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Product Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Video Link",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Video Link",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Slug",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Slug",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Slug"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/18k1Gq2X2J3_cbwJ9XyJoysVuhIpWhgc1cmlTKBnB3Yw/edit?usp=drivesdk",
          "cachedResultName": "3D Product Video"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "9JjVrrcwf7D4bsa6",
          "name": "Google Credentials"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "7adb552d-939f-42d1-b425-45b88d52aa71",
      "name": "Eメール通知送信",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2660,
        180
      ],
      "webhookId": "346e7266-8fb6-4b86-9b32-2ca6c1258566",
      "parameters": {
        "sendTo": "example@gmail.com",
        "message": "=<p>Hi there! 👋</p>\n\n<p><b>We’re excited to share our latest product video with you! 🎉<b></p>\n\n<p>Watch it here to see the product video you’ll love:<br>\n<a href=\"{{ $('Get Video Link').item.json.video.url }}\">{{ $('Get Video Link').item.json.video.url }}</a></p>\n\n<p>Don’t miss out—this could be just what you’ve been looking for! ✨</p>\n\n<p><b>Thanks for being part of our community! 🙌<b></p>\n",
        "options": {
          "appendAttribution": false
        },
        "subject": "Product Video"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "hLh5uexmYpuaLRC3",
          "name": "Gmail account 2"
        }
      },
      "typeVersion": 2.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "51abcabc-2833-4f0d-a153-404df659bfb6",
  "connections": {
    "a27f6012-7a92-436d-8c28-fa0ffca700f6": {
      "main": [
        [
          {
            "node": "037d6b30-34fe-4fd7-918a-c7d3025b5bfe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4eadd7af-a13d-40a8-b886-71c798acc547": {
      "main": [
        [
          {
            "node": "bf26fc49-f91c-40f1-83d3-d2330f242f56",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e53cab81-e81c-412a-a8c1-bf889e6ee063": {
      "main": [
        [
          {
            "node": "a27f6012-7a92-436d-8c28-fa0ffca700f6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "88d1f349-959a-498f-8f2f-ab45d3d9b25f": {
      "main": [
        [
          {
            "node": "b2c905dc-2743-4b5d-b850-facecd489166",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bf26fc49-f91c-40f1-83d3-d2330f242f56": {
      "main": [
        [
          {
            "node": "d615090d-236d-444a-add9-f9a429019088",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "29230056-71c0-4900-9d00-d017213fe856": {
      "main": [
        [
          {
            "node": "4c10c26e-3caa-45f0-bf12-9779cd82d87c",
            "type": "main",
            "index": 0
          },
          {
            "node": "fbf59ebf-991e-4b77-8987-77716c06af0f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2a74bdb2-efcb-4ede-ba3d-e0716a719c96": {
      "main": [
        [
          {
            "node": "eb09040d-f4d9-419e-be9c-361a2ef65531",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cbc141e9-7cf5-4c57-a4b1-d719182cb997": {
      "main": [
        [
          {
            "node": "a27f6012-7a92-436d-8c28-fa0ffca700f6",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "2a74bdb2-efcb-4ede-ba3d-e0716a719c96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b2c905dc-2743-4b5d-b850-facecd489166": {
      "main": [
        [
          {
            "node": "7adb552d-939f-42d1-b425-45b88d52aa71",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "037d6b30-34fe-4fd7-918a-c7d3025b5bfe": {
      "main": [
        [
          {
            "node": "cbc141e9-7cf5-4c57-a4b1-d719182cb997",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1b9c83e7-5d77-4477-9518-d72a6c2f624a": {
      "main": [
        []
      ]
    },
    "78761c5e-dfe1-4aab-bd0f-f2812d6c0b4e": {
      "main": [
        [
          {
            "node": "4eadd7af-a13d-40a8-b886-71c798acc547",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b3492513-e591-4106-a806-9fb1c43f513b": {
      "main": [
        [
          {
            "node": "33180073-9abe-4a92-9f82-2486a8b58eab",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d615090d-236d-444a-add9-f9a429019088": {
      "main": [
        [
          {
            "node": "29230056-71c0-4900-9d00-d017213fe856",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4c10c26e-3caa-45f0-bf12-9779cd82d87c": {
      "main": [
        [
          {
            "node": "1b9c83e7-5d77-4477-9518-d72a6c2f624a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "eb09040d-f4d9-419e-be9c-361a2ef65531": {
      "main": [
        [
          {
            "node": "88d1f349-959a-498f-8f2f-ab45d3d9b25f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ee55f4d4-475f-4220-843a-4ad8b16bbad8": {
      "main": [
        [
          {
            "node": "b3492513-e591-4106-a806-9fb1c43f513b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fbf59ebf-991e-4b77-8987-77716c06af0f": {
      "main": [
        [
          {
            "node": "ee55f4d4-475f-4220-843a-4ad8b16bbad8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "33180073-9abe-4a92-9f82-2486a8b58eab": {
      "main": [
        [
          {
            "node": "e53cab81-e81c-412a-a8c1-bf889e6ee063",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - デザイン, マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

キーワードを使って X や他のソーシャルメディアプラットフォームに最新のニュースを投稿する
キーワードと Bright Data を使って AI によるコンテンツ生成と共に最新のニュースを X に自動投稿する
If
Code
Wait
+
If
Code
Wait
16 ノードDvir Sharon
デザイン
AI、ElevenLabs、マルチプラットフォーム公開を使ってPOVビデオの作成と承認
AI、ElevenLabs、そしてマルチプラットフォーム公開を使ったPOVビデオの作成と承認(TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 ノードImmanuel
デザイン
AI、ElevenLabs、PIAPI Shotstack / Creatomate を使用して動画を作成し、YouTube に投稿
AI、ElevenLabs、PIAPI Shotstack/Creatomate を使用して動画を生成し、YouTube に投稿
If
Set
Code
+
If
Set
Code
79 ノードImmanuel
人工知能
ApifyとDeepSeek AIを使ってYouTubeチャンネルのコンテンツをGoogleスプレッドシートにバッチで分析する
ApifyとDeepSeek AIを使用してYouTubeチャンネルのコンテンツをGoogleスプレッドシートにバッチで分析
If
Set
Code
+
If
Set
Code
33 ノードOwenLee
AIベースのニュース動画生成ツール(HeygenとGPT4oを使用)
HeygenとGPT-4oを使用してRSSニュースをAIバーチャルキャラクター動画に変換
Set
Code
Wait
+
Set
Code
Wait
18 ノードDavid Olusola
デザイン
TikTok投稿自動化エージェント V3.1
🚀 Gemini AIと自動投稿でポッドキャストをバイラルTikTokクリップに変換 ✅
If
Set
Code
+
If
Set
Code
54 ノードMateo Fiorito Rocha
デザイン
ワークフロー情報
難易度
上級
ノード数21
カテゴリー2
ノードタイプ9
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
InfyOm Technologies

InfyOm Technologies

@infyom

We are an AI Automation Agency focusing on various AI Automation Services like, workflow automation, shopify automation, chatbot developerment, custom ai agent development and more.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34