{"workflow":{"id":13632,"name":"Add subtitles to YouTube videos and save them to Google Drive with VideoDB","views":66,"recentViews":0,"totalViews":66,"createdAt":"2026-02-23T11:37:59.224Z","description":"![Screenshot 20260223 at 5.08.30 PM.png](fileId:4512)\n\nThis n8n template demonstrates how to generate subtitle overlays for YouTube videos and save the final files to Google Drive.\nIt is useful when you want accessible video outputs without manually editing captions in a video editor.\n\n## Who’s it for\n\n* Content creators publishing educational or social content\n* Teams improving accessibility and watch-time performance\n* Agencies preparing client-ready subtitled assets\n\n## Good to know\n\n* Subtitle quality depends on audio clarity and speaker overlap.\n* Make sure your VideoDB account has enough balance before running this workflow. Track usage rates at console.videodb.io/dashboard/usage.\n\n## How it works\n\n* A form trigger receives a YouTube URL.\n* n8n uploads the source video to VideoDB.\n* VideoDB indexes speech and creates timestamped transcript data.\n* A subtitle node renders subtitle overlays into the video output.\n* n8n downloads and stores the subtitled file in Google Drive.\n\n## How to use\n\n* Add VideoDB and Google Drive credentials.\n* Set your destination Drive folder in the upload node.\n* Run one sample video to verify subtitle timing and style.\n* Activate the workflow for regular use.\n\n## Requirements\n\n* VideoDB API key (Get one here)\n* Google Drive account with API access\n* n8n instance (cloud or self-hosted)\n\n## Customising this workflow\n\n* Change subtitle language and rendering settings in the subtitle node.\n* Duplicate branches for multilingual subtitle variants.\n* Add a review step before final storage.\n* Replace Google Drive with S3 or another media destination.\n\n### Disclaimer:\nThis workflow uses VideoDB’s Verified Community Node and will only work on self-hosted n8n instances.","workflow":{"meta":{"instanceId":"cadf42e8f7c4b9bb1732d8ef114ee6eb79df24052148682da6f90820da5050d2"},"nodes":[{"id":"main-sticky-note-001","name":"Sticky Note Main","type":"n8n-nodes-base.stickyNote","position":[-200,48],"parameters":{"width":400,"height":520,"content":"# Video Subtitle Workflow\n\nAdd subtitles to YouTube videos and save to Google Drive automatically.\n\n### How it works\n1. Submit YouTube video URL via form\n2. Video uploaded to VideoDB for processing\n3. Spoken words indexed for transcription\n4. Subtitles burned into the video\n5. Subtitled video saved to Google Drive\n\n### Setup steps\n1. Add **VideoDB API** credentials\n2. Configure **Google Drive** OAuth credentials\n3. Update target folder ID in Google Drive node\n4. Activate workflow and submit videos via form"},"typeVersion":1},{"id":"7df6bd71-c844-4cd3-ba3d-83a1c8bfb67d","name":"Upload Video to VideoDB","type":"@videodb/n8n-nodes-videodb.videoDb","position":[576,256],"parameters":{"url":"={{ $json['Youtube Video URL'] }}","name":"=","operation":"upload","description":"File to be dubbed to French","collection_id":""},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":1},{"id":"473f2300-1ace-4b4a-b8f6-e52bf567dbcd","name":"Wait Before Upload Status Check","type":"n8n-nodes-base.wait","position":[800,256],"webhookId":"3db670b3-2254-47e4-93f8-ac668963ab81","parameters":{},"typeVersion":1.1},{"id":"ee9799bf-7c91-4597-b871-3f701ea2b51d","name":"Poll Upload Status","type":"n8n-nodes-base.httpRequest","position":[1024,176],"parameters":{"url":"={{ $('Upload Video to VideoDB').item.json.data.output_url }}","options":{},"authentication":"predefinedCredentialType","nodeCredentialType":"videoDBApi"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":4.2},{"id":"750a7801-fabe-44b1-828b-180b9f8fdd50","name":"Is Upload Complete","type":"n8n-nodes-base.if","position":[1248,256],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"b379ca2c-d86d-47d7-9ac9-446ac47721fb","operator":{"name":"filter.operator.equals","type":"string","operation":"equals"},"leftValue":"={{ $json.status }}","rightValue":"complete"}]},"looseTypeValidation":true},"typeVersion":2.2},{"id":"26c93177-4422-4463-a109-6caa71b340b5","name":"YouTube URL Form Trigger","type":"n8n-nodes-base.formTrigger","position":[352,256],"webhookId":"02763c93-74fe-40a0-8988-5fa33d0d558d","parameters":{"options":{},"formTitle":"YouTube Video URL to Dub","formFields":{"values":[{"fieldLabel":"Youtube Video URL","requiredField":true}]}},"typeVersion":2.2},{"id":"772394f9-d5c7-404d-82b9-a7d334cf1282","name":"Wait Before Indexing Status Check","type":"n8n-nodes-base.wait","position":[1696,256],"webhookId":"3db670b3-2254-47e4-93f8-ac668963ab81","parameters":{},"typeVersion":1.1},{"id":"60e0b0bc-b421-45f8-914f-794ef0d6e336","name":"Poll Indexing Status","type":"n8n-nodes-base.httpRequest","position":[1920,176],"parameters":{"url":"={{ $('Index Spoken Words').item.json.data.output_url }}","options":{},"authentication":"predefinedCredentialType","nodeCredentialType":"videoDBApi"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":4.2},{"id":"53d37aae-b3ce-4a68-a491-1c56c65567e9","name":"Generate Download Job","type":"@videodb/n8n-nodes-videodb.videoDb","position":[2592,240],"parameters":{"name":"={{ $('Poll Upload Status').item.json.response.data.name }}","operation":"download","stream_link":"={{ $json.data.stream_link }}"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":1},{"id":"70bf4279-8021-4983-a0a0-ff34de9d9bb5","name":"Wait Before Download Job Check","type":"n8n-nodes-base.wait","position":[2816,240],"webhookId":"3db670b3-2254-47e4-93f8-ac668963ab81","parameters":{},"typeVersion":1.1},{"id":"13a0b5b0-0dbd-4582-b662-dbc5745a0474","name":"Poll Download Job Status","type":"n8n-nodes-base.httpRequest","position":[3040,160],"parameters":{"url":"={{ $('Generate Download Job').item.json.data.output_url }}","options":{},"authentication":"predefinedCredentialType","nodeCredentialType":"videoDBApi"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":4.2},{"id":"b351c25e-32f9-46e4-a8e6-8e256453c35a","name":"Is Download Job Ready","type":"n8n-nodes-base.if","position":[3264,240],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"b379ca2c-d86d-47d7-9ac9-446ac47721fb","operator":{"name":"filter.operator.equals","type":"string","operation":"equals"},"leftValue":"={{ $json.data.status }}","rightValue":"done"}]},"looseTypeValidation":true},"typeVersion":2.2},{"id":"5faa1557-9dc1-4fa3-be4e-091170bc482a","name":"Download Subtitled Video File","type":"n8n-nodes-base.httpRequest","position":[3504,224],"parameters":{"url":"={{ $json.data.download_url }}","options":{}},"typeVersion":4.2},{"id":"92438108-723b-45cd-bdb6-92f2a259b715","name":"Upload Subtitled Video to Google Drive","type":"n8n-nodes-base.googleDrive","position":[3728,224],"parameters":{"name":"={{ $json.data.name }}","driveId":{"__rl":true,"mode":"list","value":"My Drive"},"options":{},"folderId":{"__rl":true,"mode":"list","value":"1YW39wRNL4sHlPLQmM2rnKM5mnCmVOT4W","cachedResultUrl":"https://drive.google.com/drive/folders/YOUR_FOLDER_ID","cachedResultName":"Subtitled Videos"}},"credentials":{"googleDriveOAuth2Api":{"id":"your-googledrive-credential-id","name":"Google Drive account"}},"typeVersion":3},{"id":"daa63ab3-dda9-490b-952c-81101c50f2ce","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[272,48],"parameters":{"color":7,"width":1152,"height":432,"content":"# Video Upload to VideoDB"},"typeVersion":1},{"id":"da7f83fa-958f-4ba6-b56b-76ec1780e86f","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[1440,48],"parameters":{"color":7,"width":1072,"height":432,"content":"# Indexing the spoken content and Adding Subtitles"},"typeVersion":1},{"id":"7ad9f8a0-0e0a-4c64-b646-ea1cf950a094","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[2528,48],"parameters":{"color":7,"width":880,"height":432,"content":"# Generating the Download URL\n"},"typeVersion":1},{"id":"77432f3f-4391-4821-aa7e-0679c17954bd","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[3424,48],"parameters":{"color":7,"width":528,"height":432,"content":"# Uploading to GDrive\n"},"typeVersion":1},{"id":"edb72ad5-75e8-4b3c-9de1-10e47ef10cd4","name":"Index Spoken Words","type":"@videodb/n8n-nodes-videodb.videoDb","position":[1472,256],"parameters":{"video_id":"={{ $('Poll Upload Status').item.json.response.data.id }}","operation":"indexSpokenWords","collection_id":"={{ $('Poll Upload Status').item.json.response.data.collection_id }}","language_code":"en_us"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":1},{"id":"1a7255b3-39c5-44ad-b547-28b61f5d1fa3","name":"Is Indexing Complete","type":"n8n-nodes-base.if","position":[2144,256],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"b379ca2c-d86d-47d7-9ac9-446ac47721fb","operator":{"name":"filter.operator.equals","type":"string","operation":"equals"},"leftValue":"={{ $json.status }}","rightValue":"done"}]},"looseTypeValidation":true},"typeVersion":2.2},{"id":"9dfb8825-2bf9-481e-8ae9-5e39f37bbb43","name":"Add Subtitle to Video","type":"@videodb/n8n-nodes-videodb.videoDb","position":[2352,240],"parameters":{"video_id":"={{ $('Poll Upload Status').item.json.response.data.id }}","operation":"addSubtitle","collection_id":"={{ $('Poll Upload Status').item.json.response.data.collection_id }}"},"credentials":{"videoDBApi":{"id":"your-videodb-credential-id","name":"VideoDB Credential"}},"typeVersion":1}],"pinData":{},"connections":{"Index Spoken Words":{"main":[[{"node":"Wait Before Indexing Status Check","type":"main","index":0}]]},"Is Upload Complete":{"main":[[{"node":"Index Spoken Words","type":"main","index":0}],[{"node":"Wait Before Upload Status Check","type":"main","index":0}]]},"Poll Upload Status":{"main":[[{"node":"Is Upload Complete","type":"main","index":0}]]},"Is Indexing Complete":{"main":[[{"node":"Add Subtitle to Video","type":"main","index":0}],[{"node":"Wait Before Indexing Status Check","type":"main","index":0}]]},"Poll Indexing Status":{"main":[[{"node":"Is Indexing Complete","type":"main","index":0}]]},"Add Subtitle to Video":{"main":[[{"node":"Generate Download Job","type":"main","index":0}]]},"Generate Download Job":{"main":[[{"node":"Wait Before Download Job Check","type":"main","index":0}]]},"Is Download Job Ready":{"main":[[{"node":"Download Subtitled Video File","type":"main","index":0}],[{"node":"Wait Before Download Job Check","type":"main","index":0}]]},"Upload Video to VideoDB":{"main":[[{"node":"Wait Before Upload Status Check","type":"main","index":0}]]},"Poll Download Job Status":{"main":[[{"node":"Is Download Job Ready","type":"main","index":0}]]},"YouTube URL Form Trigger":{"main":[[{"node":"Upload Video to VideoDB","type":"main","index":0}]]},"Download Subtitled Video File":{"main":[[{"node":"Upload Subtitled Video to Google Drive","type":"main","index":0}]]},"Wait Before Download Job Check":{"main":[[{"node":"Poll Download Job Status","type":"main","index":0}]]},"Wait Before Upload Status Check":{"main":[[{"node":"Poll Upload Status","type":"main","index":0}]]},"Wait Before Indexing Status Check":{"main":[[{"node":"Poll Indexing Status","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":21,"nodeTypes":{"n8n-nodes-base.if":{"count":3},"n8n-nodes-base.wait":{"count":3},"n8n-nodes-base.stickyNote":{"count":5},"n8n-nodes-base.formTrigger":{"count":1},"n8n-nodes-base.googleDrive":{"count":1},"n8n-nodes-base.httpRequest":{"count":4},"@videodb/n8n-nodes-videodb.videoDb":{"count":4}}},"status":"published","readyToDemo":null,"user":{"name":"Om Gate","username":"om-videodb","bio":"","verified":false,"links":["https://x.com/om_gate"],"avatar":"https://gravatar.com/avatar/9c337f3e0d7c576816c89f658789843ec2b382ed451240110768c3f5f55f273b?r=pg&d=retro&size=200"},"nodes":[{"id":19,"icon":"file:httprequest.svg","name":"n8n-nodes-base.httpRequest","codex":{"data":{"alias":["API","Request","URL","Build","cURL"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/learn-how-to-automatically-cross-post-your-content-with-n8n/","icon":"✍️","label":"Learn how to automatically cross-post your content with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/running-n8n-on-ships-an-interview-with-maranics/","icon":"🛳","label":"Running n8n on ships: An interview with Maranics"},{"url":"https://n8n.io/blog/what-are-apis-how-to-use-them-with-no-code/","icon":" 🪢","label":"What are APIs and how to use them with no code"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automate-designs-with-bannerbear-and-n8n/","icon":"🎨","label":"Automate Designs with Bannerbear and n8n"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/how-to-use-the-http-request-node-the-swiss-army-knife-for-workflow-automation/","icon":"🧰","label":"How to use the HTTP Request Node - The Swiss Army Knife for Workflow Automation"},{"url":"https://n8n.io/blog/learn-how-to-use-webhooks-with-mattermost-slash-commands/","icon":"🦄","label":"Learn how to use webhooks with Mattermost slash commands"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/automations-for-activists/","icon":"✨","label":"How Common Knowledge use workflow automation for activism"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"output\"]","defaults":{"name":"HTTP Request","color":"#0004F5"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MCAyMEM0MCA4Ljk1MzE0IDMxLjA0NjkgMCAyMCAwQzguOTUzMTQgMCAwIDguOTUzMTQgMCAyMEMwIDMxLjA0NjkgOC45NTMxNCA0MCAyMCA0MEMzMS4wNDY5IDQwIDQwIDMxLjA0NjkgNDAgMjBaTTIwIDM2Ljk0NThDMTguODg1MiAzNi45NDU4IDE3LjEzNzggMzUuOTY3IDE1LjQ5OTggMzIuNjk4NUMxNC43OTY0IDMxLjI5MTggMTQuMTk2MSAyOS41NDMxIDEzLjc1MjYgMjcuNjg0N0gyNi4xODk4QzI1LjgwNDUgMjkuNTQwMyAyNS4yMDQ0IDMxLjI5MDEgMjQuNTAwMiAzMi42OTg1QzIyLjg2MjIgMzUuOTY3IDIxLjExNDggMzYuOTQ1OCAyMCAzNi45NDU4Wk0xMi45MDY0IDIwQzEyLjkwNjQgMjEuNjA5NyAxMy4wMDg3IDIzLjE2NCAxMy4yMDAzIDI0LjYzMDVIMjYuNzk5N0MyNi45OTEzIDIzLjE2NCAyNy4wOTM2IDIxLjYwOTcgMjcuMDkzNiAyMEMyNy4wOTM2IDE4LjM5MDMgMjYuOTkxMyAxNi44MzYgMjYuNzk5NyAxNS4zNjk1SDEzLjIwMDNDMTMuMDA4NyAxNi44MzYgMTIuOTA2NCAxOC4zOTAzIDEyLjkwNjQgMjBaTTIwIDMuMDU0MTlDMjEuMTE0OSAzLjA1NDE5IDIyLjg2MjIgNC4wMzA3OCAyNC41MDAxIDcuMzAwMzlDMjUuMjA2NiA4LjcxNDA4IDI1LjgwNzIgMTAuNDA2NyAyNi4xOTIgMTIuMzE1M0gxMy43NTAxQzE0LjE5MzMgMTAuNDA0NyAxNC43OTQyIDguNzEyNTQgMTUuNDk5OCA3LjMwMDY0QzE3LjEzNzcgNC4wMzA4MyAxOC44ODUxIDMuMDU0MTkgMjAgMy4wNTQxOVpNMzAuMTQ3OCAyMEMzMC4xNDc4IDE4LjQwOTkgMzAuMDU0MyAxNi44NjE3IDI5LjgyMjcgMTUuMzY5NUgzNi4zMDQyQzM2LjcyNTIgMTYuODQyIDM2Ljk0NTggMTguMzk2NCAzNi45NDU4IDIwQzM2Ljk0NTggMjEuNjAzNiAzNi43MjUyIDIzLjE1OCAzNi4zMDQyIDI0LjYzMDVIMjkuODIyN0MzMC4wNTQzIDIzLjEzODMgMzAuMTQ3OCAyMS41OTAxIDMwLjE0NzggMjBaTTI2LjI3NjcgNC4yNTUxMkMyNy42MzY1IDYuMzYwMTkgMjguNzExIDkuMTMyIDI5LjM3NzQgMTIuMzE1M0gzNS4xMDQ2QzMzLjI1MTEgOC42NjggMzAuMTA3IDUuNzgzNDYgMjYuMjc2NyA0LjI1NTEyWk0xMC42MjI2IDEyLjMxNTNINC44OTI5M0M2Ljc1MTQ3IDguNjY3ODQgOS44OTM1MSA1Ljc4MzQxIDEzLjcyMzIgNC4yNTUxM0MxMi4zNjM1IDYuMzYwMjEgMTEuMjg5IDkuMTMyMDEgMTAuNjIyNiAxMi4zMTUzWk0zLjA1NDE5IDIwQzMuMDU0MTkgMjEuNjAzIDMuMjc3NDMgMjMuMTU3NSAzLjY5NDg0IDI0LjYzMDVIMTAuMTIxN0M5Ljk0NjE5IDIzLjE0MiA5Ljg1MjIyIDIxLjU5NDMgOS44NTIyMiAyMEM5Ljg1MjIyIDE4LjQwNTcgOS45NDYxOSAxNi44NTggMTAuMTIxNyAxNS4zNjk1SDMuNjk0ODRDMy4yNzc0MyAxNi44NDI1IDMuMDU0MTkgMTguMzk3IDMuMDU0MTkgMjBaTTI2LjI3NjYgMzUuNzQyN0MyNy42MzY1IDMzLjYzOTMgMjguNzExIDMwLjg2OCAyOS4zNzc0IDI3LjY4NDdIMzUuMTA0NkMzMy4yNTEgMzEuMzMyMiAzMC4xMDY4IDM0LjIxNzkgMjYuMjc2NiAzNS43NDI3Wk0xMy43MjM0IDM1Ljc0MjdDOS44OTM2OSAzNC4yMTc5IDYuNzUxNTUgMzEuMzMyNCA0Ljg5MjkzIDI3LjY4NDdIMTAuNjIyNkMxMS4yODkgMzAuODY4IDEyLjM2MzUgMzMuNjM5MyAxMy43MjM0IDM1Ljc0MjdaIiBmaWxsPSIjM0E0MkU5Ii8+Cjwvc3ZnPgo="},"displayName":"HTTP Request","typeVersion":4,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":20,"icon":"fa:map-signs","name":"n8n-nodes-base.if","codex":{"data":{"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"details":"The IF node can be used to implement binary conditional logic in your workflow. You can set up one-to-many conditions to evaluate each item of data being inputted into the node. That data will either evaluate to TRUE or FALSE and route out of the node accordingly.\n\nThis node has multiple types of conditions: Bool, String, Number, and Date & Time.","resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/","icon":"🤬","label":"Create a toxic language detector for Telegram in 4 step"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/","icon":"🙌","label":"Sending Automated Congratulations with Google Sheets, Twilio, and n8n "},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"If","color":"#408000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"If","typeVersion":2,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":58,"icon":"file:googleDrive.svg","name":"n8n-nodes-base.googleDrive","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Data & Storage"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"input\"]","defaults":{"name":"Google Drive"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgODEgNzMiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzAwNjZkYSIgZD0ibTYuMDQ4IDYxLjI2IDMuNTI4IDYuMDk0Yy43MzMgMS4yODMgMS43ODcgMi4yOTEgMy4wMjQgMy4wMjRsMTIuNi0yMS44MUgwYTguMyA4LjMgMCAwIDAgMS4xIDQuMTI0eiIvPjxwYXRoIGZpbGw9IiMwMGFjNDciIGQ9Ik00MCAyMi45MSAyNy40IDEuMWMtMS4yMzcuNzMzLTIuMjkxIDEuNzQxLTMuMDI0IDMuMDI0TDEuMSA0NC40NDVBOC4zIDguMyAwIDAgMCAwIDQ4LjU2OGgyNS4yeiIvPjxwYXRoIGZpbGw9IiNlYTQzMzUiIGQ9Ik02Ny40IDcwLjM3OGMxLjIzNy0uNzMzIDIuMjkxLTEuNzQxIDMuMDI0LTMuMDI0bDEuNDY2LTIuNTIgNy4wMS0xMi4xNDJhOC4zIDguMyAwIDAgMCAxLjEtNC4xMjRINTQuNzk4bDUuMzYzIDEwLjUzOHoiLz48cGF0aCBmaWxsPSIjMDA4MzJkIiBkPSJNNDAgMjIuOTEgNTIuNiAxLjFDNTEuMzYzLjM2NyA0OS45NDMgMCA0OC40NzcgMEgzMS41MjRjLTEuNDY2IDAtMi44ODcuNDEyLTQuMTI0IDEuMXoiLz48cGF0aCBmaWxsPSIjMjY4NGZjIiBkPSJNNTQuNzk5IDQ4LjU2OEgyNS4ybC0xMi42IDIxLjgxYzEuMjM3LjczMyAyLjY1NyAxLjEgNC4xMjQgMS4xaDQ2LjU1MmMxLjQ2NiAwIDIuODg3LS40MTIgNC4xMjQtMS4xeiIvPjxwYXRoIGZpbGw9IiNmZmJhMDAiIGQ9Ik02Ny4yNjIgMjQuMjg0IDU1LjYyNCA0LjEyNEM1NC44OTEgMi44NDEgNTMuODM3IDEuODMzIDUyLjYgMS4xTDQwIDIyLjkxbDE0LjggMjUuNjU5aDI1LjE1NWE4LjMgOC4zIDAgMCAwLTEuMS00LjEyNHoiLz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Google Drive","typeVersion":3,"nodeCategories":[{"id":3,"name":"Data & Storage"}]},{"id":514,"icon":"fa:pause-circle","name":"n8n-nodes-base.wait","codex":{"data":{"alias":["pause","sleep","delay","timeout"],"resources":{"generic":[{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers","Flow"]}}},"group":"[\"organization\"]","defaults":{"name":"Wait","color":"#804050"},"iconData":{"icon":"pause-circle","type":"icon"},"displayName":"Wait","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1225,"icon":"file:form.svg","name":"n8n-nodes-base.formTrigger","codex":{"data":{"alias":["table","submit","post"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Other Trigger Nodes"]}}},"group":"[\"trigger\"]","defaults":{"name":"On form submission"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQjdCQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzQuOTc4IDM3LjczMmExLjU2IDEuNTYgMCAwIDEtMS41NjIgMS41NjNINi4yNmExLjU2IDEuNTYgMCAwIDEtMS41NjMtMS41NjNWOS42MDdjMC0uNDA1LjE1Ny0uNzk0LjQzOC0xLjA4Nmw2LjMwNC02LjUzMXY1LjM0NEg4LjIxM2ExLjE3MiAxLjE3MiAwIDEgMCAwIDIuMzQzaDQuNDNhMS4xNyAxLjE3IDAgMCAwIDEuMTcxLTEuMTcxVi4yMzJoMTkuNjAyYTEuNTYgMS41NiAwIDAgMSAxLjU2MiAxLjU2M3YxMC4zMjdsLTIuODYgMi44Ni04LjI1MiA4LjI3NmE0MTMuMDA2IDQxMy4wMDYgMCAwIDEtMS42NTQgMS42NjJsLS4zMzcuMzM3YTIgMiAwIDAgMC0uNTU3IDEuMDhMMjAuMyAzMS45MjJjLS4xMDguNjM4LS4yMTUgMS4wNzkuMjExIDEuNDE4LjQwMy4zMi45LjE3NCAxLjU0LjA2Nmw1LjQwOC0uOTI4YTIgMiAwIDAgMCAxLjA4LS41NTZsNi40NC02LjQyOXptLTI0LjAzLTIxLjI2NWExLjE4IDEuMTggMCAwIDAgMS4xNzEgMS4xNzJoMTMuMTYzYTEuMTcyIDEuMTcyIDAgMSAwIDAtMi4zNDRIMTIuMTE5YTEuMTcgMS4xNyAwIDAgMC0xLjE3MiAxLjE3Mm03LjI5NCAxNC43NjZhMS4xNyAxLjE3IDAgMCAwLTEuMTcyLTEuMTcySDEyLjEyYTEuMTcyIDEuMTcyIDAgMSAwIDAgMi4zNDNoNC45NTFhMS4xNyAxLjE3IDAgMCAwIDEuMTcyLTEuMTcybS44Ni03LjM5MWExLjE3IDEuMTcgMCAwIDAtMS4xNzItMS4xNzJoLTUuODExYTEuMTcyIDEuMTcyIDAgMSAwIDAgMi4zNDNoNS44MWExLjE2NCAxLjE2NCAwIDAgMCAxLjE3My0xLjE3MSIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iIzAwQjdCQyIgZD0ibTMzLjUzMiAxNi4zOTcgNC4yODktNC4yODkgMy43NTggMy43MSAxLjYxNy0xLjYxNiAyLjI1OCAyLjI1N2MuMjE4LjIxOC4zNC41MTMuMzQzLjgyLS4wMDIuMzExLS4xMjUuNjA4LS4zNDQuODNsLTYuODA0IDYuNzk2YTEuMTMgMS4xMyAwIDAgMS0uODI4LjM0MyAxLjE1IDEuMTUgMCAwIDEtLjgyOC0uMzQzIDEuMTggMS4xOCAwIDAgMSAwLTEuNjU3bDUuOTc2LTUuOTY4LTEuMzEyLTEuMzEzLTEuMzgzIDEuNDE0LTEzLjE0OSAxMy4xMjUtNC42MTcuNzgyLjc4Mi00LjYxNy4zMzYtLjMzNyAyLjU2MiAyLjU1NWExLjEgMS4xIDAgMCAwIC44MjguMzQ0Yy4zMTIuMDA1LjYxMi0uMTIuODI4LS4zNDRhMS4xOCAxLjE4IDAgMCAwIDAtMS42NTZsLTIuNTYyLTIuNTYyek00NC43MzYgMTIuMjRjMCAuNDE0LS4xNjMuODEtLjQ1NCAxLjEwMmwtLjkyMi45MTQtMy44NTItMy44MjguOTMtLjkzYTEuNTYzIDEuNTYzIDAgMCAxIDIuMjAzIDBsMS42NCAxLjY0MWMuMjkxLjI5My40NTUuNjkuNDU1IDEuMTAyIi8+PC9zdmc+"},"displayName":"n8n Form Trigger","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":31,"name":"Content Creation"},{"id":51,"name":"Multimodal AI"}],"image":[{"id":4512,"url":"https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/Screenshot_2026_02_23_at_5_08_30_PM_8a00f60871.png"}]}}