病毒式 TikTok 视频生成器:使用 VEED 虚拟形象自动创建 UGC 视频
高级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 35 个节点。主要使用 Set, Code, Wait, Merge, Telegram 等节点。 使用 VEED.io AI 虚拟形象、ElevenLabs 和 GPT-4 自动创建 TikTok 视频
前置要求
- •Telegram Bot Token
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (35)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "PpVBvs5fecatpTbx",
"meta": {
"instanceId": "de822f81f3a2367cef7d9549771a77783236bc9596481be2ae65c05fbcc4b4fd",
"templateCredsSetupCompleted": true
},
"name": "💥 病毒式 TikTok 视频生成器:使用 VEED 虚拟形象自动创建 UGC - 视频",
"tags": [],
"nodes": [
{
"id": "2870c87e-82a6-4a24-a86a-a4c55a9225d9",
"name": "Telegram触发器",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-2832,
-304
],
"webhookId": "ccba06ce-2121-43c0-80f0-cd77f60f3130",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "lykaJhTNykviJPvo",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "41a44991-a52f-4186-8dec-16f6ccc4faa8",
"name": "工作流配置",
"type": "n8n-nodes-base.set",
"position": [
-2560,
-304
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "id-1",
"name": "elevenLabsApiKey",
"type": "string",
"value": "YOUR_ELEVENLABS_API_KEY"
},
{
"id": "id-2",
"name": "elevenLabsVoiceId",
"type": "string",
"value": "YOUR_VOICE_ID"
},
{
"id": "id-3",
"name": "falApiKey",
"type": "string",
"value": "YOUR_FAL_API_KEY"
},
{
"id": "id-5",
"name": "scriptMaxDuration",
"type": "number",
"value": 30
},
{
"id": "id-6",
"name": "perplexityModel",
"type": "string",
"value": "sonar"
}
]
},
"includeOtherFields": true
},
"typeVersion": 3.4
},
{
"id": "985914cd-27e0-4a14-8f51-3da7b4e7a35b",
"name": "提取照片和主题",
"type": "n8n-nodes-base.set",
"position": [
-2160,
-304
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "id-1",
"name": "photoUrl",
"type": "string",
"value": "={{ $json.message.photo ? $json.message.photo[$json.message.photo.length - 1].file_id : '' }}"
},
{
"id": "id-2",
"name": "theme",
"type": "string",
"value": "={{ $json.message.caption || $json.message.text || 'viral content' }}"
}
]
},
"includeOtherFields": true
},
"typeVersion": 3.4
},
{
"id": "dd85cdf3-6acc-4758-b9d3-1bab26125361",
"name": "使用 Perplexity 搜索趋势",
"type": "n8n-nodes-base.perplexity",
"position": [
-2816,
128
],
"parameters": {
"model": "={{ $('Workflow Configuration').first().json.perplexityModel }}",
"options": {},
"messages": {
"message": [
{
"content": "={{ \n \"Find the top 3 current viral trends related to: \" + $('Extract Photo and Theme').item.json.message.caption + \n \". Focus on trending topics, hashtags, and content styles that are performing well on TikTok right now. \" + \n \"Be specific and actionable. Limit your response strictly to 3 results only — no more.\" \n}}"
}
]
},
"requestOptions": {}
},
"credentials": {
"perplexityApi": {
"id": "trkhzC4uBnoafJ4C",
"name": "Perplexity account"
}
},
"typeVersion": 1
},
{
"id": "610387e3-8f6c-4ceb-b66c-f2311a216259",
"name": "使用 GPT-4 生成脚本",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-2560,
128
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "id",
"value": "gpt-4o-mini"
},
"options": {},
"messages": {
"values": [
{
"content": "=Based on these trends: {{ $json.choices[0].message.content }}\n\nCreate a viral 30-second maximum TikTok script about: {{ $('Extract Photo and Theme').first().json.theme }}\n\nRequirements:\n- Maximum 30 seconds when spoken\n- Hook in first 2 seconds\n- Engaging and conversational\n- Optimized for voice synthesis\n- No special characters or formatting\n- Return ONLY the script text, nothing else"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "QmtwfFk8iBkuCXOX",
"name": "n8n free OpenAI API credits"
}
},
"typeVersion": 1.8
},
{
"id": "a2b3c398-d8d8-429a-9a74-dfc4234798dc",
"name": "ElevenLabs 语音合成",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2160,
128
],
"parameters": {
"url": "={{ 'https://api.elevenlabs.io/v1/text-to-speech/' + $('Workflow Configuration').first().json.elevenLabsVoiceId }}",
"method": "POST",
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "audio"
}
}
},
"jsonBody": "={{ \n {\n \"text\": $json.message.content,\n \"model_id\": \"eleven_multilingual_v2\",\n \"voice_settings\": {\n \"stability\": 0.5,\n \"similarity_boost\": 0.75\n }\n } \n}}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "xi-api-key",
"value": "={{ $('Workflow Configuration').first().json.elevenLabsApiKey }}"
},
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Accept",
"value": "audio/mpeg"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "02e11c5b-d6b9-4c4e-aee5-f68c9fd216d4",
"name": "FAL.ai 视频生成",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2816,
384
],
"parameters": {
"url": "https://queue.fal.run/veed/fabric-1.0",
"method": "POST",
"options": {},
"jsonBody": "={{ { \"image_url\": $('Build Public Image URL').first().json.data.url.replace(/^http:\\/\\/tmpfiles\\.org\\/(\\d+)\\/(.*)$/i, 'https://tmpfiles.org/dl/$1/$2'), \"audio_url\": $json.data.url.replace(/^http:\\/\\/tmpfiles\\.org\\/(\\d+)\\/(.*)$/i, 'https://tmpfiles.org/dl/$1/$2'), \"resolution\": \"480p\" } }}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "={{ $('Workflow Configuration').first().json.falApiKey }}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "572053f5-c2e2-4454-b2f8-c31bcceb986e",
"name": "使用 GPT-4 生成字幕",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-2160,
384
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "id",
"value": "gpt-4o-mini"
},
"options": {},
"messages": {
"values": [
{
"content": "=Create an engaging TikTok caption for a video about: {{ $('Extract Photo and Theme').first().json.theme }}\n\nBased on these trends: {{ $('Search Trends with Perplexity').first().json.choices[0].message.content }}\n\nRequirements:\n- Catchy hook in first line\n- Include 5-8 relevant trending hashtags\n- Keep it concise and engaging\n- Optimize for TikTok algorithm\n- Return ONLY the caption text with hashtags, nothing else"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "QmtwfFk8iBkuCXOX",
"name": "n8n free OpenAI API credits"
}
},
"typeVersion": 1.8
},
{
"id": "929570cc-74b8-4a7d-aaff-3b303dab0348",
"name": "保存到 Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1696,
384
],
"parameters": {
"columns": {
"value": {
"IDEA": "={{ $('Extract Photo and Theme').first().json.message.caption }}",
"CAPTION": "={{ $json.message.content }}",
"URL AUDIO": "={{ $('Upload Audio to Public URL').first().json.data.url }}",
"URL IMAGE": "={{ $('Build Public Image URL').first().json.data.url }}",
"URL VIDEO": "={{ $('Download VEED Video').item.json.video.url }}"
},
"schema": [
{
"id": "IDEA",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "IDEA",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL IMAGE",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "URL IMAGE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL AUDIO",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "URL AUDIO",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL VIDEO",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "URL VIDEO",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "CAPTION",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "CAPTION",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "STATUS",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "STATUS",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"IDEA"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "="
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "YlIXFU6zUDsqwmRG",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "c8a19f42-7bc9-4b1b-a5e3-0baea7b9c499",
"name": "设置指南 - 从这里开始",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3696,
-432
],
"parameters": {
"color": 4,
"width": 400,
"height": 1038,
"content": "# 🚀 病毒式 TikTok 创作器 - 设置指南"
},
"typeVersion": 1
},
{
"id": "efd1b243-20b1-4fb0-8bb4-9e4abab3a748",
"name": "步骤 1 - Telegram 设置",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3264,
-432
],
"parameters": {
"color": 4,
"width": 1836,
"height": 524,
"content": "# 📱 步骤 1:TELEGRAM 机器人设置"
},
"typeVersion": 1
},
{
"id": "a36cf612-4574-46ae-93ab-9d716bc47fe6",
"name": "步骤 2 - API 密钥配置",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1520,
-432
],
"parameters": {
"color": 4,
"width": 380,
"height": 484,
"content": "# 🔑 步骤 2:API 密钥配置"
},
"typeVersion": 1
},
{
"id": "b1b44c15-0110-4455-8564-28072151003a",
"name": "步骤 3 - AI 处理",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3264,
48
],
"parameters": {
"color": 5,
"width": 1836,
"height": 484,
"content": "# 🤖 步骤 3:AI 处理设置"
},
"typeVersion": 1
},
{
"id": "e4bffba4-af5b-4f5c-a62d-9f3d81e60f9e",
"name": "步骤 4 - 语音和视频生成",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1520,
48
],
"parameters": {
"color": 5,
"width": 380,
"height": 1136,
"content": "# 🎬 步骤 4:语音和视频生成"
},
"typeVersion": 1
},
{
"id": "13bcba21-2e94-4d66-9ebe-68f616c483f7",
"name": "步骤 5 - 发布",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3264,
528
],
"parameters": {
"color": 5,
"width": 2124,
"height": 660,
"content": "# 📤 步骤 5:发布和跟踪"
},
"typeVersion": 1
},
{
"id": "81b09147-e1dc-48dc-a8a1-f66e4babd1dd",
"name": "工作原理",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3696,
640
],
"parameters": {
"color": 4,
"width": 396,
"height": 546,
"content": "# ⚡ 工作原理 - 工作流流程"
},
"typeVersion": 1
},
{
"id": "5ecbd4f1-d8b5-44a7-b671-7ef29b612955",
"name": "从 Telegram 获取照片文件",
"type": "n8n-nodes-base.telegram",
"position": [
-1920,
-304
],
"webhookId": "466a3150-51b2-422e-841b-79f03d9a7317",
"parameters": {
"fileId": "={{ $json.photoUrl }}",
"resource": "file",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "lykaJhTNykviJPvo",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "0d06342a-4973-4096-acd4-f8deaa4d3360",
"name": "上传音频到公共 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1696,
128
],
"parameters": {
"url": "https://tmpfiles.org/api/v1/upload",
"method": "POST",
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
},
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "audio_mp3"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "8babaa0f-2c5e-40bb-804d-508138bff8a4",
"name": "将 .mpga 转换为 .mp3",
"type": "n8n-nodes-base.code",
"position": [
-1920,
128
],
"parameters": {
"jsCode": "return items.map(item => {\n const b = item.binary?.audio; // <-- ta propriété binaire actuelle\n if (!b) return item;\n\n // clone sous un nouveau nom de propriété\n item.binary.audio_mp3 = {\n ...b,\n fileName: (b.fileName || 'audio.mp3').replace(/\\.mpga$/i, '.mp3'),\n mimeType: 'audio/mpeg'\n };\n\n // (optionnel) garder l’original:\n // delete item.binary.audio;\n\n return item;\n});\n"
},
"typeVersion": 2
},
{
"id": "8bd012a0-1e03-4d69-bca4-350c0065bca2",
"name": "构建公共图片 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1696,
-304
],
"parameters": {
"url": "https://tmpfiles.org/api/v1/upload",
"method": "POST",
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
},
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "11873626-3cbc-441f-bc72-d5e1fa2f65a7",
"name": "等待 VEED",
"type": "n8n-nodes-base.wait",
"position": [
-2576,
384
],
"webhookId": "55faa42e-6509-40b5-a589-48c1db44727f",
"parameters": {
"unit": "minutes",
"amount": 10
},
"typeVersion": 1.1
},
{
"id": "73fc87ac-459c-4d7f-8874-bbad44c8c1e8",
"name": "下载 VEED 视频",
"type": "n8n-nodes-base.httpRequest",
"position": [
-2352,
384
],
"parameters": {
"url": "=https://queue.fal.run/veed/fabric-1.0/requests/{{ $json.request_id }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "={{ $('Workflow Configuration').first().json.falApiKey }}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "035b243a-cc2d-4194-b3f2-e45822ecbf8a",
"name": "发送视频",
"type": "n8n-nodes-base.telegram",
"position": [
-2816,
784
],
"webhookId": "99e9dbe1-08a3-4d7e-8986-f40bb00cc897",
"parameters": {
"file": "={{ $json['URL VIDEO'] }}",
"chatId": "={{ $('Telegram Trigger').first().json.message.chat.id }}",
"operation": "sendVideo",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "lykaJhTNykviJPvo",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "44cfbfd3-9a62-406e-bdc4-a88ab4ef082c",
"name": "上传视频到 BLOTATO",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2624,
784
],
"parameters": {
"mediaUrl": "={{ $('Save to Google Sheets').item.json['URL VIDEO'] }}",
"resource": "media"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "63e349be-9306-4295-b522-66fa70219197",
"name": "Youtube",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2048,
784
],
"parameters": {
"options": {},
"platform": "youtube",
"accountId": {
"__rl": true,
"mode": "list",
"value": "8047",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/8047",
"cachedResultName": "DR FIRASS (Dr. Firas)"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}",
"postCreateYoutubeOptionTitle": "={{ $('Save to Google Sheets').item.json.IDEA }}",
"postCreateYoutubeOptionPrivacyStatus": "private",
"postCreateYoutubeOptionShouldNotifySubscribers": false
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "44cc333c-b20b-43ea-81ac-c324117d6737",
"name": "Tiktok",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2416,
608
],
"parameters": {
"options": {},
"platform": "tiktok",
"accountId": {
"__rl": true,
"mode": "list",
"value": "2079",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/2079",
"cachedResultName": "elitecybzcs"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "b2cb12fb-ae11-4d82-9d0f-7afbb6b66ed9",
"name": "更新状态为 \"完成\"",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1680,
784
],
"parameters": {
"columns": {
"value": {
"STATUS": "DONE",
"URL VIDEO": "={{ $('Save to Google Sheets').item.json['URL VIDEO'] }}"
},
"schema": [
{
"id": "IDEA",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "IDEA",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL IMAGE",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "URL IMAGE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL AUDIO",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "URL AUDIO",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL VIDEO",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "URL VIDEO",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "CAPTION",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "CAPTION",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "STATUS",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "STATUS",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"URL VIDEO"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "="
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "YlIXFU6zUDsqwmRG",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "15a31ec9-915f-40f9-bd2c-66eee50074a8",
"name": "Linkedin",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2224,
608
],
"parameters": {
"options": {},
"platform": "linkedin",
"accountId": {
"__rl": true,
"mode": "list",
"value": "1446",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/1446",
"cachedResultName": "Samuel Amalric"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "4bcf429e-fe53-41bd-be77-3f4d212b6270",
"name": "Facebook",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2048,
608
],
"parameters": {
"options": {},
"platform": "facebook",
"accountId": {
"__rl": true,
"mode": "list",
"value": "1759",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/1759",
"cachedResultName": "Firass Ben"
},
"facebookPageId": {
"__rl": true,
"mode": "list",
"value": "101603614680195",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/1759/subaccounts/101603614680195",
"cachedResultName": "Dr. Firas"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "cf2ccc40-f8c0-4d44-8797-4b63594e95e7",
"name": "Instagram",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2416,
784
],
"parameters": {
"options": {},
"accountId": {
"__rl": true,
"mode": "list",
"value": "1687",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/1687",
"cachedResultName": "acces.a.vie"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "727e0958-20b4-40a5-82ce-b7a88b04fb0a",
"name": "Threads",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2416,
992
],
"parameters": {
"options": {},
"platform": "threads",
"accountId": {
"__rl": true,
"mode": "list",
"value": "2280",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/2280",
"cachedResultName": "doc.firass"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "6ce39e15-6c7b-4068-9f4f-3609d8ca5048",
"name": "Bluesky",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2224,
992
],
"parameters": {
"options": {},
"platform": "bluesky",
"accountId": {
"__rl": true,
"mode": "list",
"value": "6012",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/6012",
"cachedResultName": "formationinternet.bsky.social"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "3a9f4622-1dbd-49c2-8b3b-7c079f67f7ea",
"name": "Pinterest",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2048,
992
],
"parameters": {
"options": {},
"platform": "pinterest",
"accountId": {
"__rl": true,
"mode": "list",
"value": "363",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/363",
"cachedResultName": "formationinternet2022"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"pinterestBoardId": {
"__rl": true,
"mode": "id",
"value": "1146658823815436667"
},
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "5d871caf-8d9e-48c8-8dcf-e4cced811ec4",
"name": "Twitter (X)",
"type": "@blotato/n8n-nodes-blotato.blotato",
"position": [
-2224,
784
],
"parameters": {
"options": {},
"platform": "twitter",
"accountId": {
"__rl": true,
"mode": "list",
"value": "1289",
"cachedResultUrl": "https://backend.blotato.com/v2/accounts/1289",
"cachedResultName": "Docteur_Firas"
},
"postContentText": "={{ $('Save to Google Sheets').item.json.CAPTION }}",
"postContentMediaUrls": "={{ $json.url }}"
},
"credentials": {
"blotatoApi": {
"id": "wozsYJYLfCZO37j8",
"name": "Blotato account"
}
},
"typeVersion": 2
},
{
"id": "a9d80b89-54af-4006-b137-f1353d8dfb56",
"name": "合并1",
"type": "n8n-nodes-base.merge",
"position": [
-1840,
672
],
"parameters": {
"mode": "chooseBranch",
"numberInputs": 9
},
"typeVersion": 3.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "fe4ea433-4bce-4955-ba43-d5a74ef835a9",
"connections": {
"Merge1": {
"main": [
[
{
"node": "Update Status to \"DONE\"",
"type": "main",
"index": 0
}
]
]
},
"Tiktok": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 0
}
]
]
},
"Bluesky": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 7
}
]
]
},
"Threads": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 6
}
]
]
},
"Youtube": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 5
}
]
]
},
"Facebook": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 2
}
]
]
},
"Linkedin": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 1
}
]
]
},
"Instagram": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 3
}
]
]
},
"Pinterest": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 8
}
]
]
},
"Twitter (X)": {
"main": [
[
{
"node": "Merge1",
"type": "main",
"index": 4
}
]
]
},
"Send a video": {
"main": [
[
{
"node": "Upload Video to BLOTATO",
"type": "main",
"index": 0
}
]
]
},
"Wait for VEED": {
"main": [
[
{
"node": "Download VEED Video",
"type": "main",
"index": 0
}
]
]
},
"Telegram Trigger": {
"main": [
[
{
"node": "Workflow Configuration",
"type": "main",
"index": 0
}
]
]
},
"Download VEED Video": {
"main": [
[
{
"node": "Generate Caption with GPT-4",
"type": "main",
"index": 0
}
]
]
},
"Convert .mpga to .mp3": {
"main": [
[
{
"node": "Upload Audio to Public URL",
"type": "main",
"index": 0
}
]
]
},
"Save to Google Sheets": {
"main": [
[
{
"node": "Send a video",
"type": "main",
"index": 0
}
]
]
},
"Build Public Image URL": {
"main": [
[
{
"node": "Search Trends with Perplexity",
"type": "main",
"index": 0
}
]
]
},
"Workflow Configuration": {
"main": [
[
{
"node": "Extract Photo and Theme",
"type": "main",
"index": 0
}
]
]
},
"Extract Photo and Theme": {
"main": [
[
{
"node": "Get Photo File from Telegram",
"type": "main",
"index": 0
}
]
]
},
"FAL.ai Video Generation": {
"main": [
[
{
"node": "Wait for VEED",
"type": "main",
"index": 0
}
]
]
},
"Upload Video to BLOTATO": {
"main": [
[
{
"node": "Tiktok",
"type": "main",
"index": 0
},
{
"node": "Linkedin",
"type": "main",
"index": 0
},
{
"node": "Facebook",
"type": "main",
"index": 0
},
{
"node": "Instagram",
"type": "main",
"index": 0
},
{
"node": "Twitter (X)",
"type": "main",
"index": 0
},
{
"node": "Youtube",
"type": "main",
"index": 0
},
{
"node": "Threads",
"type": "main",
"index": 0
},
{
"node": "Bluesky",
"type": "main",
"index": 0
},
{
"node": "Pinterest",
"type": "main",
"index": 0
}
]
]
},
"ElevenLabs Voice Synthesis": {
"main": [
[
{
"node": "Convert .mpga to .mp3",
"type": "main",
"index": 0
}
]
]
},
"Generate Script with GPT-4": {
"main": [
[
{
"node": "ElevenLabs Voice Synthesis",
"type": "main",
"index": 0
}
]
]
},
"Upload Audio to Public URL": {
"main": [
[
{
"node": "FAL.ai Video Generation",
"type": "main",
"index": 0
}
]
]
},
"Generate Caption with GPT-4": {
"main": [
[
{
"node": "Save to Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Get Photo File from Telegram": {
"main": [
[
{
"node": "Build Public Image URL",
"type": "main",
"index": 0
}
]
]
},
"Search Trends with Perplexity": {
"main": [
[
{
"node": "Generate Script with GPT-4",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
💥 使用NanoBanana、Seedream 4、ChatGPT Image和Veo 3自动化视频广告 - VIDE
使用AI(NanoBanana、Seedream、GPT-4o、Veo 3)自动化和发布视频广告活动
Set
Code
Wait
+16
63 节点Dr. Firas
内容创作
💥 HeyGen II - 克隆我 - 从想法到发布:适用于 YouTube、TikTok 和 Instagram 的 GPT-5 视频自动化 - 视频
使用 HeyGen、GPT-5 和社交发布自动化语音输入视频创作
If
Set
Wait
+13
41 节点Dr. Firas
内容创作
💥 从视频链接自动化创建YouTube缩略图
使用Templated.io和Blotato自动化创建YouTube缩略图及社交媒体发布
Set
Code
Wait
+10
25 节点Dr. Firas
内容创作
💥 HeyGen - 从想法到发布:用于 YouTube、TikTok 和 Instagram 的 GPT-5 视频自动化 - 视频
使用 GPT-5 生成 AI 虚拟形象视频并发布至社交媒体平台
If
Set
Wait
+13
41 节点Dr. Firas
内容创作
💥 使用 Blotato 和 Sora 2 为电商生成 UGC 推广视频
使用 OpenAI、Sora 2 和 Blotato 为电商生成 UGC 推广视频
If
Set
Code
+8
34 节点Dr. Firas
内容创作
💥 使用NanoBanana和VEO3生成AI病毒视频,通过Blotato分享到社交平台 - 视频
使用NanoBanana和VEO3生成AI病毒视频,通过Blotato在社交媒体分享
Set
Code
Wait
+13
47 节点Dr. Firas
杂项
工作流信息
难度等级
高级
节点数量35
分类2
节点类型12
作者
Dr. Firas
@drfirasAutomation expert and certified trainer. I create hands-on courses to master automation with n8n. Contact me to access my exclusive training and start building powerful workflows today. 🚀
外部链接
在 n8n.io 查看 →
分享此工作流