{ "id": "744G7emgZe0pXaPB", "meta": { "instanceId": "workflow-69f3cf27", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:48.051605", "updatedAt": "2025-09-29T07:07:48.051647", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "name": "Hacker News to Video Template - AlexK1919", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "nodes": [ { "id": "c777c41b-842d-4504-a1a0-ccbb034a0fdd", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ -320, 300 ], "parameters": {}, "typeVersion": 1, "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "id": "74fafd7c-55a4-46ec-b4a8-33d46f2b5b54", "name": "Hacker News", "type": "n8n-nodes-base.hackerNews", "position": [ -20, 300 ], "parameters": { "resource": "all", "additionalFields": {} }, "typeVersion": 1, "notes": "This hackerNews node performs automated tasks as part of the workflow." }, { "id": "9cd87fd2-6a38-463a-a22e-e0c34910818f", "name": "Loop Over Items", "type": "n8n-nodes-base.splitInBatches", "position": [ 440, 300 ], "parameters": { "options": {} }, "typeVersion": 3, "notes": "This splitInBatches node performs automated tasks as part of the workflow." }, { "id": "611b24cd-558b-4025-a0a8-ea355ba61988", "name": "OpenAI Chat Model3", "type": "n8n-nodes-base.noOp", "position": [ 720, 580 ], "parameters": { "options": {} }, "typeVersion": 1, "notes": "This lmChatOpenAi node performs automated tasks as part of the workflow." }, { "id": "f814682c-cf6f-49a8-8ea0-48fbc64a3ebe", "name": "HTTP Request1", "type": "n8n-nodes-base.noOp", "position": [ 900, 580 ], "parameters": { "url": "{{ $env.BASE_URL }}", "toolDescription": "grab the article for the ai agent to use" }, "typeVersion": 1.1, "notes": "This toolHttpRequest node performs automated tasks as part of the workflow." }, { "id": "2a4bcf69-23f0-440d-a3b0-c8261e153c62", "name": "Structured Output Parser", "type": "n8n-nodes-base.noOp", "position": [ 1080, 580 ], "parameters": { "schemaType": "manual", "inputSchema": "{\n\t\"type\": \"object\",\n\t\"properties\": {\n\t\t\"summary\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"related\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"image urls\": {\n\t\t\t\"type\": \"string\"\n }\n\t}\n}" }, "typeVersion": 1.2, "notes": "This outputParserStructured node performs automated tasks as part of the workflow." }, { "id": "83c3b8f0-8d67-48a2-a5ce-b777ea1d7b32", "name": "Upload to Minio", "type": "n8n-nodes-base.s3", "position": [ 4240, 1080 ], "parameters": { "operation": "upload", "bucketName": "=", "additionalFields": { "grantRead": true, "parentFolderKey": "YOUR_CREDENTIAL_HERE" } }, "typeVersion": 1, "notes": "This s3 node performs automated tasks as part of the workflow." }, { "id": "05b972ff-ccab-415b-8787-aafabb3b7292", "name": "News1", "type": "n8n-nodes-base.set", "position": [ 2180, 320 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "ec8013d5-84b5-43c8-abcb-6986ef15939d", "name": "property_name", "type": "string", "value": "={{ $json.message.content['Article Title'] }}" }, { "id": "4d91c4fc-12a2-4fe2-a58e-02284314e1de", "name": "property_text", "type": "string", "value": "={{ $json.message.content['Article Blurb'] }}" }, { "id": "cad2b795-8b71-415f-a100-700d9ec62bbd", "name": "property_image_url", "type": "string", "value": "={{ $('If Topic').item.json.output['image urls'] }}" } ] } }, "typeVersion": 3.4, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "d175d366-e672-4452-b78e-a06336ef242b", "name": "Leo - Improve Prompt", "type": "n8n-nodes-base.httpRequest", "position": [ 2720, 100 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "fullResponse": true } } }, "jsonBody": "={\n \"prompt\": \"{{ $('Article Prep').item.json.message.content['Image Prompt 1'] }}\"\n}", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "accept", "value": "application/json" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "d8da7879-1a67-4da1-86db-f70e50b4e9da", "name": "Leo - Get imageId", "type": "n8n-nodes-base.httpRequest", "position": [ 3320, 100 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "response": { "response": { "fullResponse": true } } }, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "content-type", "value": "application/json" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "faf80246-3b1a-49c6-a277-0152428e46e1", "name": "Runway - Create Video", "type": "n8n-nodes-base.httpRequest", "position": [ 2520, 300 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "promptImage", "value": "={{ $json.body.generations_by_pk.generated_images[0].url }}" }, { "name": "promptText", "value": "string" }, { "name": "model", "value": "gen3a_turbo" } ] }, "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "X-Runway-Version", "value": "2024-11-06" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "e91c1f01-7870-4063-9557-24a6ba1d3db3", "name": "Runway - Get Video", "type": "n8n-nodes-base.httpRequest", "position": [ 2920, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "X-Runway-Version", "value": "2024-11-06" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "41ee2665-e1aa-4d48-ade6-e37af568f211", "name": "Wait2", "type": "n8n-nodes-base.wait", "position": [ 2720, 300 ], "webhookId": "ddca5833-a40b-404a-9140-686cd4fa26cb", "parameters": { "unit": "minutes", "amount": 3 }, "typeVersion": 1.1, "notes": "This wait node performs automated tasks as part of the workflow." }, { "id": "091e9e07-89ba-4fe3-9fc5-278fc333dbff", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ -160, -40 ], "parameters": { "color": 5, "width": 341, "height": 951, "content": "# Choose your data source \n## This can be swapped for any other data source of your choosing." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "9660a593-9966-4ebe-bfd7-f884dc185d56", "name": "If Topic", "type": "n8n-nodes-base.if", "position": [ 1100, 320 ], "parameters": { "options": {}, "conditions": { "options": { "version": 2, "leftValue": "", "caseSensitive": true, "typeValidation": "strict" }, "combinator": "and", "conditions": [ { "id": "56219de5-244d-4b7f-a511-f3061572cf93", "operator": { "name": "filter.operator.equals", "type": "string", "operation": "equals" }, "leftValue": "={{ $json.output.related }}", "rightValue": "yes" } ] } }, "typeVersion": 2.2, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "e47140ac-20cc-417b-a6cd-30f780dc8289", "name": "Get Image", "type": "n8n-nodes-base.httpRequest", "position": [ 1500, 320 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "response": { "response": { "fullResponse": true } } } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "26f80f71-2c3a-46fe-a960-21cdbc18ce34", "name": "Prompt Settings1", "type": "n8n-nodes-base.set", "position": [ 2520, 100 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "56c8f20d-d9d9-4be7-ac2a-38df6ffdd722", "name": "model", "type": "string", "value": "6b645e3a-d64f-4341-a6d8-7a3690fbf042" } ] }, "includeOtherFields": true }, "typeVersion": 3.4, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "ce697f6f-f8fc-4ba7-b776-17bbc2e870b7", "name": "Leo - Generate Image", "type": "n8n-nodes-base.httpRequest", "position": [ 2920, 100 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "fullResponse": true } } }, "jsonBody": "={\n \"alchemy\": true,\n \"width\": 1024,\n \"height\": 768,\n \"modelId\": \"6b645e3a-d64f-4341-a6d8-7a3690fbf042\",\n \"num_images\": 1,\n \"presetStyle\": \"MONOCHROME\",\n \"prompt\": \"{{ $json.body.promptGeneration.prompt }}; Use the rule of thirds, leading lines, & balance. DO NOT INCLUDE ANY WORDS OR LABELS.\",\n \"guidance_scale\": 7,\n \"highResolution\": true,\n \"promptMagic\": false,\n \"promptMagicStrength\": 0.5,\n \"promptMagicVersion\": \"v3\",\n \"public\": false,\n \"ultra\": false,\n \"photoReal\": false,\n \"negative_prompt\": \"\"\n} ", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "accept", "value": "application/json" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "e2067fe5-3fae-4f97-97c0-879967efd9b8", "name": "Wait1", "type": "n8n-nodes-base.wait", "position": [ 3120, 100 ], "webhookId": "256c3814-6a52-4eb1-969a-30f9f3b8e04e", "parameters": { "amount": 30 }, "typeVersion": 1.1, "notes": "This wait node performs automated tasks as part of the workflow." }, { "id": "f0ba57a5-1d27-4c75-a422-4bc0e2cead9d", "name": "Limit", "type": "n8n-nodes-base.limit", "position": [ 240, 300 ], "parameters": { "keep": "lastItems", "maxItems": 50 }, "typeVersion": 1, "notes": "This limit node performs automated tasks as part of the workflow." }, { "id": "e01152aa-961b-4e33-a1e3-186d47d81c55", "name": "Image Analysis", "type": "n8n-nodes-base.noOp", "position": [ 1300, 320 ], "parameters": { "modelId": { "__rl": true, "mode": "list", "value": "gpt-4o-mini", "cachedResultName": "GPT-4O-MINI" }, "options": { "detail": "auto" }, "resource": "image", "imageUrls": "{{ $env.BASE_URL }}", "operation": "analyze" }, "credentials": { "openAiApi": { "id": "ysxujEYFiY5ozRTS", "name": "AlexK OpenAi Key" } }, "typeVersion": 1.6, "notes": "This openAi node performs automated tasks as part of the workflow." }, { "id": "ab346129-c3d5-4f51-af5e-5d63cd154981", "name": "Wait3", "type": "n8n-nodes-base.wait", "disabled": true, "position": [ 3080, 1020 ], "webhookId": "6e4a0b8d-6c31-4a98-8ec3-2509aa2087e8", "parameters": { "unit": "minutes" }, "typeVersion": 1.1, "notes": "This wait node performs automated tasks as part of the workflow." }, { "id": "872c35a3-bdd5-4eec-9bac-0959f3ff78e7", "name": "Article Analysis", "type": "n8n-nodes-base.noOp", "onError": "continueErrorOutput", "position": [ 740, 300 ], "parameters": { "text": "=Can you tell me if the article at {{ $json.url }} is related to automation or ai? \n\nthen, create a 250 word summary of the article\n\nAlso, list any image url's related to the article content from the url. Limit to 1 image url.", "options": { "systemMessage": "You are a helpful assistant in summarizing and identifying articles related to automation and ai. \nOutput the results as:\nsummary: \nrelated: yes or no\nimage urls: " }, "promptType": "define", "hasOutputParser": true }, "typeVersion": 1.7, "notes": "This agent node performs automated tasks as part of the workflow." }, { "id": "31c3a90e-10ee-4217-9b08-ff57bf17ea10", "name": "Dropbox", "type": "n8n-nodes-base.dropbox", "position": [ 3640, 1080 ], "parameters": {}, "typeVersion": 1, "notes": "This dropbox node performs automated tasks as part of the workflow." }, { "id": "22ccd0a0-f7f6-40ca-bd09-40ed4a7fcde1", "name": "Google Drive", "type": "n8n-nodes-base.googleDrive", "position": [ 3840, 1080 ], "parameters": { "fileId": { "__rl": true, "mode": "list", "value": "" }, "options": {}, "operation": "update" }, "credentials": { "googleDriveOAuth2Api": { "id": "m8K1mbAUn7yuiEwl", "name": "AlexK1919 Google Drive account" } }, "typeVersion": 3, "notes": "This googleDrive node performs automated tasks as part of the workflow." }, { "id": "ea75931d-c1ee-4139-9bdc-7901056ba016", "name": "Microsoft OneDrive", "type": "n8n-nodes-base.microsoftOneDrive", "position": [ 4040, 1080 ], "parameters": {}, "typeVersion": 1, "notes": "This microsoftOneDrive node performs automated tasks as part of the workflow." }, { "id": "38888521-3087-4e0a-81d6-cf4b9a5dd3dd", "name": "YouTube", "type": "n8n-nodes-base.youTube", "position": [ 3640, 1500 ], "parameters": { "options": {}, "resource": "video", "operation": "upload" }, "typeVersion": 1, "notes": "This youTube node performs automated tasks as part of the workflow." }, { "id": "55f3decc-f952-4d2a-804d-2aec44fb2755", "name": "Twitter", "type": "n8n-nodes-base.twitter", "position": [ 3840, 1500 ], "parameters": { "additionalFields": {} }, "typeVersion": 2, "notes": "This twitter node performs automated tasks as part of the workflow." }, { "id": "54c8b762-444d-4790-97a9-a2f84518492f", "name": "Instagram", "type": "n8n-nodes-base.httpRequest", "position": [ 4240, 1500 ], "parameters": { "options": {} }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "90040f15-95c0-4ebb-818f-dde508eb0689", "name": "LinkedIn", "type": "n8n-nodes-base.linkedIn", "position": [ 4040, 1500 ], "parameters": { "additionalFields": {} }, "typeVersion": 1, "notes": "This linkedIn node performs automated tasks as part of the workflow." }, { "id": "691eb779-5fae-4f65-89eb-b1b8e5488809", "name": "Leo - Improve Prompt2", "type": "n8n-nodes-base.httpRequest", "position": [ 2720, 500 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "fullResponse": true } } }, "jsonBody": "={\n \"prompt\": \"{{ $('Article Prep').item.json.message.content['Image Prompt 2'] }}\"\n}", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "accept", "value": "application/json" } ] } }, "credentials": { "httpCustomAuth": { "id": "hIzUsjbtHLmIe6uM", "name": "RunwayML Custom Auth" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "076a745a-055b-459c-8af9-fa7b6740dc6f", "name": "Wait4", "type": "n8n-nodes-base.wait", "position": [ 2720, 700 ], "webhookId": "89b31515-b403-4644-a2c1-970e5e774008", "parameters": { "unit": "minutes", "amount": 3 }, "typeVersion": 1.1, "notes": "This wait node performs automated tasks as part of the workflow." }, { "id": "adc2c993-3f89-40df-96fc-eb3ff5eafb1c", "name": "Wait6", "type": "n8n-nodes-base.wait", "position": [ 3120, 500 ], "webhookId": "2efb873f-bcbd-41d9-99da-b2b57ef5ad93", "parameters": { "amount": 30 }, "typeVersion": 1.1, "notes": "This wait node performs automated tasks as part of the workflow." }, { "id": "156f5735-bc20-46a9-871c-143b0772ca45", "name": "Leo - Generate Image2", "type": "n8n-nodes-base.httpRequest", "position": [ 2920, 500 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "fullResponse": true } } }, "jsonBody": "={\n \"alchemy\": true,\n \"width\": 1024,\n \"height\": 768,\n \"modelId\": \"6b645e3a-d64f-4341-a6d8-7a3690fbf042\",\n \"num_images\": 1,\n \"presetStyle\": \"MONOCHROME\",\n \"prompt\": \"{{ $json.body.promptGeneration.prompt }}; Use the rule of thirds, leading lines, & balance. DO NOT INCLUDE ANY WORDS OR LABELS.\",\n \"guidance_scale\": 7,\n \"highResolution\": true,\n \"promptMagic\": false,\n \"promptMagicStrength\": 0.5,\n \"promptMagicVersion\": \"v3\",\n \"public\": false,\n \"ultra\": false,\n \"photoReal\": false,\n \"negative_prompt\": \"\"\n} ", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "accept", "value": "application/json" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "4f270fa8-4da2-44f0-927f-3509fd9f8f7d", "name": "Leo - Get imageId2", "type": "n8n-nodes-base.httpRequest", "position": [ 3320, 500 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "response": { "response": { "fullResponse": true } } }, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "content-type", "value": "application/json" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "49c0e7ba-bf9c-4819-b479-61aa099ab9ab", "name": "Runway - Create Video2", "type": "n8n-nodes-base.httpRequest", "position": [ 2520, 700 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "promptImage", "value": "={{ $json.body.generations_by_pk.generated_images[0].url }}" }, { "name": "promptText", "value": "string" }, { "name": "model", "value": "gen3a_turbo" } ] }, "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "X-Runway-Version", "value": "2024-11-06" } ] } }, "credentials": { "httpCustomAuth": { "id": "hIzUsjbtHLmIe6uM", "name": "RunwayML Custom Auth" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "d03eb190-5fc0-4b7e-ad65-88ece3ab833d", "name": "Runway - Get Video2", "type": "n8n-nodes-base.httpRequest", "position": [ 2920, 700 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "X-Runway-Version", "value": "2024-11-06" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "0072563d-b87d-47c5-80fd-ed3c051b3287", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 3580, 940 ], "parameters": { "color": 6, "width": 882, "height": 372, "content": "# Upload Assets\nYou can extend this workflow further by uploading the generated assets to your storage option of choice." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "a0b2377e-57ea-47e9-83c9-3e58372610e5", "name": "Sticky Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 3580, 1360 ], "parameters": { "color": 6, "width": 882, "height": 372, "content": "# Post to Social Media\nYou can extend this workflow further by posting the generated assets to social media." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "708fe6a0-4899-462b-9a08-fadea7c7e195", "name": "Sticky Note3", "type": "n8n-nodes-base.stickyNote", "position": [ 2420, -40 ], "parameters": { "color": 4, "width": 1114, "height": 943, "content": "# Generate Images and Videos" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "5bbb6552-ec3a-42ea-a911-993f67a6c8dc", "name": "Sticky Note4", "type": "n8n-nodes-base.stickyNote", "position": [ 2420, 940 ], "parameters": { "color": 5, "width": 1114, "height": 372, "content": "# Stitch it all together" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "25f4cc09-fbff-4c10-b706-30df5840b794", "name": "Cre - Generate Video1", "type": "n8n-nodes-base.httpRequest", "position": [ 2880, 1020 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "response": { "response": { "fullResponse": true } } }, "jsonBody": "={\n \"max_width\": 480,\n \"template_id\": \"enterTemplateID\",\n \"modifications\": {\n \"Scenes.elements\": [\n {\n \"name\": \"Intro Comp\",\n \"type\": \"composition\",\n \"track\": 1,\n \"elements\": [\n {\n \"name\": \"Image-1\",\n \"type\": \"image\",\n \"source\": \"{{ $('Leo - Get imageId').item.json.body.generations_by_pk.generated_images[0].url }}\"\n },\n {\n \"name\": \"Subtitles-1\",\n \"type\": \"text\",\n \"transcript_source\": \"Voiceover-1\",\n \"width\": \"86.66%\",\n \"height\": \"37.71%\",\n \"x_alignment\": \"50%\",\n \"y_alignment\": \"50%\",\n \"fill_color\": \"#ffffff\",\n \"stroke_color\": \"#333333\",\n \"stroke_width\": \"1.05 vmin\",\n \"font_family\": \"Inter\",\n \"font_weight\": \"700\",\n \"font_size\": \"8 vmin\",\n \"background_color\": \"rgba(255,255,255,0.2)\",\n \"background_x_padding\": \"26%\",\n \"background_y_padding\": \"7%\",\n \"background_border_radius\": \"28%\",\n \"transcript_effect\": \"highlight\",\n \"transcript_color\": \"#ff5900\"\n },\n {\n \"name\": \"Voiceover-1\",\n \"type\": \"audio\",\n \"source\": \"{{ $('News1').item.json.property_name }}\",\n \"provider\": \"openai model=tts-1 voice=onyx\"\n }\n ]\n },\n {\n \"name\": \"Auto Scene Comp\",\n \"type\": \"composition\",\n \"track\": 1,\n \"elements\": [\n {\n \"name\": \"Video-2\",\n \"type\": \"video\",\n \"source\": \"{{ $('Runway - Get Video').first().json.output[0] }}\",\n \"loop\": true\n },\n {\n \"name\": \"Subtitles-2\",\n \"type\": \"text\",\n \"transcript_source\": \"Voiceover-2\",\n \"y\": \"78.2173%\",\n \"width\": \"86.66%\",\n \"height\": \"37.71%\",\n \"x_alignment\": \"50%\",\n \"y_alignment\": \"50%\",\n \"fill_color\": \"#ffffff\",\n \"stroke_color\": \"#333333\",\n \"stroke_width\": \"1.05 vmin\",\n \"font_family\": \"Inter\",\n \"font_weight\": \"700\",\n \"font_size\": \"8 vmin\",\n \"background_color\": \"rgba(255,255,255,0.2)\",\n \"background_x_padding\": \"26%\",\n \"background_y_padding\": \"7%\",\n \"background_border_radius\": \"28%\",\n \"transcript_effect\": \"highlight\",\n \"transcript_color\": \"#ff5900\"\n },\n {\n \"name\": \"Voiceover-2\",\n \"type\": \"audio\",\n \"source\": \"{{ $('Article Prep').item.json.message.content['Summary Blurb 1'] }}\",\n \"provider\": \"openai model=tts-1 voice=onyx\"\n }\n ]\n },\n {\n \"name\": \"Auto Scene Comp\",\n \"type\": \"composition\",\n \"track\": 1,\n \"elements\": [\n {\n \"name\": \"Video-3\",\n \"type\": \"video\",\n \"source\": \"{{ $('Runway - Get Video2').first().json.output[0] }}\",\n \"loop\": true\n },\n {\n \"name\": \"Subtitles-3\",\n \"type\": \"text\",\n \"transcript_source\": \"Voiceover-3\",\n \"y\": \"78.2173%\",\n \"width\": \"86.66%\",\n \"height\": \"37.71%\",\n \"x_alignment\": \"50%\",\n \"y_alignment\": \"50%\",\n \"fill_color\": \"#ffffff\",\n \"stroke_color\": \"#333333\",\n \"stroke_width\": \"1.05 vmin\",\n \"font_family\": \"Inter\",\n \"font_weight\": \"700\",\n \"font_size\": \"8 vmin\",\n \"background_color\": \"rgba(255,89,0,0.5)\",\n \"background_x_padding\": \"26%\",\n \"background_y_padding\": \"7%\",\n \"background_border_radius\": \"28%\",\n \"transcript_effect\": \"highlight\",\n \"transcript_color\": \"#ff0040\"\n },\n {\n \"name\": \"Voiceover-3\",\n \"type\": \"audio\",\n \"source\": \"{{ $('Article Prep').item.json.message.content['Summary Blurb 2'] }}\",\n \"provider\": \"openai model=tts-1 voice=onyx\"\n }\n ]\n }\n ]\n }\n}", "sendBody": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth" }, "credentials": { "httpCustomAuth": { "id": "hIzUsjbtHLmIe6uM", "name": "RunwayML Custom Auth" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "7093de7b-a4e3-4363-8038-1002f7b20fbc", "name": "Cre - Get Video", "type": "n8n-nodes-base.httpRequest", "position": [ 3280, 1020 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": { "response": { "response": { "fullResponse": true } } }, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "httpCustomAuth" }, "credentials": { "httpCustomAuth": { "id": "hIzUsjbtHLmIe6uM", "name": "RunwayML Custom Auth" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "a57b719f-b299-431e-9c85-fa333e38b6a7", "name": "Sticky Note6", "type": "n8n-nodes-base.stickyNote", "position": [ 660, -40 ], "parameters": { "color": 3, "width": 1033, "height": 951, "content": "# Article Analysis - Is it the right topic?" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "60b879a0-8b7f-40f1-ae70-ac94e4675b38", "name": "Sticky Note7", "type": "n8n-nodes-base.stickyNote", "position": [ 1740, -40 ], "parameters": { "color": 3, "width": 630, "height": 947, "content": "# Prepare the article for content generation" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "afaf8437-ee52-434b-a267-8dbaff0e1922", "name": "Article Prep", "type": "n8n-nodes-base.noOp", "position": [ 1820, 320 ], "parameters": { "modelId": { "__rl": true, "mode": "list", "value": "gpt-4o-mini", "cachedResultName": "GPT-4O-MINI" }, "options": {}, "messages": { "values": [ { "content": "=prepare the following summary for a newsletter where the article will be 1 of several presented in the newsletter:\n\n{{ $('Article Analysis').first().json.output.summary }}\n\nMake sure the Article Blurb lenght is less than 15 words.\n\nThen, create 2 Summary Blurbs, making sure each is less than 15 words.\n\nAlso create 2 image prompts that is less than 15 words long for each Summary Blurb" }, { "role": "system", "content": "Output in markdown format\nArticle Title\nArticle Blurb\nSummary Blurb 1\nSummary Blurb 2\nArticle Image\nImage Prompt 1\nImage Prompt 2" } ] }, "jsonOutput": true }, "credentials": { "openAiApi": { "id": "ysxujEYFiY5ozRTS", "name": "AlexK OpenAi Key" } }, "typeVersion": 1.6, "notes": "This openAi node performs automated tasks as part of the workflow." }, { "id": "e7c95d56-86e1-4456-a6d3-9c8b9fc3a53c", "name": "Sticky Note5", "type": "n8n-nodes-base.stickyNote", "position": [ -620, -40 ], "parameters": { "color": 6, "width": 252, "height": 946, "content": "# AlexK1919 \n![Alex Kim]({{ $env.WEBHOOK_URL }}\n\n#### I’m Alex Kim, an AI-Native Workflow Automation Architect Building Solutions to Optimize your Personal and Professional Life.\n\n### Workflow Overview Video\n{{ $env.WEBHOOK_URL }}\n\n### About Me\n{{ $env.WEBHOOK_URL }}\n\n### Product Used \n[Leonardo.ai]({{ $env.WEBHOOK_URL }}\n[RunwayML]({{ $env.WEBHOOK_URL }}\n[Creatomate]({{ $env.WEBHOOK_URL }}\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "32e2803e-bf7c-4da4-a4ae-c9b6fa5ae226", "name": "Sticky Note8", "type": "n8n-nodes-base.stickyNote", "position": [ 3280, 1180 ], "parameters": { "color": 7, "width": 180, "height": 100, "content": "Don't forget to connect this last node to the loop to process additional items" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." } ], "active": false, "pinData": {}, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "c7ab1ecd-50cb-4e4b-b2f7-aade804bbd63", "connections": { "f814682c-cf6f-49a8-8ea0-48fbc64a3ebe": { "main": [ [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-783e82ee", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-c1b158cd", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-16c798fb", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-d84aac59", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-3fd4e978", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-34b50a3a", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-27967cdf", "type": "main", "index": 0 } ], [ { "node": "error-handler-f814682c-cf6f-49a8-8ea0-48fbc64a3ebe-b4f80542", "type": "main", "index": 0 } ] ] }, "d175d366-e672-4452-b78e-a06336ef242b": { "main": [ [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-4627c02c", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-fb6713f5", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-d9c634d6", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-8f61c4fa", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-01c4a26d", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-ba6c0c3a", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-b6433699", "type": "main", "index": 0 } ], [ { "node": "error-handler-d175d366-e672-4452-b78e-a06336ef242b-73768c8f", "type": "main", "index": 0 } ] ] }, "d8da7879-1a67-4da1-86db-f70e50b4e9da": { "main": [ [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-1a431945", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-654eb768", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-7b80da79", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-a365f113", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-3a36adbd", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-ecb3e748", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-eaa18525", "type": "main", "index": 0 } ], [ { "node": "error-handler-d8da7879-1a67-4da1-86db-f70e50b4e9da-2160f564", "type": "main", "index": 0 } ] ] }, "faf80246-3b1a-49c6-a277-0152428e46e1": { "main": [ [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-b281598a", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-32a56bfe", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-52963132", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-49c7b740", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-71062d9e", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-4920824f", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-3ccbe600", "type": "main", "index": 0 } ], [ { "node": "error-handler-faf80246-3b1a-49c6-a277-0152428e46e1-34588915", "type": "main", "index": 0 } ] ] }, "e91c1f01-7870-4063-9557-24a6ba1d3db3": { "main": [ [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-42f05afa", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-76d3bafb", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-6a8dcf24", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-229aa9fd", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-3320854c", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-f0e6e059", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-9c7afdd8", "type": "main", "index": 0 } ], [ { "node": "error-handler-e91c1f01-7870-4063-9557-24a6ba1d3db3-067c78f5", "type": "main", "index": 0 } ] ] }, "e47140ac-20cc-417b-a6cd-30f780dc8289": { "main": [ [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-a2f6f4bf", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-fd30e023", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-9554252f", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-6a57d07e", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-bd4d4bf3", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-3ce372a6", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-2c3170e9", "type": "main", "index": 0 } ], [ { "node": "error-handler-e47140ac-20cc-417b-a6cd-30f780dc8289-b4e0cb72", "type": "main", "index": 0 } ] ] }, "ce697f6f-f8fc-4ba7-b776-17bbc2e870b7": { "main": [ [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-d7b92fc3", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-6289c578", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-c4e21be5", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-cb17a402", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-0119ce1a", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-ee768374", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-2e740a06", "type": "main", "index": 0 } ], [ { "node": "error-handler-ce697f6f-f8fc-4ba7-b776-17bbc2e870b7-f973d59d", "type": "main", "index": 0 } ] ] }, "54c8b762-444d-4790-97a9-a2f84518492f": { "main": [ [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-2bcfe370", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-bae7cd48", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-0e9efa1c", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-a627afa4", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-a2123992", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-60f91892", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-336356c9", "type": "main", "index": 0 } ], [ { "node": "error-handler-54c8b762-444d-4790-97a9-a2f84518492f-09bf243f", "type": "main", "index": 0 } ] ] }, "691eb779-5fae-4f65-89eb-b1b8e5488809": { "main": [ [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-2d8e21fa", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-1bfe37ce", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-bb4c3c52", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-c8d260b4", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-c17c74bf", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-72eff36f", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-82495883", "type": "main", "index": 0 } ], [ { "node": "error-handler-691eb779-5fae-4f65-89eb-b1b8e5488809-4157ed38", "type": "main", "index": 0 } ] ] }, "156f5735-bc20-46a9-871c-143b0772ca45": { "main": [ [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-06d918ec", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-69492a31", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-d74dc152", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-3b5f6a90", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-11951989", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-2f450e46", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-74d24d80", "type": "main", "index": 0 } ], [ { "node": "error-handler-156f5735-bc20-46a9-871c-143b0772ca45-759989f6", "type": "main", "index": 0 } ] ] }, "4f270fa8-4da2-44f0-927f-3509fd9f8f7d": { "main": [ [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-9469f8e4", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-12fdfe03", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-0e1e61e9", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-06a11d53", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-4d9928b4", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-ccc16236", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-55d79d04", "type": "main", "index": 0 } ], [ { "node": "error-handler-4f270fa8-4da2-44f0-927f-3509fd9f8f7d-b3478d8e", "type": "main", "index": 0 } ] ] }, "49c0e7ba-bf9c-4819-b479-61aa099ab9ab": { "main": [ [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-f1e7af6d", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-0271e784", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-84bc3134", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-4bf6f9ce", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-cd16499e", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-29103f44", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-c23064ee", "type": "main", "index": 0 } ], [ { "node": "error-handler-49c0e7ba-bf9c-4819-b479-61aa099ab9ab-bab7d085", "type": "main", "index": 0 } ] ] }, "d03eb190-5fc0-4b7e-ad65-88ece3ab833d": { "main": [ [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-1ada95af", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-3b2586b7", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-3c16af58", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-dca22d62", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-a8999ec5", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-c6da4d9c", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-e25577e8", "type": "main", "index": 0 } ], [ { "node": "error-handler-d03eb190-5fc0-4b7e-ad65-88ece3ab833d-3b8ace2a", "type": "main", "index": 0 } ] ] }, "25f4cc09-fbff-4c10-b706-30df5840b794": { "main": [ [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-b806944e", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-249c2d60", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-0cbb8333", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-cb6e213b", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-2bcacaae", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-d17fd826", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-07f57e8c", "type": "main", "index": 0 } ], [ { "node": "error-handler-25f4cc09-fbff-4c10-b706-30df5840b794-a58ee1df", "type": "main", "index": 0 } ] ] }, "7093de7b-a4e3-4363-8038-1002f7b20fbc": { "main": [ [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-d05031ca", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-454874bd", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-7e1648cc", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-5bfc2e1c", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-824ae0d8", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-86cd0f72", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-589df605", "type": "main", "index": 0 } ], [ { "node": "error-handler-7093de7b-a4e3-4363-8038-1002f7b20fbc-edd9bca5", "type": "main", "index": 0 } ] ] }, "611b24cd-558b-4025-a0a8-ea355ba61988": { "main": [ [ { "node": "error-handler-611b24cd-558b-4025-a0a8-ea355ba61988-3208ce13", "type": "main", "index": 0 } ] ] }, "e01152aa-961b-4e33-a1e3-186d47d81c55": { "main": [ [ { "node": "error-handler-e01152aa-961b-4e33-a1e3-186d47d81c55-7debc4e9", "type": "main", "index": 0 } ] ] }, "22ccd0a0-f7f6-40ca-bd09-40ed4a7fcde1": { "main": [ [ { "node": "error-handler-22ccd0a0-f7f6-40ca-bd09-40ed4a7fcde1-7dbc0d11", "type": "main", "index": 0 } ] ] }, "afaf8437-ee52-434b-a267-8dbaff0e1922": { "main": [ [ { "node": "error-handler-afaf8437-ee52-434b-a267-8dbaff0e1922-bfa1cea1", "type": "main", "index": 0 } ] ] } }, "description": "Automated workflow: Hacker News to Video Template - AlexK1919. This workflow integrates 22 different services: stickyNote, youTube, lmChatOpenAi, if, splitInBatches. It contains 82 nodes and follows best practices for error handling and security.", "notes": "Excellent quality workflow: Hacker News to Video Template - AlexK1919. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }