{"workflow":{"id":13893,"name":"Create AI video ads from product descriptions using AI Agent and deAPI","views":148,"recentViews":1,"totalViews":148,"createdAt":"2026-03-05T13:24:01.701Z","description":"## Who is this for?\n\n- Marketing teams who need quick video ads without a production crew\n- E-commerce sellers promoting products on social media\n- Freelancers and agencies producing ad creatives for clients\n- Anyone who wants to turn a product description into a video ad in minutes\n\n## What problem does this solve?\n\nProducing a video ad typically requires a designer for the visuals, a motion artist for animation, and hours of back-and-forth. This workflow replaces that entire pipeline — fill out a form, and get a ready-to-use video ad delivered to your inbox.\n\n## What this workflow does\n\n1. **Collects** product name, description, visual style, and recipient email through a web form\n2. **AI Agent** analyzes the product and uses both deAPI **Image Prompt Booster** and **Video Prompt Booster** tools to create optimized prompts for image and video generation\n3. **Generates** a 1280x720 landscape product hero image using deAPI\n4. **Animates** the hero image into a short video ad using deAPI image-to-video generation\n5. **Emails** the video ad link to the specified address via Gmail\n\n## Setup\n\n### Requirements\n\n- **n8n instance** (self-hosted or n8n Cloud)\n- [deAPI](https://deapi.ai) account for prompt boosting, image generation, and video generation\n- Anthropic account for the AI Agent\n- Gmail account for email delivery\n\n### Installing the deAPI Node\n\n- **n8n Cloud**: Go to **Settings** → **Community Nodes** and toggle the \"Verified Community Nodes\" option\n- **Self-hosted**: Go to **Settings** → **Community Nodes** and install `n8n-nodes-deapi`\n\n### Configuration\n\n1. Add your deAPI credentials (API key + webhook secret)\n2. Add your Anthropic credentials (API key)\n3. Add your Gmail credentials (OAuth2)\n4. Ensure your n8n instance is on HTTPS\n\n## How to customize this workflow\n\n- **Change the AI model**: Swap Anthropic for OpenAI, Google Gemini, or any other LLM provider\n- **Adjust the creative direction**: Modify the AI Agent system message to target different ad styles (product demo, lifestyle, teaser, etc.)\n- **Change the delivery method**: Replace Gmail with Slack, Microsoft Teams, or upload directly to Google Drive / S3\n- **Change the aspect ratio**: Switch from landscape to square or portrait for Instagram Stories or TikTok\n- **Add background removal**: Insert a deAPI Remove Background node before video generation for a clean product cutout\n- **Batch processing**: Replace the Form Trigger with a Google Sheets or Airtable trigger to generate ads for a product catalog\n","workflow":{"meta":{"templateCredsSetupCompleted":true},"name":"AI Video Ad Creator","tags":[],"nodes":[{"id":"520dc49b-48cc-446a-9578-214b1d5c2133","name":"Sticky Note - Overview","type":"n8n-nodes-base.stickyNote","position":[1392,-832],"parameters":{"width":668,"height":780,"content":"## Try It Out!\n### Generate a professional video ad from just a product description.\n\nThis workflow takes product details from a simple form, uses AI to create optimized visual prompts, generates a hero product image, animates it into a short video ad, and delivers the result by email.\n\n### How it works\n1. **Form Trigger** collects product name, description, style, and recipient email\n2. **AI Agent** analyzes the product and uses both deAPI **Image Prompt Booster** and **Video Prompt Booster** tools to craft optimized prompts\n3. **deAPI Generate Image** creates a professional product hero shot\n4. **deAPI Generate Video** animates the hero image into a short video ad (image-to-video)\n5. **Gmail** sends the video ad link to the specified email\n\n### Requirements\n- [deAPI](https://deapi.ai) account for image generation, video generation, and prompt boosting\n- Anthropic account for AI Agent\n- Gmail account for email delivery\n- n8n instance must be on **HTTPS**\n\n### Need Help?\nJoin the [n8n Discord](https://discord.gg/n8n) or ask in the [Forum](https://community.n8n.io/)!\n\nHappy Automating!"},"typeVersion":1},{"id":"f43dd495-13f0-4fdd-bfbe-e981842e72c0","name":"Sticky Note - Generate Image","type":"n8n-nodes-base.stickyNote","position":[1728,0],"parameters":{"color":7,"width":320,"height":428,"content":"## 3. Generate Product Image\n[deAPI Documentation](https://docs.deapi.ai)\n\nGenerates a **1280x720** landscape hero shot of the product.\n\nThis image becomes the **first frame** of the video ad in the next step."},"typeVersion":1},{"id":"06754532-9582-4723-9d2f-1ccafb69ca48","name":"Sticky Note - Generate Video","type":"n8n-nodes-base.stickyNote","position":[2096,0],"parameters":{"color":7,"width":360,"height":428,"content":"## 4. Generate Video Ad\n[deAPI Documentation](https://docs.deapi.ai)\n\nUses **image-to-video** generation to animate the product hero shot into a short video ad.\n\nThe AI-crafted video prompt controls the camera movement and animation style."},"typeVersion":1},{"id":"42130a93-cd20-4295-8c82-3d204deb5e4f","name":"Sticky Note - Gmail","type":"n8n-nodes-base.stickyNote","position":[2512,0],"parameters":{"color":7,"width":328,"height":428,"content":"## 5. Email Delivery\n[Read more about Gmail node](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail)\n\nSends the video ad link to the email address from the form.\n\nYou can swap this for Slack, Microsoft Teams, or any other notification node."},"typeVersion":1},{"id":"ce3ab811-9a4b-409f-bf4c-a8cf8e93b3db","name":"Structured Output Parser","type":"@n8n/n8n-nodes-langchain.outputParserStructured","position":[1568,496],"parameters":{"jsonSchemaExample":"{\n  \"boosted_image_prompt\": \"professional product photograph of sleek wireless earbuds on a dark reflective surface...\",\n  \"boosted_video_prompt\": \"slow cinematic camera orbit around the product with soft volumetric lighting gradually intensifying\"\n}"},"typeVersion":1.2},{"id":"e7c9b85e-7d15-4bc8-8064-323b1d2826ac","name":"Image prompt booster in deAPI","type":"n8n-nodes-deapi.deapiTool","position":[1328,496],"parameters":{"prompt":"={{ $fromAI('Prompt', ``, 'string') }}","options":{},"resource":"prompt"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"ad131dea-ad9f-4524-9bb9-9d9beac30f49","name":"Video prompt booster in deAPI","type":"n8n-nodes-deapi.deapiTool","position":[1456,544],"parameters":{"prompt":"={{ $fromAI('VideoPrompt', ``, 'string') }}","options":{},"resource":"prompt","operation":"boostVideo"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"8eb32faa-4e01-41e9-8c51-ec5a03605f20","name":"Anthropic Chat Model","type":"@n8n/n8n-nodes-langchain.lmChatAnthropic","position":[1232,464],"parameters":{"model":{"__rl":true,"mode":"list","value":"claude-opus-4-6","cachedResultName":"Claude Opus 4.6"},"options":{}},"credentials":{"anthropicApi":{"id":"YOUR_ANTHROPIC_CREDENTIAL_ID","name":"Anthropic account"}},"typeVersion":1.3},{"id":"39086cd0-6993-482e-b31f-190d93c07ebc","name":"deAPI Generate Image","type":"n8n-nodes-deapi.deapi","position":[1840,256],"parameters":{"ratio":"landscape","prompt":"={{ $json.output.boosted_image_prompt }}","options":{"waitTimeout":120,"Flux2LandscapeSize":"1280x720"}},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"f1ced3e6-43fd-4535-b820-d6aa0291288b","name":"deAPI Generate Video","type":"n8n-nodes-deapi.deapi","position":[2224,256],"parameters":{"ratio":"landscape","prompt":"={{ $('AI Agent').item.json.output.boosted_video_prompt }}","source":"image","options":{"waitTimeout":240},"resource":"video"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"7daff073-119d-4bde-917b-6d784807441d","name":"Gmail","type":"n8n-nodes-base.gmail","position":[2624,256],"parameters":{"sendTo":"={{ $('Product Details Form').item.json['Email'] }}","message":"=<h2>Your video ad is ready!</h2><p>Here is the AI-generated video ad for <strong>{{ $('Product Details Form').item.json['Product Name'] }}</strong>.</p><p><a href=\"{{ $json.result_url }}\">Download your video ad</a></p><p style=\"color:#888;font-size:12px;\">Generated with deAPI and n8n</p>","options":{"appendAttribution":false},"subject":"=Your AI Video Ad — {{ $('Product Details Form').item.json['Product Name'] }}"},"credentials":{"gmailOAuth2":{"id":"YOUR_GMAIL_CREDENTIAL_ID","name":"Gmail account"}},"typeVersion":2.1},{"id":"f46ebc11-3141-42f6-970f-8433093d72f4","name":"Sticky Note - Example","type":"n8n-nodes-base.stickyNote","position":[416,0],"parameters":{"color":6,"width":320,"height":500,"content":"### Example Input\n\n**Product Name:**\nSony WH-1000XM6\n\n**Product Description:**\nPremium wireless noise-cancelling headphones with 40-hour battery life, multipoint connection, and adaptive sound control. Ultralight carbon fiber headband with soft-fit leather ear cushions.\n\n**Visual Style:**\nmodern, minimalist, dark background\n\n**Email:**\nyour@gmail.com"},"typeVersion":1},{"id":"1ee96a5f-56e4-431f-89f6-8c6e50e3ec59","name":"Sticky Note - AI Agent","type":"n8n-nodes-base.stickyNote","position":[1216,0],"parameters":{"color":7,"width":464,"height":780,"content":"## 2. AI-Powered Prompt Creation\n[Read more about AI Agents](https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent)\n\nThe AI Agent analyzes the product and uses two deAPI tools:\n- **Image Prompt Booster** — optimizes the product image prompt for FLUX\n- **Video Prompt Booster** — optimizes the motion prompt for LTX-2\n\nThe **Structured Output Parser** ensures consistent JSON output with both boosted prompts."},"typeVersion":1},{"id":"7865f61c-e070-4307-a638-d58b4da745ff","name":"AI Agent","type":"@n8n/n8n-nodes-langchain.agent","position":[1328,256],"parameters":{"text":"=Create a video ad for the following product:\n\nProduct Name: {{ $json['Product Name'] }}\nProduct Description: {{ $json['Product Description'] }}\nVisual Style: {{ $json['Visual Style'] }}","options":{"systemMessage":"You are a creative director specializing in product video ads.\n\nYour tasks:\n1. Create a compelling product image prompt that shows the product in a professional, ad-worthy setting. Use the imagePromptBooster tool to enhance it.\n2. Write a short video motion prompt (1-2 sentences) describing how the camera should move and how the product should be animated. Think cinematic — smooth orbits, slow zooms, dramatic lighting shifts. Do NOT describe the product itself in the video prompt, only the motion and atmosphere. Use the videoPromptBooster tool to enhance it.\n\nReturn both boosted prompts in the required JSON format."},"promptType":"define","hasOutputParser":true},"typeVersion":1.7},{"id":"d5c5aeeb-7a51-467c-9c91-42cb511f24c7","name":"Product Details Form","type":"n8n-nodes-base.formTrigger","position":[928,256],"parameters":{"options":{},"formTitle":"AI Video Ad Creator","formFields":{"values":[{"fieldLabel":"Product Name","placeholder":"e.g. AirPods Pro 3","requiredField":true},{"fieldType":"textarea","fieldLabel":"Product Description","placeholder":"Briefly describe your product and its key features","requiredField":true},{"fieldLabel":"Visual Style","placeholder":"e.g. modern, minimalist, luxury, bold"},{"fieldLabel":"Email","placeholder":"you@example.com","requiredField":true}]},"formDescription":"Fill in your product details to automatically generate a professional video ad."},"typeVersion":2.2},{"id":"5262c0b9-8d62-43cc-8af9-8fc3821dda48","name":"Sticky Note - Example1","type":"n8n-nodes-base.stickyNote","position":[2912,0],"parameters":{"color":6,"width":384,"height":564,"content":"### Example Output\n\nLink to the video ad: https://res.cloudinary.com/dsmonpqk2/video/upload/v1772714207/bgbzrPpWuZ1vV2u3lPUOQ0QoNQWGTGFxnnlkBSJw_rbrw2j.mp4"},"typeVersion":1},{"id":"f88b429e-5ae5-4fe5-8e73-e7fc9811a308","name":"Sticky Note - Form1","type":"n8n-nodes-base.stickyNote","position":[800,0],"parameters":{"color":7,"width":364,"height":428,"content":"## 1. Product Details Form\nCollects product info through a web form:\n\n- **Product Name** (required)\n- **Product Description** (required)\n- **Visual Style** (optional)\n- **Email** — where to send the result\n\nSubmit the form to kick off the pipeline."},"typeVersion":1}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"connections":{"AI Agent":{"main":[[{"node":"deAPI Generate Image","type":"main","index":0}]]},"Anthropic Chat Model":{"ai_languageModel":[[{"node":"AI Agent","type":"ai_languageModel","index":0}]]},"Product Details Form":{"main":[[{"node":"AI Agent","type":"main","index":0}]]},"deAPI Generate Image":{"main":[[{"node":"deAPI Generate Video","type":"main","index":0}]]},"deAPI Generate Video":{"main":[[{"node":"Gmail","type":"main","index":0}]]},"Structured Output Parser":{"ai_outputParser":[[{"node":"AI Agent","type":"ai_outputParser","index":0}]]},"Image prompt booster in deAPI":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Video prompt booster in deAPI":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":17,"nodeTypes":{"n8n-nodes-base.gmail":{"count":1},"n8n-nodes-deapi.deapi":{"count":2},"n8n-nodes-base.stickyNote":{"count":8},"n8n-nodes-deapi.deapiTool":{"count":2},"n8n-nodes-base.formTrigger":{"count":1},"@n8n/n8n-nodes-langchain.agent":{"count":1},"@n8n/n8n-nodes-langchain.lmChatAnthropic":{"count":1},"@n8n/n8n-nodes-langchain.outputParserStructured":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"deAPI Team","username":"deapi","bio":"deAPI Team maintains the official n8n community node for deAPI — a unified API for open-source AI models including image generation, video creation, and transcription, powered by decentralized GPUs at up to 20× lower costs. We build ready-to-use workflow templates that help developers and teams integrate AI media generation into n8n — no infrastructure, no code.","verified":true,"links":["https://deapi.ai/"],"avatar":"https://gravatar.com/avatar/7866869a4e009d12f65f75f3c2e25eed777c19329a51ce803491dcec60ae0c98?r=pg&d=retro&size=200"},"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":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":1119,"icon":"fa:robot","name":"@n8n/n8n-nodes-langchain.agent","codex":{"data":{"alias":["LangChain","Chat","Conversational","Plan and Execute","ReAct","Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Agents","Root Nodes"]}}},"group":"[\"transform\"]","defaults":{"name":"AI Agent","color":"#404040"},"iconData":{"icon":"robot","type":"icon"},"displayName":"AI Agent","typeVersion":3,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1145,"icon":"file:anthropic.svg","name":"@n8n/n8n-nodes-langchain.lmChatAnthropic","codex":{"data":{"alias":["claude","sonnet","opus"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatanthropic/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Language Models","Root Nodes"],"Language Models":["Chat Models (Recommended)"]}}},"group":"[\"transform\"]","defaults":{"name":"Anthropic Chat Model"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzdEN0Q4NyIgZD0iTTMyLjczIDBoLTYuOTQ1TDM4LjQ1IDMyaDYuOTQ1ek0xMi42NjUgMCAwIDMyaDcuMDgybDIuNTktNi43MmgxMy4yNWwyLjU5IDYuNzJoNy4wODJMMTkuOTI5IDB6bS0uNzAyIDE5LjMzNyA0LjMzNC0xMS4yNDYgNC4zMzQgMTEuMjQ2eiIvPjwvc3ZnPg=="},"displayName":"Anthropic Chat Model","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1179,"icon":"fa:code","name":"@n8n/n8n-nodes-langchain.outputParserStructured","codex":{"data":{"alias":["json","zod"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.outputparserstructured/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Output Parsers"]}}},"group":"[\"transform\"]","defaults":{"name":"Structured Output Parser"},"iconData":{"icon":"code","type":"icon"},"displayName":"Structured Output Parser","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"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":[]}}