๐ฅ Perplexity์ Blotato๋ฅผ ์ฌ์ฉํ์ฌ ์ธ๊ธฐ TikTok ํด๋ก ํ๊ณ 9๊ฐ ํ๋ซํผ์ผ๋ก ์๋ ๊ฒ์
์ด๊ฒ์AI, Marketing๋ถ์ผ์์๋ํ ์ํฌํ๋ก์ฐ๋ก, 41๊ฐ์ ๋ ธ๋๋ฅผ ํฌํจํฉ๋๋ค.์ฃผ๋ก Set, Code, Wait, Telegram, HttpRequest ๋ฑ์ ๋ ธ๋๋ฅผ ์ฌ์ฉํ๋ฉฐ์ธ๊ณต์ง๋ฅ ๊ธฐ์ ์ ๊ฒฐํฉํ์ฌ ์ค๋งํธ ์๋ํ๋ฅผ ๊ตฌํํฉ๋๋ค. AI ๊ฐ์ ์ธ๋ฌผ์ ์ฌ์ฉํ์ฌ ๋ฐ์ด๋ฌ์ค์ ์ธ TikTok์ ๋ณต์ ํ๊ณ Perplexity ๋ฐ Blotato๋ฅผ ํตํด 9๊ฐ ํ๋ซํผ์ ์๋์ผ๋ก ๊ฒ์
- โขTelegram Bot Token
- โข๋์ API์ ์ธ์ฆ ์ ๋ณด๊ฐ ํ์ํ ์ ์์
- โขGoogle Sheets API ์ธ์ฆ ์ ๋ณด
- โขOpenAI API Key
์ฌ์ฉ๋ ๋ ธ๋ (41)
์นดํ ๊ณ ๋ฆฌ
{
"id": "21dF4yje1iQpP4jQ",
"meta": {
"instanceId": "a2b23892dd6989fda7c1209b381f5850373a7d2b85609624d7c2b7a092671d44",
"templateCredsSetupCompleted": true
},
"name": "๐ฅClone a viral TikTok and auto-post it to 9 platforms using Perplexity & Blotato vide",
"tags": [],
"nodes": [
{
"id": "8ad59e84-639c-4a44-afdc-611d15f32d7f",
"name": "์์
๋ฏธ๋์ด ID ํ ๋น",
"type": "n8n-nodes-base.set",
"position": [
-80,
920
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "{\n \"instagram_id\": \"0000\",\n \"youtube_id\": \"0000\",\n \"threads_id\": \"0000\",\n \"tiktok_id\": \"0000\",\n \"facebook_id\": \"0000\",\n \"facebook_page_id\": \"000000000000\",\n \"twitter_id\": \"0000\",\n \"linkedin_id\": \"0000\",\n \"pinterest_id\": \"0000\",\n \"pinterest_board_id\": \"00000000000000000000\",\n \"bluesky_id\": \"0000\"\n}\n"
},
"typeVersion": 3.4
},
{
"id": "2e243d6a-81ef-487f-8852-bd48cfaf5ad8",
"name": "Blotato์ ๋น๋์ค ์
๋ก๋",
"type": "n8n-nodes-base.httpRequest",
"position": [
140,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/media",
"method": "POST",
"options": {},
"sendBody": true,
"sendHeaders": true,
"bodyParameters": {
"parameters": [
{
"name": "url",
"value": "={{ $('Update Final Video URL in Sheet').item.json['URL de la vidรฉo'] }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "f84ff66b-9270-494f-80e7-29ad2fd51b4d",
"name": "INSTAGRAM",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
680
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.instagram_id }}\",\n \"target\": {\n \"targetType\": \"instagram\"\n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').item.json.Caption }}\",\n \"platform\": \"instagram\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key",
"value": "=YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "3776e592-07be-47e2-89a8-f8d338f0c25e",
"name": "YOUTUBE",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
680
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.youtube_id }}\",\n \"target\": {\n \"targetType\": \"youtube\",\n \"title\": \"{{ $('Save Rewritten Video to Google Sheets').item.json['Texte superposรฉ'] }}\",\n \"privacyStatus\": \"unlisted\",\n \"shouldNotifySubscribers\": \"false\"\n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').item.json.Caption }}\",\n \"platform\": \"youtube\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "c590765f-deb4-4221-ada7-37c700656ff1",
"name": "TIKTOK",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
680
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').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\": \"{{ $('Save Rewritten Video to Google Sheets').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",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "9a9dc42a-20b6-427d-a7d9-08f4ab924e9e",
"name": "FACEBOOK",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.facebook_id }}\",\n \"target\": {\n \"targetType\": \"facebook\",\n \"pageId\": \"{{ $('Assign Social Media IDs').item.json.facebook_page_id }}\"\n\n \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').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",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "987a372a-d27e-4a3e-a8b7-b2085463c05a",
"name": "THREADS",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.threads_id }}\",\n \"target\": {\n \"targetType\": \"threads\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').item.json.Caption }}\",\n \"platform\": \"threads\",\n \"mediaUrls\": [\n \"{{ $json.url }}\"\n ]\n }\n }\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "e9d66412-e27d-47f0-9d17-5ec36fe81859",
"name": "TWETTER",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
920
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.twitter_id }}\",\n \"target\": {\n \"targetType\": \"twitter\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').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",
"value": "=YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "9e7e0fa8-3f0e-4111-9d78-96123ccec1c8",
"name": "LINKEDIN",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
1160
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.linkedin_id }}\",\n \"target\": {\n \"targetType\": \"linkedin\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').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",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "3368ee92-d40f-482d-8174-53bfd188d2c8",
"name": "BLUESKY",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
1160
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "= {\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.bluesky_id }}\",\n \"target\": {\n \"targetType\": \"bluesky\"\n \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').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",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "fea89732-09cc-420d-b2e0-f0f4160d27cb",
"name": "PINTEREST",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
1160
],
"parameters": {
"url": "https://backend.blotato.com/v2/posts",
"method": "POST",
"options": {},
"jsonBody": "={\n \"post\": {\n \"accountId\": \"{{ $('Assign Social Media IDs').item.json.pinterest_id }}\",\n \"target\": {\n \"targetType\": \"pinterest\",\n \"boardId\": \"{{ $('Assign Social Media IDs').item.json.pinterest_board_id }}\" \n },\n \"content\": {\n \"text\": \"{{ $('Save Rewritten Video to Google Sheets').item.json.Caption }}\",\n \"platform\": \"pinterest\",\n \"mediaUrls\": [\n \"https://pbs.twimg.com/media/GE8MgIiWEAAfsK3.jpg\"\n ]\n }\n }\n}\n\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "blotato-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "d1400430-0340-4194-b5eb-bd3ae150d577",
"name": "์คํฐํค ๋
ธํธ",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
-380
],
"parameters": {
"width": 2460,
"height": 300,
"content": "# ๐ซ STEP 1 โ Clone a viral TikTok video"
},
"typeVersion": 1
},
{
"id": "91bf1e19-3e2c-44b3-a7d0-8bea3f80eb04",
"name": "์คํฐํค ๋
ธํธ1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
-20
],
"parameters": {
"color": 4,
"width": 1920,
"height": 320,
"content": "# ๐ฆ STEP 2 โ Suggest new content idea\n"
},
"typeVersion": 1
},
{
"id": "a831f320-0b5f-4853-8b9c-0ddeaaf84083",
"name": "์คํฐํค ๋
ธํธ2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
340
],
"parameters": {
"width": 1920,
"height": 300,
"content": "# ๐ช STEP 3 โ Create the new video with your avatar\n\n"
},
"typeVersion": 1
},
{
"id": "3bb22fc4-b5b4-4323-9039-5b6cf0458084",
"name": "์คํฐํค ๋
ธํธ3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
660
],
"parameters": {
"color": 3,
"width": 1920,
"height": 680,
"content": "# ๐ฅ STEP 4 โ Publish to 9 platforms\n"
},
"typeVersion": 1
},
{
"id": "6ad81fc8-d79d-44d1-bf17-cdea14e915d1",
"name": "ํธ๋ฆฌ๊ฑฐ: Telegram๋ก TikTok URL ๊ฐ์ ธ์ค๊ธฐ",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
-620,
-280
],
"webhookId": "9a749f58-0f17-45ef-80a9-0e8d17bde5b5",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "fO6eyZMLBk66Au44",
"name": "Telegram account 5"
}
},
"typeVersion": 1.1
},
{
"id": "4047a3b1-1fb9-40da-b127-f2e7432a649e",
"name": "TikTok ๋น๋์ค ๋ค์ด๋ก๋ (RapidAPI)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-400,
-280
],
"parameters": {
"url": "=https://tiktok-download-video1.p.rapidapi.com/getVideo?url={{ $json.message.text }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-rapidapi-host",
"value": "tiktok-download-video1.p.rapidapi.com"
},
{
"name": "x-rapidapi-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "6ec78da8-f197-42c0-b631-055bd7bf1eef",
"name": "๋น๋์ค ์ธ๋ค์ผ ์ถ์ถ",
"type": "n8n-nodes-base.httpRequest",
"position": [
-180,
-280
],
"parameters": {
"url": "={{ $json.data.origin_cover }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "f17f39cd-d9f4-4b1b-85de-ade8a5492542",
"name": "Cloudinary์ ์ธ๋ค์ผ ์
๋ก๋",
"type": "n8n-nodes-base.httpRequest",
"position": [
40,
-280
],
"parameters": {
"url": "https://api.cloudinary.com/v1_1/YOUR_ID/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_clone"
}
]
},
"genericAuthType": "httpBasicAuth"
},
"credentials": {
"httpBasicAuth": {
"id": "K1UGehJnDI8N25UA",
"name": "Unnamed credential"
}
},
"typeVersion": 4.2
},
{
"id": "160a5960-1312-4c5f-b066-f1ecc30202e6",
"name": "์ธ๋ค์ผ ๋ถ์ (GPT-4o Vision)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
260,
-280
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o",
"cachedResultName": "GPT-4O"
},
"options": {},
"resource": "image",
"imageUrls": "={{ $json.url }}",
"operation": "analyze"
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "14a42907-4bc7-4c4a-9ced-a2a23bb88343",
"name": "์ค๋ฒ๋ ์ด ํ
์คํธ ์ถ์ถ (GPT-4o)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
480,
-280
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o",
"cachedResultName": "GPT-4O"
},
"options": {},
"messages": {
"values": [
{
"content": "=Identify the primary text located at the top of the image described above:\n{{ $json.content }}\n\nReturn only that specific top text as the output.\n\nDo not include any quotation marks.\n\nFocus only on the top section's text in the image and disregard any other content."
}
]
}
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "2c183a03-3bb5-45b8-8bc9-5981f0bc30b5",
"name": "TikTok ์ค๋์ค ๋ค์ด๋ก๋",
"type": "n8n-nodes-base.httpRequest",
"position": [
840,
-280
],
"parameters": {
"url": "={{ $('Download TikTok Video (RapidAPI)').item.json.data.music }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "c6614b8c-6415-4094-a800-302ae8711d14",
"name": "์ค๋์ค ์คํฌ๋ฆฝํธ ๋ณํ (GPT)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1060,
-280
],
"parameters": {
"options": {},
"resource": "audio",
"operation": "transcribe"
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "02ddecfe-5a85-4247-9a33-fc95c42775a0",
"name": "๊ณ ์ ํ
ํ๋ฆฟ ID ์์ฑ",
"type": "n8n-nodes-base.code",
"position": [
1280,
-280
],
"parameters": {
"jsCode": "// Utility to create a random alphanumeric ID\nfunction createUniqueId(length = 12) {\n const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';\n let id = '';\n for (let i = 0; i < length; i++) {\n const randomIndex = Math.floor(Math.random() * characters.length);\n id += characters[randomIndex];\n }\n return id;\n}\n\n// Return the ID in the expected output structure\nreturn [\n {\n json: {\n code: createUniqueId()\n }\n }\n];"
},
"typeVersion": 2
},
{
"id": "e7e17a73-c75d-413d-842b-aecd0da25eb7",
"name": "์๋ณธ ๋น๋์ค๋ฅผ Google ์ํธ์ ์ ์ฅ",
"type": "n8n-nodes-base.googleSheets",
"position": [
1500,
-280
],
"parameters": {
"columns": {
"value": {
"Caption": "={{ $('Download TikTok Video (RapidAPI)').item.json.data.title }}",
"ID du modรจle": "={{ $json.code }}",
"Lien de la vidรฉo": "={{ $('Trigger: Get TikTok URL via Telegram').item.json.message.text }}",
"Modรจle de script vidรฉo": "={{ $('Transcribe Audio to Script (GPT)').item.json.text }}",
"Modรจle de texte superposรฉ": "={{ $('Download TikTok Audio').item.json.message.content }}"
},
"schema": [
{
"id": "ID du modรจle",
"type": "string",
"display": true,
"required": false,
"displayName": "ID du modรจle",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Lien de la vidรฉo",
"type": "string",
"display": true,
"required": false,
"displayName": "Lien de la vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Modรจle de texte superposรฉ",
"type": "string",
"display": true,
"required": false,
"displayName": "Modรจle de texte superposรฉ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Modรจle de script vidรฉo",
"type": "string",
"display": true,
"required": false,
"displayName": "Modรจle de script vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Caption",
"type": "string",
"display": true,
"required": false,
"displayName": "Caption",
"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/1SoYJvZbVNn4L1FNfk9eFqx_vGlCsMxgw8bx0DVFgBLY/edit#gid=0",
"cachedResultName": "Template"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "51us92xkOlrvArhV",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "e6647507-595e-4f13-9c06-818f90b7759a",
"name": "์ ์ฌ ์์ด๋์ด ์ ์ (Perplexity)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-620,
60
],
"parameters": {
"url": "https://api.perplexity.ai/chat/completions",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"sonar-reasoning\",\n \"messages\": [\n {\n \"role\": \"user\",\n \"content\": \"Suggest a content idea different from this video script: \\\"{{ $json['Modรจle de script vidรฉo'] }}\\\". It should be in the same niche and on the exact same topic or content idea but offer fresh value. You must pick one idea from your research that matches the topic idea of the video script exactly but is also different and unique from it so it would stand out on social media. Example: if the video script contains a list of tools, your topic must also be a list of tools in that video script topic but slightly different, maybe different tools etc. If the video's script is about a plan, strategies, or whatever, you must also make your topic about that. So you must maintain the nature of the topic in the video script. You absolutely must be specific as the original video script. You can't just mention generic tools or strategies if the original video script contains specific tools. Etc. That is the level of accuracy and perfect matching of the video script original topic. Make sure it appeals to a broad audience like the example.\"\n }\n ]\n}\n",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_API_KEY"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "a6c047ca-824e-4e33-895f-3be02e509fc6",
"name": "Perplexity ์๋ต ์ ๋ฆฌ",
"type": "n8n-nodes-base.code",
"position": [
-380,
60
],
"parameters": {
"jsCode": "// Step 1: Pull raw input\nlet raw = $input.first().json.choices[0].message.content;\n// Step 2: Forcefully remove anything between <think> and </think>\nlet cleaned = raw.replace(/<think>(.|\\n)*?<\\/think>/gi,\n'').trim();\n// Optional cleanup: remove leading/trailing blank lines\ncleaned = cleaned.replace(/^\\s+|\\s+$/g, '');\n// Done\nreturn [\n{\njson: {\ncleanedResponse: cleaned\n}\n}\n];\n"
},
"typeVersion": 2
},
{
"id": "3b5e242f-b10c-4c8e-be2a-acbc95a92658",
"name": "์คํฌ๋ฆฝํธ, ์บก์
, ์ค๋ฒ๋ ์ด ์ฌ์์ฑ (GPT-4o)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-60,
60
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-4o",
"cachedResultName": "GPT-4O"
},
"options": {},
"messages": {
"values": [
{
"content": "=You are rewriting a TikTok video script, caption, and overlay โ\nnot inventing a new one. You must follow this format and obey\nthese rules strictly.\n---\n### CONTEXT:\nHere is the content idea to use:\n{{ $json.cleanedResponse }}\n\n---\n### STEP 1: Rewrite the original video script BELOW using the new\ntopic/context above but maintaiin as stubbornly as possible the\noriginal script structure and style:\nOriginal script: {{ $('Save Original Video to Google Sheets').item.json['Modรจle de script vidรฉo'] }}\n\n\n๐ DO NOT CHANGE the original structure or style but\nThis includes:\n- Numbered list\n- Sentence breaks\n- \"I\" or first-person narration\n- Colloquial/informal tone (like โyou're gonna wanna...โ)\nโ๏ธ You MUST keep:\n- first person narration of the orignal script at all costs\n- MUST be under 700 characters (yes \"Characters\" not wordcount)\nthis is an absolute MUST, no more than 700 characters!!! But never\nchange the structure or narration style of the original script. It\nmust be an exact imitation.\nโ๏ธ You MAY change:\n- Tool names\n- Use cases\n- Descriptions\n- Niche-specific keywords\n\n#Rule: never use any characers like \"\" in your generated video\nscript as this will yeild syntax errors.\n---\n### STEP 2: Rewrite the caption text using the new topic.\nKeep:\n- Same structure and tone\n- Same use of #hashtags but space between each hashtag\n- Similar sentence count and layout\nCaption:\n{{ $('Save Original Video to Google Sheets').item.json.Caption }}\n\n---\n### STEP 3: Rewrite the text overlay (short version for the\nthumbnail or first screen)\nKeep:\n- EXACT Same length format, case, structure\n- Do NOT invent new words unless absolutely necessary\nOverlay:\n{{ $('Save Original Video to Google Sheets').item.json['Modรจle de texte superposรฉ'] }}\n---\n### FINAL OUTPUT FORMAT (no markdown formatting):\nText Overlay: [REWRITTEN TEXT OVERLAY]\nVideo Script: [REWRITTEN SCRIPT]\nCaption Text: [REWRITTEN CAPTION TEXT]\nDO NOT return any explanations. Only return the rewritten\nsections."
}
]
}
},
"credentials": {
"openAiApi": {
"id": "6h3DfVhNPw9I25nO",
"name": "OpenAi account"
}
},
"typeVersion": 1.8
},
{
"id": "befec852-bca2-4c54-9c2c-49a8c082e2b4",
"name": "์ฌ์์ฑ๋ ์ฝํ
์ธ ๋ฅผ ์น์
๋ณ๋ก ๋ถํ ",
"type": "n8n-nodes-base.code",
"position": [
420,
60
],
"parameters": {
"jsCode": "// Rรฉcupรจre le contenu du premier item\nconst input = $input.first().json.message.content;\n\n// On tolรจre les retours ร la ligne rรฉels (\\n) ou รฉchappรฉs (\\\\n)\n\n// Text Overlay\nconst textOverlayMatch = input.match(\n /Text\\s*Overlay:\\s*(.+?)(?:\\r?\\n|\\\\n)/s\n);\n\n// Video Script\nconst videoScriptMatch = input.match(\n /Video\\s*Script:\\s*(.+?)(?:\\r?\\n|\\\\n)Caption\\s*Text:/s\n);\n\n// Caption Text (jusqu'ร la fin)\nconst captionTextMatch = input.match(\n /Caption\\s*Text:\\s*(.+)/s\n);\n\nreturn [\n {\n json: {\n textOverlay: textOverlayMatch ? textOverlayMatch[1].trim() : null,\n videoScript: videoScriptMatch ? videoScriptMatch[1].trim() : null,\n captionText: captionTextMatch ? captionTextMatch[1].trim() : null,\n }\n }\n];\n"
},
"typeVersion": 2
},
{
"id": "49828685-cf54-45ac-96d9-03697215f80e",
"name": "์ ๋น๋์ค ID ์์ฑ",
"type": "n8n-nodes-base.code",
"position": [
640,
60
],
"parameters": {
"jsCode": "// Utility to create a random alphanumeric ID\nfunction createUniqueId(length = 12) {\n const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';\n let id = '';\n for (let i = 0; i < length; i++) {\n const randomIndex = Math.floor(Math.random() * characters.length);\n id += characters[randomIndex];\n }\n return id;\n}\n\n// Return the ID in the expected output structure\nreturn [\n {\n json: {\n code: createUniqueId()\n }\n }\n];"
},
"typeVersion": 2
},
{
"id": "c9f02616-a944-471b-9c4d-7fa381d684b9",
"name": "์ฌ์์ฑ๋ ๋น๋์ค๋ฅผ Google ์ํธ์ ์ ์ฅ",
"type": "n8n-nodes-base.googleSheets",
"position": [
820,
60
],
"parameters": {
"columns": {
"value": {
"Sujet": "={{ $('Clean Perplexity Response').first().json.cleanedResponse }}",
"Script": "={{ $('Split Rewritten Content into Sections').item.json.videoScript }}",
"Caption": "={{ $('Split Rewritten Content into Sections').item.json.captionText }}",
"ID du modรจle": "={{ $('Generate Unique Template ID').first().json.code }}",
"ID de la vidรฉo": "={{ $json.code }}",
"Texte superposรฉ": "={{ $('Split Rewritten Content into Sections').item.json.textOverlay }}"
},
"schema": [
{
"id": "ID du modรจle",
"type": "string",
"display": true,
"required": false,
"displayName": "ID du modรจle",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "ID de la vidรฉo",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "ID de la vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Sujet",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Sujet",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Texte superposรฉ",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Texte superposรฉ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Script",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Script",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Caption",
"type": "string",
"display": true,
"required": false,
"displayName": "Caption",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL de la vidรฉo",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "URL de la vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Date de publication",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Date de publication",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Statut",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Statut",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "id",
"value": "=52679157"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "51us92xkOlrvArhV",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "dbd21507-ecdf-49c7-b449-e4a6f9fcca86",
"name": "์ฌ์ฉ ๊ฐ๋ฅํ ์๋ฐํ ๊ฐ์ ธ์ค๊ธฐ",
"type": "n8n-nodes-base.httpRequest",
"position": [
-620,
440
],
"parameters": {
"url": "https://api.captions.ai/api/creator/list",
"method": "POST",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "x-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "988a3283-a57d-4c81-b582-bb59e715208b",
"name": "์๋ฐํ๋ก ๋น๋์ค ์์ฑ",
"type": "n8n-nodes-base.httpRequest",
"position": [
-380,
440
],
"parameters": {
"url": "https://api.captions.ai/api/creator/submit",
"method": "POST",
"options": {},
"jsonBody": "={\n\"script\": \"{{ $('Save Rewritten Video to Google Sheets').item.json.Script }}\",\n\"creatorName\": \"{{ $json.supportedCreators[0] }}\",\n\"resolution\": \"fhd\"\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "x-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "99f95617-c27e-4952-9da6-93bb818d374c",
"name": "์๋ฐํ ๋ ๋๋ง ๋๊ธฐ (3๋ถ)",
"type": "n8n-nodes-base.wait",
"position": [
-180,
440
],
"webhookId": "779e4676-d28f-4be9-9118-c90c688e805a",
"parameters": {
"unit": "minutes",
"amount": 3
},
"typeVersion": 1.1
},
{
"id": "78dd3c62-a184-4ec0-9153-002a0ac3209f",
"name": "์๋ฐํ ๋น๋์ค URL ๊ฐ์ ธ์ค๊ธฐ",
"type": "n8n-nodes-base.httpRequest",
"position": [
20,
440
],
"parameters": {
"url": "https://api.captions.ai/api/creator/poll",
"method": "POST",
"options": {},
"jsonBody": "={\n \"operationId\": \"{{ $json[\"operationId\"] }}\"\n}",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "x-api-key",
"value": "YOUR_API_KEY"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "8c6af2a2-c052-40b3-825a-463d7c17b060",
"name": "JSON2Video๋ก ์ค๋ฒ๋ ์ด ํ
์คํธ ์ถ๊ฐ",
"type": "n8n-nodes-base.httpRequest",
"position": [
220,
440
],
"parameters": {
"url": "https://api.json2video.com/v2/movies",
"method": "POST",
"options": {},
"jsonBody": "=\n{\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\": \"{{ $json.url }}\",\n\"resize\": \"cover\"\n},\n{\n\"id\": \"top-text\",\n\"type\": \"text\",\n\"text\": \"{{ $('Save Rewritten Video to Google Sheets').item.json['Texte superposรฉ'] }}\",\n\"settings\": {\n\"font-family\": \"Arial\",\n\"font-size\": \"60px\",\n\"color\": \"#000000\",\n\"background-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\": \"bold\",\n\"text-align\": \"center\",\n\"width\": \"80%\",\n\"padding\": \"0px\",\n\"line-height\": \"1.2\",\n\"margin\": \"50px 0 0 0\",\n\"padding\": \"0 10px 0 10px\",\n\"border-radius\": \"15px\"\n}\n},\n{\n\"id\": \"q41n9kxp\",\n\"type\": \"subtitles\",\n\"settings\": {\n\"style\": \"classic\",\n\"position\": \"bottom\",\n\"font-family\": \"Arial\",\n\"font-size\": \"100px\",\n\"word-color\": \"#ffd700\",\n\"shadow-color\": \"#260B1B\",\n\"line-color\": \"#F1E7F4\",\n\"shadow-offset\": 0,\n\"box-color\": \"#260B1B\",\n\"outline-color\": \"#000000\",\n\"outline-width\": 8\n},\n\"language\": \"en\"\n}\n]\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpCustomAuth"
},
"credentials": {
"httpCustomAuth": {
"id": "GELGbE2ThQ80HY5A",
"name": "Custom Auth account"
}
},
"typeVersion": 4.2
},
{
"id": "cf55a393-1e63-46f7-b57c-07508141554f",
"name": "์บก์
๋ ๋๋ง ๋๊ธฐ",
"type": "n8n-nodes-base.wait",
"position": [
420,
440
],
"webhookId": "67093c5d-34fa-44e8-9dfd-e25ca5f99ac2",
"parameters": {
"unit": "minutes",
"amount": 2
},
"typeVersion": 1.1
},
{
"id": "4a939455-0c36-49cc-9279-36f2cd8ebcec",
"name": "JSON2Video์์ ์ต์ข
๋น๋์ค ๊ฐ์ ธ์ค๊ธฐ",
"type": "n8n-nodes-base.httpRequest",
"position": [
620,
440
],
"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": "e64423b9-6e5e-4ab8-b9c1-1bb791fcfa06",
"name": "์ํธ์์ ์ต์ข
๋น๋์ค URL ์
๋ฐ์ดํธ",
"type": "n8n-nodes-base.googleSheets",
"position": [
820,
440
],
"parameters": {
"columns": {
"value": {
"ID de la vidรฉo": "={{ $('Save Rewritten Video to Google Sheets').item.json['ID de la vidรฉo'] }}",
"URL de la vidรฉo": "={{ $json.movie.url }}"
},
"schema": [
{
"id": "ID du modรจle",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "ID du modรจle",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "ID de la vidรฉo",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "ID de la vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Sujet",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Sujet",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Texte superposรฉ",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Texte superposรฉ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Script",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Script",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Caption",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Caption",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "URL de la vidรฉo",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "URL de la vidรฉo",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Date de publication",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Date de publication",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Statut",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "Statut",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"ID de la vidรฉo"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 52679157,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1SoYJvZbVNn4L1FNfk9eFqx_vGlCsMxgw8bx0DVFgBLY/edit#gid=52679157",
"cachedResultName": "MA VIDEO"
},
"documentId": {
"__rl": true,
"mode": "id",
"value": "="
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "51us92xkOlrvArhV",
"name": "Google Sheets account"
}
},
"typeVersion": 4.5
},
{
"id": "d72dc835-b954-4dbd-a210-af7fc6ce058e",
"name": "Telegram๋ก ๋น๋์ค URL ์ ์ก",
"type": "n8n-nodes-base.telegram",
"position": [
-600,
920
],
"webhookId": "37975672-4633-4c65-a8d8-4d101bff5f84",
"parameters": {
"text": "=Url VIDEO : {{ $json['URL de la vidรฉo'] }}",
"chatId": "={{ $('Trigger: Get TikTok URL via Telegram').item.json.message.chat.id }}",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "fO6eyZMLBk66Au44",
"name": "Telegram account 5"
}
},
"typeVersion": 1.2
},
{
"id": "33552176-18ab-44ec-9bb6-174e9f9c777d",
"name": "์ต์ข
๋น๋์ค ๋ฏธ๋ฆฌ๋ณด๊ธฐ ์ ์ก",
"type": "n8n-nodes-base.telegram",
"position": [
-400,
920
],
"webhookId": "ee91d7ee-1c35-41fa-b8f0-f153b8776369",
"parameters": {
"file": "={{ $('Update Final Video URL in Sheet').item.json['URL de la vidรฉo'] }}",
"chatId": "={{ $json.result.chat.id }}",
"operation": "sendVideo",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "fO6eyZMLBk66Au44",
"name": "Telegram account 5"
}
},
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2bb57143-bfe3-49fd-9492-7396d9611cc7",
"connections": {
"2c183a03-3bb5-45b8-8bc9-5981f0bc30b5": {
"main": [
[
{
"node": "c6614b8c-6415-4094-a800-302ae8711d14",
"type": "main",
"index": 0
}
]
]
},
"49828685-cf54-45ac-96d9-03697215f80e": {
"main": [
[
{
"node": "c9f02616-a944-471b-9c4d-7fa381d684b9",
"type": "main",
"index": 0
}
]
]
},
"78dd3c62-a184-4ec0-9153-002a0ac3209f": {
"main": [
[
{
"node": "8c6af2a2-c052-40b3-825a-463d7c17b060",
"type": "main",
"index": 0
}
]
]
},
"8ad59e84-639c-4a44-afdc-611d15f32d7f": {
"main": [
[
{
"node": "2e243d6a-81ef-487f-8852-bd48cfaf5ad8",
"type": "main",
"index": 0
}
]
]
},
"6ec78da8-f197-42c0-b631-055bd7bf1eef": {
"main": [
[
{
"node": "f17f39cd-d9f4-4b1b-85de-ade8a5492542",
"type": "main",
"index": 0
}
]
]
},
"dbd21507-ecdf-49c7-b449-e4a6f9fcca86": {
"main": [
[
{
"node": "988a3283-a57d-4c81-b582-bb59e715208b",
"type": "main",
"index": 0
}
]
]
},
"2e243d6a-81ef-487f-8852-bd48cfaf5ad8": {
"main": [
[
{
"node": "f84ff66b-9270-494f-80e7-29ad2fd51b4d",
"type": "main",
"index": 0
},
{
"node": "3776e592-07be-47e2-89a8-f8d338f0c25e",
"type": "main",
"index": 0
},
{
"node": "c590765f-deb4-4221-ada7-37c700656ff1",
"type": "main",
"index": 0
},
{
"node": "9a9dc42a-20b6-427d-a7d9-08f4ab924e9e",
"type": "main",
"index": 0
},
{
"node": "987a372a-d27e-4a3e-a8b7-b2085463c05a",
"type": "main",
"index": 0
},
{
"node": "e9d66412-e27d-47f0-9d17-5ec36fe81859",
"type": "main",
"index": 0
},
{
"node": "9e7e0fa8-3f0e-4111-9d78-96123ccec1c8",
"type": "main",
"index": 0
},
{
"node": "3368ee92-d40f-482d-8174-53bfd188d2c8",
"type": "main",
"index": 0
},
{
"node": "fea89732-09cc-420d-b2e0-f0f4160d27cb",
"type": "main",
"index": 0
}
]
]
},
"33552176-18ab-44ec-9bb6-174e9f9c777d": {
"main": [
[
{
"node": "8ad59e84-639c-4a44-afdc-611d15f32d7f",
"type": "main",
"index": 0
}
]
]
},
"a6c047ca-824e-4e33-895f-3be02e509fc6": {
"main": [
[
{
"node": "3b5e242f-b10c-4c8e-be2a-acbc95a92658",
"type": "main",
"index": 0
}
]
]
},
"988a3283-a57d-4c81-b582-bb59e715208b": {
"main": [
[
{
"node": "99f95617-c27e-4952-9da6-93bb818d374c",
"type": "main",
"index": 0
}
]
]
},
"cf55a393-1e63-46f7-b57c-07508141554f": {
"main": [
[
{
"node": "4a939455-0c36-49cc-9279-36f2cd8ebcec",
"type": "main",
"index": 0
}
]
]
},
"02ddecfe-5a85-4247-9a33-fc95c42775a0": {
"main": [
[
{
"node": "e7e17a73-c75d-413d-842b-aecd0da25eb7",
"type": "main",
"index": 0
}
]
]
},
"d72dc835-b954-4dbd-a210-af7fc6ce058e": {
"main": [
[
{
"node": "33552176-18ab-44ec-9bb6-174e9f9c777d",
"type": "main",
"index": 0
}
]
]
},
"14a42907-4bc7-4c4a-9ced-a2a23bb88343": {
"main": [
[
{
"node": "2c183a03-3bb5-45b8-8bc9-5981f0bc30b5",
"type": "main",
"index": 0
}
]
]
},
"f17f39cd-d9f4-4b1b-85de-ade8a5492542": {
"main": [
[
{
"node": "160a5960-1312-4c5f-b066-f1ecc30202e6",
"type": "main",
"index": 0
}
]
]
},
"e64423b9-6e5e-4ab8-b9c1-1bb791fcfa06": {
"main": [
[
{
"node": "d72dc835-b954-4dbd-a210-af7fc6ce058e",
"type": "main",
"index": 0
}
]
]
},
"8c6af2a2-c052-40b3-825a-463d7c17b060": {
"main": [
[
{
"node": "cf55a393-1e63-46f7-b57c-07508141554f",
"type": "main",
"index": 0
}
]
]
},
"4047a3b1-1fb9-40da-b127-f2e7432a649e": {
"main": [
[
{
"node": "6ec78da8-f197-42c0-b631-055bd7bf1eef",
"type": "main",
"index": 0
}
]
]
},
"c6614b8c-6415-4094-a800-302ae8711d14": {
"main": [
[
{
"node": "02ddecfe-5a85-4247-9a33-fc95c42775a0",
"type": "main",
"index": 0
}
]
]
},
"160a5960-1312-4c5f-b066-f1ecc30202e6": {
"main": [
[
{
"node": "14a42907-4bc7-4c4a-9ced-a2a23bb88343",
"type": "main",
"index": 0
}
]
]
},
"4a939455-0c36-49cc-9279-36f2cd8ebcec": {
"main": [
[
{
"node": "e64423b9-6e5e-4ab8-b9c1-1bb791fcfa06",
"type": "main",
"index": 0
}
]
]
},
"e6647507-595e-4f13-9c06-818f90b7759a": {
"main": [
[
{
"node": "a6c047ca-824e-4e33-895f-3be02e509fc6",
"type": "main",
"index": 0
}
]
]
},
"99f95617-c27e-4952-9da6-93bb818d374c": {
"main": [
[
{
"node": "78dd3c62-a184-4ec0-9153-002a0ac3209f",
"type": "main",
"index": 0
}
]
]
},
"e7e17a73-c75d-413d-842b-aecd0da25eb7": {
"main": [
[
{
"node": "e6647507-595e-4f13-9c06-818f90b7759a",
"type": "main",
"index": 0
}
]
]
},
"6ad81fc8-d79d-44d1-bf17-cdea14e915d1": {
"main": [
[
{
"node": "4047a3b1-1fb9-40da-b127-f2e7432a649e",
"type": "main",
"index": 0
}
]
]
},
"c9f02616-a944-471b-9c4d-7fa381d684b9": {
"main": [
[
{
"node": "dbd21507-ecdf-49c7-b449-e4a6f9fcca86",
"type": "main",
"index": 0
}
]
]
},
"befec852-bca2-4c54-9c2c-49a8c082e2b4": {
"main": [
[
{
"node": "49828685-cf54-45ac-96d9-03697215f80e",
"type": "main",
"index": 0
}
]
]
},
"3b5e242f-b10c-4c8e-be2a-acbc95a92658": {
"main": [
[
{
"node": "befec852-bca2-4c54-9c2c-49a8c082e2b4",
"type": "main",
"index": 0
}
]
]
}
}
}์ด ์ํฌํ๋ก์ฐ๋ฅผ ์ด๋ป๊ฒ ์ฌ์ฉํ๋์?
์์ JSON ๊ตฌ์ฑ ์ฝ๋๋ฅผ ๋ณต์ฌํ์ฌ n8n ์ธ์คํด์ค์์ ์ ์ํฌํ๋ก์ฐ๋ฅผ ์์ฑํ๊ณ "JSON์์ ๊ฐ์ ธ์ค๊ธฐ"๋ฅผ ์ ํํ ํ, ๊ตฌ์ฑ์ ๋ถ์ฌ๋ฃ๊ณ ํ์์ ๋ฐ๋ผ ์ธ์ฆ ์ค์ ์ ์์ ํ์ธ์.
์ด ์ํฌํ๋ก์ฐ๋ ์ด๋ค ์๋๋ฆฌ์ค์ ์ ํฉํ๊ฐ์?
๊ณ ๊ธ - ์ธ๊ณต์ง๋ฅ, ๋ง์ผํ
์ ๋ฃ์ธ๊ฐ์?
์ด ์ํฌํ๋ก์ฐ๋ ์์ ํ ๋ฌด๋ฃ์ด๋ฉฐ ์ง์ ๊ฐ์ ธ์ ์ฌ์ฉํ ์ ์์ต๋๋ค. ๋ค๋ง, ์ํฌํ๋ก์ฐ์์ ์ฌ์ฉํ๋ ํ์ฌ ์๋น์ค(์: OpenAI API)๋ ์ฌ์ฉ์ ์ง์ ๋น์ฉ์ ์ง๋ถํด์ผ ํ ์ ์์ต๋๋ค.
๊ด๋ จ ์ํฌํ๋ก์ฐ ์ถ์ฒ
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. ๐
์ด ์ํฌํ๋ก์ฐ ๊ณต์