{"workflow":{"id":12829,"name":"Generate AI video clips from YouTube automatically with Reka Vision","views":801,"recentViews":1,"totalViews":801,"createdAt":"2026-01-19T21:33:16.775Z","description":"## Try It Out!\n\n**This n8n template demonstrates how to use Reka Vision to automatically generate a customized video clip from a YouTube video using AI. The workflow keeps you informed by sending an email when the work is done, ready to be published on social!**\n\n![Screenshot 20260130 at 12.36.21.png](fileId:4196)\n\n### How it works\n- Looking at the RSS feed of a YouTube channel, the flow will be triggered when there is a new video published.\n- Using Reka's API, we will submit a request for creating a clip using AI. You can customize: \n  - the template used\n  - the prompt to generate the clip\n  - if you want captions or not\n  - the minimum or maximum duration of the clip\n- Wait a little while, the magic happens\n- Check if the job status is **completed**\n  - If **yes**, it send an success **email**\n  - if **no**, it will **loop**\n- Implement best practices with a failsafe after 10 iterations in the loop; it will send an error email \n\n### Gettting Started\nEdit those nodes with your settings and credentials.\n- **When New Video**: Set the Feed URL to the YouTube channel you want to follow (ex: \n- **Create a clip**: Add your credential. Change the prompt and adjust the setting to your preferences\n- **Send ___ EMail**: Personalize the email the way you like.\n\n\n### Requirements\n- Reka AI API key (it's free! Get yours from [here from Reka](https://link.reka.ai/free))\n- Gmail account (feel free to change it to another mail provider)\n\n### Need Help?\nJoin the [Discord](https://link.reka.ai/discord)\n\nHappy clipping!\n","workflow":{"nodes":[{"id":"66851ee6-ce40-453e-b264-8fdf0955a4a4","name":"When New Video","type":"n8n-nodes-base.rssFeedReadTrigger","position":[176,0],"parameters":{"feedUrl":"ttps://www.youtube.com/feeds/videos.xml?channel_id=123","pollTimes":{"item":[{"hour":10}]}},"typeVersion":1},{"id":"5e818051-bc8d-4a09-91f5-0782a5d3e4b5","name":"Create a clip","type":"@reka-ai/n8n-nodes-reka.rekaVision","position":[384,0],"parameters":{"video_urls":"={{ $json.link }}","requestOptions":{},"additionalFields":{"subtitles":true}},"credentials":{"rekaApi":{"id":"sqkup8VdQFF1G6N8","name":"Reka account"}},"typeVersion":1},{"id":"6c235203-45e5-448b-baa6-c52b734e4419","name":"Counter Init","type":"n8n-nodes-base.set","position":[576,0],"parameters":{"mode":"raw","options":{},"jsonOutput":"{\n  \"counter\": 0\n}\n"},"typeVersion":3.4},{"id":"b76b2bdc-d5b4-43fb-aef5-a09fd474ca30","name":"Counter +1","type":"n8n-nodes-base.set","position":[1184,0],"parameters":{"mode":"raw","options":{},"jsonOutput":"={\n  \"my_field_1\": {{ $('Counter Init').item.json.counter +1 }} \n}\n"},"typeVersion":3.4},{"id":"ed358c41-6ded-4a52-9f6f-a7427c443d80","name":"If MAX Reached","type":"n8n-nodes-base.if","position":[1520,208],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"154cd90a-9814-46bc-aa7d-1078fdc14d00","operator":{"type":"number","operation":"gte"},"leftValue":"={{ $('Counter Init').item.json.counter }}","rightValue":10}]}},"typeVersion":2.2},{"id":"54ed1b10-9d61-4e5b-b4a6-8b19eeaff265","name":"If Completed","type":"n8n-nodes-base.if","position":[1360,0],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"e9b91fbc-9116-425c-910b-116648c733ed","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $('Get Job Status').item.json.status }}","rightValue":"completed"}]}},"typeVersion":2.2},{"id":"75a0419c-c020-4ea4-9b9c-4db862d9aca0","name":"Send Failure EMail","type":"n8n-nodes-base.gmail","position":[1728,192],"webhookId":"c8cb36fe-4440-48ea-a27b-15a918611e46","parameters":{"sendTo":"me@example.com","message":"=Hi,\nThere is a problem with the creation of your clip for the video: {{ $('When New Video').item.json.link }}\n\nIt takes longer then planned, we invite you to look for more details in your 8n8 automation.","options":{},"subject":"Oops..."},"credentials":{"gmailOAuth2":{"id":"9yszloSAND1yZxpA","name":"Gmail account"}},"typeVersion":2.1},{"id":"bed33d40-f47c-454c-a9c1-00ecd0ea597c","name":"Send Clip Ready EMail","type":"n8n-nodes-base.gmail","position":[1728,-16],"webhookId":"c8cb36fe-4440-48ea-a27b-15a918611e46","parameters":{"sendTo":"me@example.com","message":"=Hello! Your clip is ready to be downloded. \n\nTitle: {{ $('Get Job Status').item.json.output[0].title }}  \n\nDownload it here: {{ $('Get Job Status').item.json.output[0].video_url }} \n\nDescription: {{ $('Get Job Status').item.json.output[0].caption }}\n\n","options":{},"subject":"Your Clip is ready"},"credentials":{"gmailOAuth2":{"id":"9yszloSAND1yZxpA","name":"Gmail account"}},"typeVersion":2.1},{"id":"d0d5b094-f5d4-484d-a38a-e8c6a0e1831f","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[880,224],"parameters":{"color":7,"width":528,"height":112,"content":"## Looping\n- After 15 minutes check if the job status is equal to \"completed\"\n- Exit after 10 checks to avoid an infinite loop"},"typeVersion":1},{"id":"653c478e-9cf4-4841-880e-b76c813bd841","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[352,-208],"parameters":{"color":7,"width":544,"height":192,"content":"## Customize\n- **When New Video**: Set the Feed URL to the YouTube channel you want to follow (ex: https://www.youtube.com/feeds/videos.xml?channel_id=UCAr20GBQayL-nFPWFnUHNAA )\n- **Create a clip**: Change the prompt and adjust the setting to your preferences\n- **Send ___ EMail**: Personalize the email the way you like."},"typeVersion":1},{"id":"dc436486-677f-470e-a6ac-1527043b6b43","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[-528,-304],"parameters":{"width":624,"height":816,"content":"## Try It Out!\n**This n8n template demonstrates how to use Reka Vision to automatically generate a customized video clip from a YouTube video using AI. The workflow keeps you informed by sending an email when the work is done, ready to be published on social!**\n\n### How it works\n- Looking at the RSS feed of a YouTube channel, the flow will be triggered when there is a new video published.\n- Using Reka's Community Node we will submit a request to create a clip using AI. You can customize: \n  - The template used\n  - The prompt to generate the clip\n  - If you want captions or not\n  - The minimum or maximum duration of the clip\n- Wait a little while, the magic happens.\n- Check if the job status is **completed**\n  - If **yes**, it send an success **email**\n  - If **no**, it will **loop**\n  - As a failsafe, after 10 iterations in the loop, it will send an error email \n\n### Getting Started\nEdit those nodes with your settings and credentials.\n- **When New Video**: Set the Feed URL to the YouTube channel you want to follow (ex: \n- **Create a clip**: Add your credential. Change the prompt and adjust the setting to your preferences\n- **Send ___ EMail**: Personalize the email the way you like.\n\n\n### Requirements\n- Reka AI API key (it's free! Get yours from [here from Reka](https://link.reka.ai/free))\n- Gmail account (feel free to change it to another email provider)\n\n### Need Help?\nJoin the [Discord](https://link.reka.ai/discord)\n\nHappy clipping!\n"},"typeVersion":1},{"id":"7c6725c4-625b-482b-800d-817076d710b4","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[1056,-224],"parameters":{"color":7,"width":432,"height":192,"content":"## 💡 Waiting\nGenerating the clip can take time. The video needs to be downloaded to your Reka’s library, analyzed, edited, and then rendered. Adjust the waiting duration according to the duration of your video.\n#### Example\nFor 5-8 minutes, videos wait 15 minutes."},"typeVersion":1},{"id":"b0ba5cbc-e3f7-465f-bffe-a6fc1c8ec9a6","name":"Wait 10 minutes","type":"n8n-nodes-base.wait","position":[832,0],"webhookId":"e7d98900-aa3c-47a8-a628-72e27f6363e3","parameters":{"unit":"minutes","amount":10},"typeVersion":1.1},{"id":"b607adde-348a-4045-b136-fc6b74c592bc","name":"Get Job Status","type":"@reka-ai/n8n-nodes-reka.rekaVision","position":[1008,0],"parameters":{"jobId":"={{ $('Create a clip').item.json.id }}","operation":"getJobtatus","requestOptions":{}},"credentials":{"rekaApi":{"id":"sqkup8VdQFF1G6N8","name":"Reka account"}},"typeVersion":1}],"connections":{"Counter +1":{"main":[[{"node":"If Completed","type":"main","index":0}]]},"Counter Init":{"main":[[{"node":"Wait 10 minutes","type":"main","index":0}]]},"If Completed":{"main":[[{"node":"Send Clip Ready EMail","type":"main","index":0}],[{"node":"If MAX Reached","type":"main","index":0}]]},"Create a clip":{"main":[[{"node":"Counter Init","type":"main","index":0}]]},"Get Job Status":{"main":[[{"node":"Counter +1","type":"main","index":0}]]},"If MAX Reached":{"main":[[{"node":"Send Failure EMail","type":"main","index":0}],[{"node":"Wait 10 minutes","type":"main","index":0}]]},"When New Video":{"main":[[{"node":"Create a clip","type":"main","index":0}]]},"Wait 10 minutes":{"main":[[{"node":"Get Job Status","type":"main","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":14,"nodeTypes":{"n8n-nodes-base.if":{"count":2},"n8n-nodes-base.set":{"count":2},"n8n-nodes-base.wait":{"count":1},"n8n-nodes-base.gmail":{"count":2},"n8n-nodes-base.stickyNote":{"count":4},"n8n-nodes-base.rssFeedReadTrigger":{"count":1},"@reka-ai/n8n-nodes-reka.rekaVision":{"count":2}}},"status":"published","readyToDemo":null,"user":{"name":"Frank Boucher","username":"fboucheros","bio":"Frank Boucher is a Developer Advocate at Reka who loves turning complex tech into practical solutions. A 4x Microsoft Azure MVP, he focuses on AI, cloud computing, and .NET, sharing his knowledge through the “Cloud 5 Minutes” YouTube channel, tools, and open-source projects.","verified":false,"links":["https://fboucheros.com"],"avatar":"https://gravatar.com/avatar/803b1973ecb047247738c486b612ea2f300ada270e5db329302c8e57ec0cf721?r=pg&d=retro&size=200"},"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":38,"icon":"fa:pen","name":"n8n-nodes-base.set","codex":{"data":{"alias":["Set","JS","JSON","Filter","Transform","Map"],"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/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/","icon":"📡","label":"Database Monitoring and Alerting 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/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/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/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"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/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"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/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/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.set/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"input\"]","defaults":{"name":"Edit Fields"},"iconData":{"icon":"pen","type":"icon"},"displayName":"Edit Fields (Set)","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":356,"icon":"file:gmail.svg","name":"n8n-nodes-base.gmail","codex":{"data":{"alias":["email","human","form","wait","hitl","approval"],"resources":{"generic":[{"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/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"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-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/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"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/using-automation-to-boost-productivity-in-the-workplace/","icon":"💪","label":"Using Automation to Boost Productivity in the Workplace"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"transform\"]","defaults":{"name":"Gmail"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMTkzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZmlsbD0iIzQyODVGNCIgZD0iTTU4LjE4MiAxOTIuMDVWOTMuMTRMMjcuNTA3IDY1LjA3NyAwIDQ5LjUwNHYxMjUuMDkxYzAgOS42NTggNy44MjUgMTcuNDU1IDE3LjQ1NSAxNy40NTV6Ii8+PHBhdGggZmlsbD0iIzM0QTg1MyIgZD0iTTE5Ny44MTggMTkyLjA1aDQwLjcyN2M5LjY1OSAwIDE3LjQ1NS03LjgyNiAxNy40NTUtMTcuNDU1VjQ5LjUwNWwtMzEuMTU2IDE3LjgzNy0yNy4wMjYgMjUuNzk4eiIvPjxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Im01OC4xODIgOTMuMTQtNC4xNzQtMzguNjQ3IDQuMTc0LTM2Ljk4OUwxMjggNjkuODY4bDY5LjgxOC01Mi4zNjQgNC42NyAzNC45OTItNC42NyA0MC42NDRMMTI4IDE0NS41MDR6Ii8+PHBhdGggZmlsbD0iI0ZCQkMwNCIgZD0iTTE5Ny44MTggMTcuNTA0VjkzLjE0TDI1NiA0OS41MDRWMjYuMjMxYzAtMjEuNTg1LTI0LjY0LTMzLjg5LTQxLjg5LTIwLjk0NXoiLz48cGF0aCBmaWxsPSIjQzUyMjFGIiBkPSJtMCA0OS41MDQgMjYuNzU5IDIwLjA3TDU4LjE4MiA5My4xNFYxNy41MDRMNDEuODkgNS4yODZDMjQuNjEtNy42NiAwIDQuNjQ2IDAgMjYuMjN6Ii8+PC9zdmc+"},"displayName":"Gmail","typeVersion":2,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"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":1227,"icon":"fa:rss","name":"n8n-nodes-base.rssFeedReadTrigger","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"RSS Feed Trigger","color":"#b02020"},"iconData":{"icon":"rss","type":"icon"},"displayName":"RSS Feed Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":31,"name":"Content Creation"},{"id":51,"name":"Multimodal AI"}],"image":[{"id":4196,"url":"https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/Screenshot_2026_01_30_at_12_36_21_f5c4829342.png"}]}}