使用Telegram、GPT-4和Blotato自动创建并发布AI社交视频
高级
这是一个AI, Marketing领域的自动化工作流,包含 42 个节点。主要使用 If, Set, Code, Wait, Telegram 等节点,结合人工智能技术实现智能自动化。 使用Telegram、GPT-4和Blotato自动创建并发布AI社交视频
前置要求
- •Telegram Bot Token
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "hiCTcf6srJl3Xsxh",
"meta": {
"instanceId": "a2b23892dd6989fda7c1209b381f5850373a7d2b85609624d7c2b7a092671d44"
},
"name": "使用 Telegram、GPT-4 和 Blotato 自动创建并发布 AI 社交视频",
"tags": [],
"nodes": [
{
"id": "b8a41b63-8c48-4964-befe-b949f3e9b755",
"name": "上传视频到 Blotato",
"type": "n8n-nodes-base.httpRequest",
"position": [
2580,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/media",
"method": "POST",
"options": {},
"sendBody": true,
"sendHeaders": true,
"bodyParameters": {
"parameters": [
{
"name": "url",
"value": "={{ $('Append Video Data to Google Sheet').item.json['url '] }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "ac7a8bf1-b9ec-4a25-8c14-6d90abbc5568",
"name": "发布到Instagram",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
120
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.instagram_id }}\",\n \"target\": {\n \"targetType\": \"instagram\"\n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"instagram\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "be0a1831-c0e3-4753-b114-2cd7cc66fae2",
"name": "发布到 YouTube",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
320
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.youtube_id }}\",\n \"target\": {\n \"targetType\": \"youtube\",\n \"title\": \"{{ $('Append Video Data to Google Sheet').item.json.Title }}\",\n \"privacyStatus\": \"unlisted\",\n \"shouldNotifySubscribers\": \"false\"\n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"youtube\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "62087008-dd5a-49f4-a764-a10b1c82e4e0",
"name": "发布到 TikTok",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
520
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.tiktok_id }}\",\n \"target\": {\n \"targetType\": \"tiktok\",\n \"isYourBrand\": \"false\", \n \"disabledDuet\": \"false\",\n \"privacyLevel\": \"PUBLIC_TO_EVERYONE\",\n \"isAiGenerated\": \"true\",\n \"disabledStitch\": \"false\",\n \"disabledComments\": \"false\",\n \"isBrandedContent\": \"false\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"tiktok\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "976b075d-c98b-45a4-bf76-06a34d5ccbf3",
"name": "发布到 Facebook 页面",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
720
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.facebook_id }}\",\n \"target\": {\n \"targetType\": \"facebook\",\n \"pageId\": \"{{ $('Assign Platform IDs for Blotato').item.json.facebook_page_id }}\"\n\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"facebook\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "c689c5d4-f63c-4fc2-b2d6-e1d2d03a236a",
"name": "发布到 Threads",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.threads_id }}\",\n \"target\": {\n \"targetType\": \"threads\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"threads\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "88c8bd03-342e-4844-9489-28a5a93426e0",
"name": "发布到 Twitter (X)",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
1120
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.twitter_id }}\",\n \"target\": {\n \"targetType\": \"twitter\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"twitter\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "db6fb042-731e-46ce-8f4d-07e2b427739c",
"name": "发布到LinkedIn",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
1320
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.linkedin_id }}\",\n \"target\": {\n \"targetType\": \"linkedin\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"linkedin\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "2102531c-624a-49b6-8b99-7a43e5067585",
"name": "发布到 Bluesky",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
1520
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.bluesky_id }}\",\n \"target\": {\n \"targetType\": \"bluesky\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"bluesky\",\n \"mediaUrls\": [\n \"https://pbs.twimg.com/media/GE8MgIiWEAAfsK3.jpg\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "a9826150-6e26-4174-af74-1b4dd8016638",
"name": "发布到 Pinterest",
"type": "n8n-nodes-base.httpRequest",
"position": [
2800,
1720
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Platform IDs for Blotato').item.json.pinterest_id }}\",\n \"target\": {\n \"targetType\": \"pinterest\",\n \"boardId\": \"{{ $('Assign Platform IDs for Blotato').item.json.pinterest_board_id }}\" \n },\n \"content\": {\n \"text\": \"{{ $('Append Video Data to Google Sheet').item.json.caption }}\",\n \"platform\": \"pinterest\",\n \"mediaUrls\": [\n \"https://pbs.twimg.com/media/GE8MgIiWEAAfsK3.jpg\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "fcd6f25a-f6e9-4952-8be8-37eafbf7d07f",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
2320,
0
],
"parameters": {
"color": 3,
"width": 880,
"height": 1900,
"content": "# 🟥 步骤 5 — 自动发布到 9 个社交平台"
},
"typeVersion": 1
},
{
"id": "eb822c9d-cb51-4df7-98d6-a0941a9833bd",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"width": 2260,
"height": 760,
"content": "# 🟫 步骤 1 — 使用 AI 创建视频(图像或文本)"
},
"typeVersion": 1
},
{
"id": "1c209fe5-fd5a-45d7-9546-421710eb501d",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
840
],
"parameters": {
"width": 1500,
"height": 520,
"content": "# 🟫 步骤 2 — 创建音乐"
},
"typeVersion": 1
},
{
"id": "0bf198f2-16f9-4ae9-aef3-919b5755da5a",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
1440
],
"parameters": {
"width": 1500,
"height": 460,
"content": "# 🟫 步骤 3 — 添加字幕以增强参与度"
},
"typeVersion": 1
},
{
"id": "00c67803-c937-491e-bf2a-2d76774de07f",
"name": "便签4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1580,
840
],
"parameters": {
"color": 4,
"width": 680,
"height": 1060,
"content": "# 🟫 步骤 4 — 保存视频并通过 Telegram 通知"
},
"typeVersion": 1
},
{
"id": "5a08a003-68b1-48e5-8851-bb1a77d18a37",
"name": "触发 Telegram 提示或图像",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
80,
280
],
"webhookId": "20261394-b809-4b76-9b7b-36a20af57673",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "hcYH7o64erx701LY",
"name": "Telegram account 3"
}
},
"typeVersion": 1.1
},
{
"id": "6c4d7dd5-7676-465a-ac02-cf7192bf70ab",
"name": "拆分提示或图像输入",
"type": "n8n-nodes-base.code",
"position": [
280,
280
],
"parameters": {
"jsCode": "const input = $input.first().json.message.text || $input.first().json.message.caption;\n\n// Remove optional \"generate video\" prefix\nconst cleaned = input.replace(/^generate video[:]?/i, '').trim();\n\n// Split by comma\nconst parts = cleaned.split(',').map(p => p.trim());\n\n// Assign values even if missing\nconst videoPrompt = parts[0] || \"\";\nconst captionIdea = parts[1] || \"\";\nconst musicStyle = parts[2] || \"\";\n\nreturn [\n {\n json: {\n videoPrompt,\n captionIdea,\n musicStyle\n }\n }\n];\n"
},
"typeVersion": 2
},
{
"id": "3c203e0c-d133-4c6f-a801-2e5dab690b8a",
"name": "条件输入类型(图像或文本)",
"type": "n8n-nodes-base.if",
"position": [
460,
280
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "8b4d3f92-c9e0-45e6-8b6a-4fa487e6b32f",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $('Trigger Telegram Prompt or Image').item.json.message.text }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "1898fd9c-2164-44d0-8ada-192107565b64",
"name": "从 Telegram 下载图像",
"type": "n8n-nodes-base.telegram",
"position": [
760,
440
],
"webhookId": "1d115d8e-62c9-4f43-898e-20892b25fdb9",
"parameters": {
"fileId": "={{ $('Trigger Telegram Prompt or Image').item.json.message.photo[3].file_id }}",
"resource": "file"
},
"credentials": {
"telegramApi": {
"id": "hcYH7o64erx701LY",
"name": "Telegram account 3"
}
},
"typeVersion": 1.2
},
{
"id": "6f9755e0-db11-4c3e-9d1b-f9c97c832cbd",
"name": "提取图像文件 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
960,
440
],
"parameters": {
"url": "=https://api.telegram.org/file/bot_YOURTOKEN/{{ $('Download Image from Telegram').item.json.result.file_path }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "66abae9c-10ae-4845-9070-cd5f2d208782",
"name": "上传图片到 Cloudinary",
"type": "n8n-nodes-base.httpRequest",
"position": [
1120,
440
],
"parameters": {
"url": "https://api.cloudinary.com/v1_1/dc5wapno3/image/upload",
"method": "POST",
"options": {},
"sendBody": true,
"contentType": "multipart-form-data",
"authentication": "genericCredentialType",
"bodyParameters": {
"parameters": [
{
"name": "file",
"parameterType": "formBinaryData",
"inputDataFieldName": "data"
},
{
"name": "upload_preset",
"value": "n8n_video"
}
]
},
"genericAuthType": "httpBasicAuth"
},
"credentials": {
"httpBasicAuth": {
"id": "K1UGehJnDI8N25UA",
"name": "Unnamed credential"
}
},
"typeVersion": 4.2
},
{
"id": "26979ac8-6f1d-4a9b-b0b5-42b4d7165ffe",
"name": "将图像转换为视频",
"type": "n8n-nodes-base.httpRequest",
"position": [
1320,
440
],
"parameters": {
"url": "https://api.piapi.ai/api/v1/task",
"method": "POST",
"options": {},
"jsonBody": "={\n\"model\": \"kling\",\n\"task_type\": \"video_generation\",\n\"input\": {\n\"prompt\": \"{{ $('Split Prompt or Image Input').item.json.videoPrompt }}\",\n\"image_url\": \"{{ $json.secure_url }}\",\n\"negative_prompt\": \"\",\n\"cfg_scale\": 0.5,\n\"duration\": 5,\n\"version\": \"1.6\",\n\"camera_control\": {\n\"type\": \"simple\",\n\"config\": {\n\"horizontal\": 0,\n\"vertical\": 0,\n\"pan\": 0,\n\"tilt\": 0,\n\"roll\": 0,\n\"zoom\": 0\n}\n},\n\"mode\": \"std\"\n},\n\"config\": {\n\"service_mode\": \"\",\n\"webhook_config\": {\n\"endpoint\": \"\",\n\"secret\": \"\"\n}\n}\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpBasicAuth": {
"id": "K1UGehJnDI8N25UA",
"name": "Unnamed credential"
},
"httpHeaderAuth": {
"id": "aoHHS9dlGs8ViUeX",
"name": "Header Auth account 3"
}
},
"typeVersion": 4.2
},
{
"id": "36168808-54e8-4826-a3f5-bd8148da9a55",
"name": "等待图像到视频渲染",
"type": "n8n-nodes-base.wait",
"position": [
1520,
440
],
"webhookId": "adf3489e-21ed-42de-8cc6-70c706cacbbf",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "dd364492-ffcb-47e4-a24e-fb5b3c5b4ab5",
"name": "获取基于图像的视频 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
1720,
440
],
"parameters": {
"url": "=https://api.piapi.ai/api/v1/task/{{ $json.data.task_id }}",
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "aoHHS9dlGs8ViUeX",
"name": "Header Auth account 3"
}
},
"typeVersion": 4.2
},
{
"id": "8a6b0c07-8304-403e-842e-ea60b0d5e939",
"name": "使用 blotato 生成视频",
"type": "n8n-nodes-base.httpRequest",
"position": [
760,
120
],
"parameters": {
"url": "https://backend.blotato.com/v2/videos/creations",
"method": "POST",
"options": {},
"jsonBody": "={\n \"script\": \"{{ $json.videoPrompt }}\",\n \"style\": \"cinematic\",\n \"template\": {\n \"id\": \"base/pov/wakeup\"\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "14f39088-402d-477e-afe7-1fa8a3f0edf5",
"name": "等待 blotato 视频渲染",
"type": "n8n-nodes-base.wait",
"position": [
1520,
120
],
"webhookId": "00fc9999-cacc-4c9b-b71b-75757c56f31e",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "540a8cbf-0b41-4102-b2c3-a69480603cb6",
"name": "获取 blotato 视频 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
1720,
120
],
"parameters": {
"url": "=https://backend.blotato.com/v2/videos/creations/{{ $json.item.id }}",
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "e549069b-0acb-44dd-ba58-d6fe76b4b782",
"name": "合并视频数据(图像或提示)",
"type": "n8n-nodes-base.set",
"position": [
2060,
440
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "5ca907c0-f556-488d-ad59-714089b2a594",
"name": "url_video",
"type": "string",
"value": "={{ $json.item.mediaUrl }}{{ $json.data.output.video_url }} "
}
]
}
},
"typeVersion": 3.4
},
{
"id": "4482e940-fdee-498a-9b4c-dd44a12f04a9",
"name": "使用 Piapi 生成音乐",
"type": "n8n-nodes-base.httpRequest",
"position": [
60,
1040
],
"parameters": {
"url": "https://api.piapi.ai/api/v1/task",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"Qubico/diffrhythm\",\n \"task_type\": \"txt2audio-base\",\n \"input\": {\n \"style_prompt\": \"{{ $('Split Prompt or Image Input').item.json.musicStyle }}\",\n \"lyrics\": \"\",\n \"style_audio\": \"\"\n },\n \"config\": {\n \"webhook_config\": {\n \"endpoint\": \"\",\n \"secret\": \"\"\n }\n }\n}\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "aoHHS9dlGs8ViUeX",
"name": "Header Auth account 3"
}
},
"typeVersion": 4.2
},
{
"id": "e2187d71-aace-4cf4-8ef3-b4b14d255f54",
"name": "等待音乐生成",
"type": "n8n-nodes-base.wait",
"position": [
480,
1040
],
"webhookId": "ecf06ea7-0f87-42f6-939f-688e7eb20da1",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "8ea22e87-0803-4618-a4cb-08a6b720838e",
"name": "获取音乐文件 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
700,
1040
],
"parameters": {
"url": "=https://api.piapi.ai/api/v1/task/{{ $json.data.task_id }}",
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "aoHHS9dlGs8ViUeX",
"name": "Header Auth account 3"
}
},
"typeVersion": 4.2
},
{
"id": "61b49201-e9d5-44b8-be6c-d0175596d261",
"name": "生成脚本 (GPT-4o-mini)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
920,
1040
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=You are a copywriter for short-form vertical videos.\nVideo topic:\n{{ $('Split Prompt or Image Input').first().json.captionIdea }}\nWrite two short lines of overlay text:\n\ntext1: Hook (no period)\n\ntext2: Emotional or curiosity payoff (ends with \"...\")\n\nExample:\ntext1: Why I broke up with ChatGPT\ntext2: this other AI gets me so much better...\n\nRules:\n\nMax 50 characters per line\n\nOutput only:\ntext1: ...\ntext2: ...\n\nNo quotes, brackets, emojis, hashtags, or titles\n\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "30394110-bc11-4139-8303-f536e22733d4",
"name": "拆分脚本",
"type": "n8n-nodes-base.code",
"position": [
1300,
1040
],
"parameters": {
"jsCode": "const input = $input.first().json;\n\n// Auto-detect AI output path\nlet aiOutput = \"\";\n\nif (input?.choices?.[0]?.message?.content) {\n aiOutput = input.choices[0].message.content;\n} else if (input?.message?.content) {\n aiOutput = input.message.content;\n} else if (typeof input?.content === \"string\") {\n aiOutput = input.content;\n} else {\n // Optional: expose the input in case of failure for debug\n throw new Error(\"❌ No valid AI output found. Check the structure of the input.\");\n}\n\nconst lines = aiOutput.split('\\n').map(l => l.trim());\nlet text1 = \"\";\nlet text2 = \"\";\n\nfor (const line of lines) {\n if (line.toLowerCase().startsWith(\"text1:\")) {\n text1 = line.replace(/^text1:\\s*/i, '');\n } else if (line.toLowerCase().startsWith(\"text2:\")) {\n text2 = line.replace(/^text2:\\s*/i, '');\n }\n}\n\nreturn [\n {\n json: {\n text1,\n text2\n }\n }\n];\n"
},
"typeVersion": 2
},
{
"id": "15d7845c-0e0b-4f06-b48e-5ea8add6501a",
"name": "合并视频 + 音乐",
"type": "n8n-nodes-base.httpRequest",
"position": [
80,
1640
],
"parameters": {
"url": "https://api.json2video.com/v2/movies",
"method": "POST",
"options": {},
"jsonBody": "={\n \"id\": \"qbaasr7s\",\n \"resolution\": \"instagram-story\",\n \"quality\": \"high\",\n \"scenes\": [\n {\n \"id\": \"qyjh9lwj\",\n \"comment\": \"Scene 1\",\n \"elements\": []\n }\n ],\n \"elements\": [\n {\n \"id\": \"q6dznzcv\",\n \"type\": \"video\",\n \"src\": \"{{ $('Merge Video Data (Image or Prompt)').item.json.url_video }}\",\n \"resize\": \"cover\"\n },\n {\n \"id\": \"top-text\",\n \"type\": \"text\",\n \"text\": \"{{ $json.text1 }}\",\n \"settings\": {\n \"font-family\": \"Libre Baskerville\",\n \"font-size\": \"80px\",\n \"color\": \"#ffffff\",\n \"horizontal-position\": \"center\",\n \"vertical-position\": \"top\",\n \"margin-top\": \"100px\",\n \"word-break\": \"break-word\",\n \"overflow-wrap\": \"break-word\",\n \"font-weight\": \"normal\",\n \"text-shadow\": \"3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 0px 3px 0 #000, 3px 0px 0 #000, -3px 0px 0 #000, 0px -3px 0 #000\"\n }\n },\n {\n \"id\": \"bottom-text\",\n \"type\": \"text\",\n \"text\": \"{{ $json.text2 }}\",\n \"settings\": {\n \"font-family\": \"Libre Baskerville\",\n \"font-size\": \"80px\",\n \"color\": \"#ffffff\",\n \"horizontal-position\": \"center\",\n \"vertical-position\": \"bottom\",\n \"margin-bottom\": \"250px\",\n \"word-break\": \"break-word\",\n \"overflow-wrap\": \"break-word\",\n \"font-weight\": \"normal\",\n \"text-shadow\": \"3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 0px 3px 0 #000, 3px 0px 0 #000, -3px 0px 0 #000, 0px -3px 0 #000\"\n }\n },\n {\n \"id\": \"music-track\",\n \"type\": \"audio\",\n \"src\": \"{{ $('Get Music File URL').item.json.data.output.audio_url }}\",\n \"volume\": 0.5,\n \"duration\": -2\n }\n ]\n}\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpCustomAuth"
},
"credentials": {
"httpCustomAuth": {
"id": "GELGbE2ThQ80HY5A",
"name": "Custom Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "5b014111-3dfc-4190-83cf-b5915a47df1b",
"name": "等待融合完成",
"type": "n8n-nodes-base.wait",
"position": [
260,
1640
],
"webhookId": "8d188124-8aeb-49b0-bdf8-5a9f42e205e5",
"parameters": {
"unit": "minutes",
"amount": 1
},
"typeVersion": 1.1
},
{
"id": "fdc02ec0-b3ce-49e3-9f20-096c679eacbe",
"name": "获取最终视频 URL",
"type": "n8n-nodes-base.httpRequest",
"position": [
500,
1640
],
"parameters": {
"url": "=https://api.json2video.com/v2/movies?id={{ $json.project }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpCustomAuth"
},
"credentials": {
"httpCustomAuth": {
"id": "GELGbE2ThQ80HY5A",
"name": "Custom Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "9b865654-337a-4dd5-89d4-4a131f6eed75",
"name": "生成社交说明 (GPT-4)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
720,
1640
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=Write a short social media caption from this topic:\n{{ $('Split Prompt or Image Input').first().json.captionIdea }}\n\nMake it actionable, not generic or motivational.\nAdd 1 problem + 1 specific solution.\nUse 1 sentence per line, with an empty line between each.\ndon't asking them to comment.\nMaximum 150 characters\n\n🧠 Caption Guidelines:\nKeep it short, compelling, and value-driven.\n\nAvoid generic motivational fluff — focus on real, actionable insight or highlight a problem/solution pattern.\n\n\nStructure:\n\nOne sentence per line.\n\nNote: Do not use this character: \" in the result.\nReturn a single short paragraph with no line breaks and no special characters.\nNote: Do not use this character: \" in the result."
}
]
}
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "99a4282b-5d68-4f4d-8b1e-c7975221b92f",
"name": "生成 SEO 标题 (GPT-4)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1160,
1640
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini",
"cachedResultName": "GPT-4O-MINI"
},
"options": {},
"messages": {
"values": [
{
"content": "=Act as a YouTube Title Expert.\nBased on the following video description:\n{{ $('Split Prompt or Image Input').first().json.captionIdea }}\nGenerate a short, punchy, and curiosity-driven YouTube video title that makes people want to click.\nMake it feel urgent, valuable, or surprising — and avoid generic or boring phrases.\nKeep it under 70 characters. Return only the title, no explanations.\nNote: The title must be free of special characters and the character \". Return only a plain text title.\n- Do not start the title with this character : \"\n- Do not finish the title with this character : \"\n- You Never user this character : \" in the title\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "3cbe9fb8-1685-4169-9ee1-3ae72f3190e3",
"name": "将视频数据追加到 Google 表格",
"type": "n8n-nodes-base.googleSheets",
"position": [
1640,
920
],
"parameters": {
"columns": {
"value": {
"url ": "={{ $('Get Final Video URL').item.json.movie.url }}",
"Title": "={{ $json.message.content }}",
"caption": "={{ $('Generate Social Caption (GPT-4)').item.json.message.content }}"
},
"schema": [
{
"id": "url ",
"type": "string",
"display": true,
"required": false,
"displayName": "url ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "caption",
"type": "string",
"display": true,
"required": false,
"displayName": "caption",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Title",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "status",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "="
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "51us92xkOlrvArhV",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "dd947cd3-747f-484f-93ea-990d977ab113",
"name": "发送最终视频到 Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
1860,
920
],
"webhookId": "3046e11e-60db-4fcf-9351-22758c833f83",
"parameters": {
"text": "=Here's your scheduled video:\n----------------\nCaption Text: {{ $json.caption }}\n----------------\nVideo Link: {{ $json['url '] }}",
"chatId": "={{ $('Trigger Telegram Prompt or Image').first().json.message.chat.id }}",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "hcYH7o64erx701LY",
"name": "Telegram account 3"
}
},
"typeVersion": 1.2
},
{
"id": "c17efd9a-2428-4c36-acd8-69c47d01b961",
"name": "发送说明到 Telegram",
"type": "n8n-nodes-base.telegram",
"position": [
2060,
920
],
"webhookId": "1282505d-dcc3-4dbd-9657-fb1362033382",
"parameters": {
"file": "={{ $('Append Video Data to Google Sheet').item.json['url '] }}",
"chatId": "={{ $json.result.chat.id }}",
"operation": "sendVideo",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "hcYH7o64erx701LY",
"name": "Telegram account 3"
}
},
"typeVersion": 1.2
},
{
"id": "b3311fa9-c473-4bd1-8de7-0930c4e799cd",
"name": "为 Blotato 分配平台 ID",
"type": "n8n-nodes-base.set",
"position": [
2360,
920
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "{\n \"instagram_id\": \"1111\",\n \"youtube_id\": \"2222\",\n \"threads_id\": \"3333\",\n \"tiktok_id\": \"4444\",\n \"facebook_id\": \"5555\",\n \"facebook_page_id\": \"6666\",\n \"twitter_id\": \"7777\",\n \"linkedin_id\": \"8888\",\n \"pinterest_id\": \"9999\",\n \"pinterest_board_id\": \"1010\",\n \"bluesky_id\": \"11111111\"\n}\n"
},
"typeVersion": 3.4
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2e5e291a-63f6-4680-9cf5-a3baa2ee917d",
"connections": {
"Split Script": {
"main": [
[
{
"node": "Merge Video + Music",
"type": "main",
"index": 0
}
]
]
},
"Get Music File URL": {
"main": [
[
{
"node": "Generate Script (GPT-4o-mini)",
"type": "main",
"index": 0
}
]
]
},
"Get Final Video URL": {
"main": [
[
{
"node": "Generate Social Caption (GPT-4)",
"type": "main",
"index": 0
}
]
]
},
"Merge Video + Music": {
"main": [
[
{
"node": "Wait for Fusion Completion",
"type": "main",
"index": 0
}
]
]
},
"Get blotato Video URL": {
"main": [
[
{
"node": "Merge Video Data (Image or Prompt)",
"type": "main",
"index": 0
}
]
]
},
"Convert Image to Video": {
"main": [
[
{
"node": "Wait for Image-to-Video Rendering",
"type": "main",
"index": 0
}
]
]
},
"Extract Image File URL": {
"main": [
[
{
"node": "Upload Image to Cloudinary",
"type": "main",
"index": 0
}
]
]
},
"Upload Video to Blotato": {
"main": [
[
{
"node": "Post to Instagram",
"type": "main",
"index": 0
},
{
"node": "Post to YouTube",
"type": "main",
"index": 0
},
{
"node": "Post to TikTok",
"type": "main",
"index": 0
},
{
"node": "Post to Facebook Page",
"type": "main",
"index": 0
},
{
"node": "Post to Threads",
"type": "main",
"index": 0
},
{
"node": "Post to Twitter (X)",
"type": "main",
"index": 0
},
{
"node": "Post to LinkedIn",
"type": "main",
"index": 0
},
{
"node": "Post to Bluesky",
"type": "main",
"index": 0
},
{
"node": "Post to Pinterest",
"type": "main",
"index": 0
}
]
]
},
"Send Caption to Telegram": {
"main": [
[
{
"node": "Assign Platform IDs for Blotato",
"type": "main",
"index": 0
}
]
]
},
"Generate Music with Piapi": {
"main": [
[
{
"node": "Wait for Music Generation",
"type": "main",
"index": 0
}
]
]
},
"Get Image-Based Video URL": {
"main": [
[
{
"node": "Merge Video Data (Image or Prompt)",
"type": "main",
"index": 0
}
]
]
},
"Wait for Music Generation": {
"main": [
[
{
"node": "Get Music File URL",
"type": "main",
"index": 0
}
]
]
},
"Generate SEO Title (GPT-4)": {
"main": [
[
{
"node": "Append Video Data to Google Sheet",
"type": "main",
"index": 0
}
]
]
},
"Upload Image to Cloudinary": {
"main": [
[
{
"node": "Convert Image to Video",
"type": "main",
"index": 0
}
]
]
},
"Wait for Fusion Completion": {
"main": [
[
{
"node": "Get Final Video URL",
"type": "main",
"index": 0
}
]
]
},
"Generate Video with blotato": {
"main": [
[
{
"node": "Wait for blotato Video Rendering",
"type": "main",
"index": 0
}
]
]
},
"Split Prompt or Image Input": {
"main": [
[
{
"node": "Condition Input Type (Image or Text)",
"type": "main",
"index": 0
}
]
]
},
"Download Image from Telegram": {
"main": [
[
{
"node": "Extract Image File URL",
"type": "main",
"index": 0
}
]
]
},
"Send Final Video to Telegram": {
"main": [
[
{
"node": "Send Caption to Telegram",
"type": "main",
"index": 0
}
]
]
},
"Generate Script (GPT-4o-mini)": {
"main": [
[
{
"node": "Split Script",
"type": "main",
"index": 0
}
]
]
},
"Assign Platform IDs for Blotato": {
"main": [
[
{
"node": "Upload Video to Blotato",
"type": "main",
"index": 0
}
]
]
},
"Generate Social Caption (GPT-4)": {
"main": [
[
{
"node": "Generate SEO Title (GPT-4)",
"type": "main",
"index": 0
}
]
]
},
"Trigger Telegram Prompt or Image": {
"main": [
[
{
"node": "Split Prompt or Image Input",
"type": "main",
"index": 0
}
]
]
},
"Wait for blotato Video Rendering": {
"main": [
[
{
"node": "Get blotato Video URL",
"type": "main",
"index": 0
}
]
]
},
"Append Video Data to Google Sheet": {
"main": [
[
{
"node": "Send Final Video to Telegram",
"type": "main",
"index": 0
}
]
]
},
"Wait for Image-to-Video Rendering": {
"main": [
[
{
"node": "Get Image-Based Video URL",
"type": "main",
"index": 0
}
]
]
},
"Merge Video Data (Image or Prompt)": {
"main": [
[
{
"node": "Generate Music with Piapi",
"type": "main",
"index": 0
}
]
]
},
"Condition Input Type (Image or Text)": {
"main": [
[
{
"node": "Generate Video with blotato",
"type": "main",
"index": 0
}
],
[
{
"node": "Download Image from Telegram",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 人工智能, 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
💥 使用Perplexity和Blotato克隆热门TikTok并自动发布到9个平台
使用AI虚拟形象克隆病毒式TikTok并通过Perplexity和Blotato自动发布到9个平台
Set
Code
Wait
+6
41 节点Dr. Firas
人工智能
💥AI社交视频生成器(使用GPT-4、Kling和Blotato)—自动发布到Instagram、Facebook、TikTok、Twitter和Pinterest
使用GPT-4和Kling AI生成并自动发布社交视频到多平台
Set
Code
Wait
+8
38 节点Dr. Firas
人工智能
💥 使用 NanoBanana 和 Seedance 创建病毒式广告,通过 upload-post 在社交媒体发布 VIDE II
使用 AI 创建病毒式多媒体广告:NanoBanana、Seedance 和 Suno 用于社交媒体
If
Set
Code
+13
45 节点Dr. Firas
杂项
使用GPT-4o、WordPress和LinkedIn发布自动化RSS内容到博客文章
使用GPT-4o、WordPress和LinkedIn发布自动化RSS内容到博客文章
If
Set
Code
+21
40 节点Immanuel
人工智能
智能资金管理器
基于Telegram、Google Sheets和OpenAI的AI驱动收据和支出追踪器
If
Set
Code
+13
50 节点Khairul Muhtadin
财务
病毒式 TikTok 视频生成器:使用 VEED 虚拟形象自动创建 UGC 视频
使用 VEED.io AI 虚拟形象、ElevenLabs 和 GPT-4 自动创建 TikTok 视频
Set
Code
Wait
+9
35 节点Dr. Firas
内容创作
工作流信息
难度等级
高级
节点数量42
分类2
节点类型10
作者
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 查看 →
分享此工作流