AI 기반 제품 비디오 생성기 (Foreplay + Gemini + Sora 2)
고급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 18개의 노드를 포함합니다.주로 Set, Wait, Switch, SplitOut, GoogleDrive 등의 노드를 사용하며. Foreplay, Gemini 및 Sora 2를 기반으로 한 AI 기반 제품 비디오 생성기
사전 요구사항
- •Google Drive API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Gemini API Key
사용된 노드 (18)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "689fa22e68cd4198e4ae37f3cc44f498087edd235a867e22515be823bab694c7",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "7c232e36-1c24-48a9-8d0b-d000011321d0",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1968,
-672
],
"parameters": {
"width": 816,
"height": 880,
"content": "\n## AI-Powered Product Video Generator (Foreplay + Gemini + Sora 2)\nAutomatically generate personalized, cinematic-quality product videos using Foreplay’s ad data, Google Gemini AI for creative prompts, and Sora 2 for text-to-video generation.\n\n## Who’s it for?\nPerfect for marketers, brand managers, or creators who want to produce quick, high-quality video ads without manual scripting or editing.\n\n## How it works\n1. Fetch product data and related competitor videos from Foreplay.\n2. Use Gemini AI to generate creative text-to-video prompts.\n3. Send the prompt and image to Kie.ai to generate a short, cinematic product video.\n4. Save the finished video automatically to Google Drive.\n\n## How to set up\n- Connect your Foreplay, Google Drive, Gemini, and Kie.ai credentials. \n- Set your product image folder's permission (Google Drive) as public. \n- Add your API keys inside the _**Set Workflow Credentials**_ node. \n- Then run the workflow manually to generate your first video ad!"
},
"typeVersion": 1
},
{
"id": "e8dbcb86-f2ec-4487-822c-becdf9e081e1",
"name": "수동 트리거",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1952,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9ee5ce87-4e43-4978-9def-5c7a58ea919a",
"name": "워크플로우 자격 증명 설정",
"type": "n8n-nodes-base.set",
"position": [
-1728,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "4b458b37-0440-4110-b62d-7076f4490610",
"name": "folderProductId",
"type": "string",
"value": "={{GOOGLE_DRIVE_FOLDER_ID}}"
},
{
"id": "4b559d50-0017-4f58-afeb-fad3333f3867",
"name": "folderGeneratedId",
"type": "string",
"value": "={{GOOGLE_DRIVE_FOLDER_ID}}"
},
{
"id": "c7a44a49-b828-464c-a9c8-574b801a0a54",
"name": "baseUrl",
"type": "string",
"value": "=https://public.api.foreplay.co/api"
},
{
"id": "8521d447-e36a-453f-944a-8bffa2dc9227",
"name": "foreplayApiKey",
"type": "string",
"value": "={{FOREPLAY_API_KEY}}"
},
{
"id": "12adf778-3c00-4a89-b909-2595238fc3c5",
"name": "brandId",
"type": "string",
"value": "={{FOREPLAY_BRAND_ID}}"
}
]
}
},
"executeOnce": false,
"typeVersion": 3.4
},
{
"id": "3865d87a-5a77-4bb9-9808-06de15c34d26",
"name": "제품 정보 설정",
"type": "n8n-nodes-base.set",
"position": [
-1504,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "b65ccd77-d030-47df-b704-78a8174c8876",
"name": "productName",
"type": "string",
"value": "Homyped"
},
{
"id": "ece2edb0-e27e-47fe-8b81-b6160e71e8e9",
"name": "niche",
"type": "string",
"value": "fashion"
},
{
"id": "d94bea58-6546-4a31-876b-650c6e7f1178",
"name": "category",
"type": "string",
"value": "shoes"
},
{
"id": "d7f2b956-0c08-421d-b41a-aedd04a1160e",
"name": "targetMarket",
"type": "string",
"value": "b2c"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b3273b01-a710-45af-acbf-944c69ccc31c",
"name": "Google Drive에서 제품 이미지 가져오기",
"type": "n8n-nodes-base.googleDrive",
"position": [
-1280,
320
],
"parameters": {
"limit": 1,
"filter": {
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Set Workflow Credentials').item.json.folderProductId }}"
}
},
"options": {},
"resource": "fileFolder"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "5sDgEDVot7EszmIg",
"name": "Johan Drive"
}
},
"typeVersion": 3
},
{
"id": "993b4d2f-09f6-470a-bd3e-3e958337bd2c",
"name": "경쟁사 비디오 데이터 가져오기 (Foreplay API)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1056,
320
],
"parameters": {
"url": "={{ $('Set Workflow Credentials').item.json.baseUrl }}/spyder/brand/ads",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "brand_id",
"value": "={{ $('Set Workflow Credentials').item.json.brandId }}"
},
{
"name": "start_date",
"value": "={{ $now.minus(1, 'month').format('yyyy-MM-dd') }}"
},
{
"name": "end_date",
"value": "={{ $now.minus(1, 'day').format('yyyy-MM-dd') }}"
},
{
"name": "live",
"value": "true"
},
{
"name": "display_format",
"value": "video"
},
{
"name": "publisher_platform",
"value": "instagram"
},
{
"name": "niches",
"value": "={{ $('Set Product Information').item.json.niche }}"
},
{
"name": "market_target",
"value": "={{ $('Set Product Information').item.json.targetMarket }}"
},
{
"name": "languages",
"value": "en"
},
{
"name": "video_duration_min",
"value": "5"
},
{
"name": "video_duration_max",
"value": "30"
},
{
"name": "running_duration_min_days",
"value": "1"
},
{
"name": "limit",
"value": "5"
},
{
"name": "order",
"value": "longest_running"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "=Bearer {{ $('Set Workflow Credentials').item.json.foreplayApiKey }}"
}
]
}
},
"executeOnce": true,
"typeVersion": 4.2
},
{
"id": "a7781992-82f1-4afe-999e-164758293785",
"name": "Foreplay 응답 분할",
"type": "n8n-nodes-base.splitOut",
"position": [
-832,
320
],
"parameters": {
"options": {},
"fieldToSplitOut": "data"
},
"typeVersion": 1
},
{
"id": "f4d1dea6-7081-4453-9cac-d34c8a70476c",
"name": "비디오 입력 데이터 조립",
"type": "n8n-nodes-base.set",
"position": [
-608,
320
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "77b8c6dc-3bdb-4edf-8d65-78d87bca7dd5",
"name": "desc",
"type": "string",
"value": "={{ $json.description }}"
},
{
"id": "659ad795-0aae-4bb1-8bbb-f949475e704e",
"name": "transcript",
"type": "string",
"value": "={{ $json.full_transcription }}"
},
{
"id": "5797be9b-27a2-4f7f-91f4-d8c5663b3d9d",
"name": "mood",
"type": "object",
"value": "={{ $json.emotional_drivers }}"
},
{
"id": "7024af66-9cc5-4064-86e8-ebcd550356a9",
"name": "duration",
"type": "number",
"value": "={{ $json.video_duration }}"
},
{
"id": "68a1fca5-9147-4db0-96b0-b9f7e015088d",
"name": "pictureUrl",
"type": "string",
"value": "=https://drive.google.com/thumbnail?id={{ $('Fetch Product Image from Google Drive').item.json.id }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b5e13d3c-9fef-47cb-8904-fabe0d335699",
"name": "광고 예시 반복 처리",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-1936,
528
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "bf735a40-59df-4583-9307-3b65b1e68b49",
"name": "비디오 프롬프트 생성",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1712,
592
],
"parameters": {
"text": "=Generate a personalized product video prompt using the following data:\n\nProduct Information:\nProduct Name: {{ $('Set Product Information').item.json.productName }}\nNiche: {{ $('Set Product Information').item.json.niche }}\nCategory: {{ $('Set Product Information').item.json.category }}\nTarget Market: {{ $('Set Product Information').item.json.targetMarket }}\n\nDescription:\n{{ $json.desc }}\n\nTranscription (can be null):\n{{ $json.transcript }}\n\nMood (JSON format of emotion scores, each range from 1-10):\n{{ $json.mood.toJsonString() }}\n\nVideo Duration (in seconds):\n{{ $json.duration }}",
"options": {
"systemMessage": "=## ROLE\n\nYou are VidPrompt, an AI assistant that generates personalized, cinematic-quality prompts for text-to-video generation models.\n\nYour task is to take the user’s inputs — `productName`, `niche`, `category`, `targetMarket`, `desc`, `transcript`, `mood`, and `duration` — and produce a vivid, emotionally aligned paragraph describing the ideal video scene.\n\n## INPUT FIELDS\n\n- productName → The brand or product name to be featured in the video.\n- niche → The specific market focus (e.g. fitness, fashion, tech, education).\n- category → The product or service type (e.g. sportswear, skincare, SaaS tool).\n- targetMarket → The intended audience or user group.\n- desc → A short text describing the concept, product, or message of the video.\n- transcript → (Optional) May contain narration or spoken lines. If null, focus purely on visuals.\n- mood → JSON object with emotion scores (e.g. achievement, fear, curiosity, etc.).\n- duration → Target video duration in seconds.\n\n## TASK OBJECTIVES\n\n1. Incorporate white label info naturally — subtly weave the product name, niche, category, and target market into the video prompt.\n - Example: “A cinematic 30-second video ad for `productName`, a cutting-edge `category` in the `niche` niche, designed for `targetMarket`.”\n\n2. Infer the emotional tone from the top 1–2 mood values (use human-readable emotion names).\n\n3. Determine video length:\n - ≤10s → short video\n - >10s and ≤20s → medium-length video\n - >20s → long video\n\n4. Describe style (cinematic, product ad, explainer, vlog, animation, etc.) based on the description and tone.\n\n5. Incorporate the transcript if provided (e.g. describe it as voiceover, narrator dialogue, or lip-synced scene).\n\n6. Write one cohesive, richly detailed paragraph that mentions:\n - The title or theme (implied or stated naturally)\n - The scene visuals and camera feel\n - The mood and style\n - The video duration category\n\n## RULES\n\n- Don't include any double quotes for in the generated prompt (\"\"), you could use single quote instead ('').\n- Don't include or mention other brands in the generated prompt, just focus on the white label product.\n\n## EXAMPLE\n\nInput:\n{\n \"product_name\": \"Nike Air Superfly\",\n \"niche\": \"Athletic Footwear\",\n \"category\": \"Sportswear\",\n \"target_market\": \"Runners and fitness enthusiasts\",\n \"desc\": \"Set the pace in the Nike Air Superfly, now with upgraded cushioning and a low-profile design.\",\n \"transcript\": null,\n \"mood\": {\n \"achievement\": 7,\n \"anger\": 1,\n \"authority\": 2,\n \"belonging\": 1,\n \"competence\": 8,\n \"curiosity\": 3,\n \"empowerment\": 6,\n \"engagement\": 4,\n \"esteem\": 5,\n \"fear\": 1,\n \"guilt\": 1,\n \"nostalgia\": 1,\n \"nurturance\": 1,\n \"security\": 3,\n \"urgency\": 2\n },\n \"duration\": 21.61\n}\n\nOutput:\nA long, cinematic sports commercial in an achievement-driven and empowering mood, promoting the Nike Air Superfly, a premium sportswear innovation in the athletic footwear niche for runners and fitness enthusiasts. The 30-second film opens at sunrise with a runner sprinting across the cityscape, sweat glinting in golden light. Smooth tracking shots capture the low-profile design and upgraded cushioning, symbolizing precision and drive. The mood feels strong and aspirational, underscored by rhythmic breathing and pulsing ambient beats that echo determination."
},
"promptType": "define"
},
"executeOnce": false,
"typeVersion": 2.2
},
{
"id": "ff39c0e1-0de0-4017-95ce-9ba6695a7b23",
"name": "Google Gemini LLM",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-1648,
816
],
"parameters": {
"options": {}
},
"credentials": {
"googlePalmApi": {
"id": "C4mfRdRQfQ524QK8",
"name": "Johan Gemini"
}
},
"typeVersion": 1
},
{
"id": "b8d23d47-000f-44aa-98af-62bf7d846752",
"name": "비디오 작업 생성 (Kie.ai)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1360,
592
],
"parameters": {
"url": "https://api.kie.ai/api/v1/jobs/createTask",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"sora-2-image-to-video\",\n \"input\": {\n \"callBackUrl\": \"{{ $('Set Workflow Credentials').item.json.callBackUrl }}\",\n \"prompt\": \"{{ $json.output }}\",\n \"image_urls\": [\"{{ $('Assemble Video Input Data').item.json.pictureUrl }}\"],\n \"aspect_ratio\": \"portrait\",\n \"remove_watermark\": true\n }\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpBearerAuth"
},
"credentials": {
"httpBearerAuth": {
"id": "u4b7FCQ7TVJYKQKH",
"name": "Kie.ai"
},
"httpHeaderAuth": {
"id": "XwIEQR6MF0OmLcXg",
"name": "yusuf test"
}
},
"typeVersion": 4.2
},
{
"id": "34a46580-ae03-4e7d-b2c2-91e953c7ce50",
"name": "비디오 생성 상태 확인",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1136,
592
],
"parameters": {
"url": "=https://api.kie.ai/api/v1/jobs/recordInfo?taskId={{ $json.data.taskId }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpBearerAuth"
},
"credentials": {
"httpBearerAuth": {
"id": "u4b7FCQ7TVJYKQKH",
"name": "Kie.ai"
},
"httpHeaderAuth": {
"id": "XwIEQR6MF0OmLcXg",
"name": "yusuf test"
}
},
"typeVersion": 4.2
},
{
"id": "ddee4c6a-558f-416d-be27-9dd5b32f5f99",
"name": "완성된 비디오 다운로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
-688,
528
],
"parameters": {
"url": "={{ $json.data.resultJson.parseJson().resultUrls.first() }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "4e5615a7-3e23-4d65-a439-a199131156f0",
"name": "재확인 전 대기",
"type": "n8n-nodes-base.wait",
"position": [
-688,
752
],
"webhookId": "7ab58c3b-a1df-4114-a6df-74b5835a9b61",
"parameters": {
"unit": "minutes",
"amount": 1
},
"typeVersion": 1.1
},
{
"id": "0a5f3515-36f9-4538-90e5-c862b6abd5e8",
"name": "생성된 비디오를 Google Drive에 업로드",
"type": "n8n-nodes-base.googleDrive",
"position": [
-464,
832
],
"parameters": {
"name": "={{ $now.format('yyyy-MM-dd HH:mm') }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "={{ $('Set Workflow Credentials').item.json.folderGeneratedId }}"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "5sDgEDVot7EszmIg",
"name": "Johan Drive"
}
},
"typeVersion": 3
},
{
"id": "026c62d0-c326-4a48-b463-02b643434bbc",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-448
],
"parameters": {
"color": 5,
"width": 768,
"height": 656,
"content": "## Step-by-Step Instructions\n### 1. Before _Set Workflow Credentials_ node:\nAdd your Foreplay, Google Drive, Gemini, and Kie.ai API keys. Never store real credentials directly in nodes before submission.\n\n### 2. Before _Set Product Information_ node:\nDefine product name, category, niche, and target market. Use variables to make it reusable.\n\n### 3. Before _Fetch Product Image from Google Drive_ node:\nEnsure Google Drive credentials are connected and folder IDs are updated.\n\n### 4. Before _Fetch Competitor Video Data (Foreplay API)_ node:\nThis fetches recent ad data for your product niche. Verify API key and endpoint base URL.\n\n### 5. Before _Generate Video Prompt_ node:\nGemini AI crafts a personalized text prompt for video creation based on input data.\n\n### 6. Before _Create Video Task (Kie.ai)_ node:\nSends generated prompt and public product image to Kie.ai to start video rendering.\n\n### 7. Before _Check Video Generation Status_ node:\nMonitors the Kie.ai job until completion.\n\n### 8. Before _Upload Generated Video to Google Drive_ node:\nAutomatically saves the generated video into your configured Drive folder."
},
"typeVersion": 1
},
{
"id": "1b6b3e1a-1e3e-4006-8fdc-64dafe85725a",
"name": "비디오 생성 상태",
"type": "n8n-nodes-base.switch",
"position": [
-912,
560
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "Success",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "3f37a57f-f3d0-4d14-80da-8574c383a0b9",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.data.state }}",
"rightValue": "success"
}
]
},
"renameOutput": true
},
{
"outputKey": "Failed",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "5872a82e-f279-4cf0-89fe-3e774e34bc61",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.data.state }}",
"rightValue": "failed"
}
]
},
"renameOutput": true
}
]
},
"options": {
"fallbackOutput": "extra"
}
},
"typeVersion": 3.3
}
],
"pinData": {},
"connections": {
"e8dbcb86-f2ec-4487-822c-becdf9e081e1": {
"main": [
[
{
"node": "9ee5ce87-4e43-4978-9def-5c7a58ea919a",
"type": "main",
"index": 0
}
]
]
},
"ff39c0e1-0de0-4017-95ce-9ba6695a7b23": {
"ai_languageModel": [
[
{
"node": "bf735a40-59df-4583-9307-3b65b1e68b49",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"bf735a40-59df-4583-9307-3b65b1e68b49": {
"main": [
[
{
"node": "b8d23d47-000f-44aa-98af-62bf7d846752",
"type": "main",
"index": 0
}
]
]
},
"ddee4c6a-558f-416d-be27-9dd5b32f5f99": {
"main": [
[
{
"node": "0a5f3515-36f9-4538-90e5-c862b6abd5e8",
"type": "main",
"index": 0
}
]
]
},
"3865d87a-5a77-4bb9-9808-06de15c34d26": {
"main": [
[
{
"node": "b3273b01-a710-45af-acbf-944c69ccc31c",
"type": "main",
"index": 0
}
]
]
},
"a7781992-82f1-4afe-999e-164758293785": {
"main": [
[
{
"node": "f4d1dea6-7081-4453-9cac-d34c8a70476c",
"type": "main",
"index": 0
}
]
]
},
"1b6b3e1a-1e3e-4006-8fdc-64dafe85725a": {
"main": [
[
{
"node": "ddee4c6a-558f-416d-be27-9dd5b32f5f99",
"type": "main",
"index": 0
}
],
[
{
"node": "b5e13d3c-9fef-47cb-8904-fabe0d335699",
"type": "main",
"index": 0
}
],
[
{
"node": "4e5615a7-3e23-4d65-a439-a199131156f0",
"type": "main",
"index": 0
}
]
]
},
"b5e13d3c-9fef-47cb-8904-fabe0d335699": {
"main": [
[],
[
{
"node": "bf735a40-59df-4583-9307-3b65b1e68b49",
"type": "main",
"index": 0
}
]
]
},
"9ee5ce87-4e43-4978-9def-5c7a58ea919a": {
"main": [
[
{
"node": "3865d87a-5a77-4bb9-9808-06de15c34d26",
"type": "main",
"index": 0
}
]
]
},
"f4d1dea6-7081-4453-9cac-d34c8a70476c": {
"main": [
[
{
"node": "b5e13d3c-9fef-47cb-8904-fabe0d335699",
"type": "main",
"index": 0
}
]
]
},
"b8d23d47-000f-44aa-98af-62bf7d846752": {
"main": [
[
{
"node": "34a46580-ae03-4e7d-b2c2-91e953c7ce50",
"type": "main",
"index": 0
}
]
]
},
"4e5615a7-3e23-4d65-a439-a199131156f0": {
"main": [
[
{
"node": "34a46580-ae03-4e7d-b2c2-91e953c7ce50",
"type": "main",
"index": 0
}
]
]
},
"34a46580-ae03-4e7d-b2c2-91e953c7ce50": {
"main": [
[
{
"node": "1b6b3e1a-1e3e-4006-8fdc-64dafe85725a",
"type": "main",
"index": 0
}
]
]
},
"b3273b01-a710-45af-acbf-944c69ccc31c": {
"main": [
[
{
"node": "993b4d2f-09f6-470a-bd3e-3e958337bd2c",
"type": "main",
"index": 0
}
]
]
},
"0a5f3515-36f9-4538-90e5-c862b6abd5e8": {
"main": [
[
{
"node": "b5e13d3c-9fef-47cb-8904-fabe0d335699",
"type": "main",
"index": 0
}
]
]
},
"993b4d2f-09f6-470a-bd3e-3e958337bd2c": {
"main": [
[
{
"node": "a7781992-82f1-4afe-999e-164758293785",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
실시간 - Gemini 및 Creatomate를 사용한 바이럴 AI 동영상 제작 및 게시 자동화
Gemini와 Creatomate를 사용한 AI 비디오 제작 및 다중 플랫폼 게시 자동화
Set
Code
Wait
+
Set
Code
Wait
47 노드Intuz
콘텐츠 제작
LinkedIn 및 X 바이럴 콘텐츠 자동 엔진
사용AI생성및게시자동생성LinkedIn및X의病毒콘텐츠
If
Set
Wait
+
If
Set
Wait
156 노드Diptamoy Barman
콘텐츠 제작
WordPress 블로그 자동화 프로페셔널 에디션(심층 연구) v2.1 마켓
GPT-4o, Perplexity AI 및 다국어 지원을 사용한 SEO 최적화 블로그 생성 자동화
If
Set
Xml
+
If
Set
Xml
125 노드Daniel Ng
콘텐츠 제작
GPT-4o, RunwayML, ElevenLabs의 AI 여행 영상 생성기(소셜 미디어용)
GPT-4o, RunwayML, ElevenLabs 소셜 미디어 애플리케이션
Set
Code
Wait
+
Set
Code
Wait
36 노드Mohan Gopal
콘텐츠 제작
Gemini AI와 Airtable을 사용하여 이미지에서 Shopify 제품 목록 생성
사용Gemini AI와Airtable로 이미지에서 Shopify 제품 목록 생성
If
Set
Code
+
If
Set
Code
33 노드MANISH KUMAR
콘텐츠 제작
Gemini_NanoBanana_템플릿
Fal.ai 모델(nano-banana, WAN2.2, Veo3)을 사용하여 Google Sheets에서 UGC 광고 생성
If
Set
Code
+
If
Set
Code
36 노드Jaruphat J.
콘텐츠 제작