{"workflow":{"id":14190,"name":"Clone a voice and create talking avatar videos using Anthropic and deAPI","views":49,"recentViews":1,"totalViews":49,"createdAt":"2026-03-20T08:19:16.369Z","description":"## Who is this for?\n\n- Content creators who want a consistent on-screen avatar without filming themselves\n- Marketing teams producing personalized video messages at scale\n- Educators building video lessons with a virtual presenter\n- Anyone who wants to turn text into a talking avatar video using a cloned voice\n\n## What problem does this solve?\n\nCreating a talking-head video normally requires a camera, lighting, and a person on screen. Voice cloning adds another layer of complexity. This workflow handles everything — provide a short voice sample and an image, type what you want the avatar to say, and get a lip-synced talking avatar video.\n\n## What this workflow does\n\n1. **Reads** a short reference audio clip and a first frame image in parallel\n2. **Clones** the voice from the reference audio using deAPI (Qwen3 TTS VoiceClone) and generates new speech from the provided text\n3. **Merges** the cloned audio and the first frame image into a single item\n4. **AI Agent** crafts a talking-avatar-optimized video prompt — focusing on lip sync, facial expressions, and natural movement — then boosts it with the deAPI **Video Prompt Booster** tool using the first frame image for visual context\n5. **Generates** a talking avatar video synced to the cloned speech using deAPI (LTX-2.3 22B), with the image as the opening frame and the AI-crafted prompt guiding the scene\n\n## Setup\n\n### Requirements\n\n- **n8n instance** (self-hosted or n8n Cloud)\n- [deAPI](https://deapi.ai) account for voice cloning, prompt boosting, and video generation\n- Anthropic account for the AI Agent\n- A short reference audio file (3-10 seconds, MP3/WAV/FLAC/OGG/M4A)\n- A first frame image for the avatar (PNG/JPG)\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. Update the **File Path** in the \"Read Reference Audio\" node to point to your voice sample\n4. Update the **File Path** in the \"Read First Frame Image\" node to point to your avatar image\n5. Edit the **Set Fields** node with your desired text, video prompt, and language\n6. 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 avatar style**: Modify the AI Agent system message to target different visual styles (cartoon, realistic, professional, casual)\n- **Add audio transcription**: Insert a deAPI Transcribe Audio node before voice cloning and pass the transcript as `refText` for improved cloning accuracy\n- **Change the aspect ratio**: Switch from landscape to portrait for mobile-first content or square for social media\n- **Add a last frame image**: Use the optional `lastFrame` parameter in Generate From Audio to control how the video ends\n- **Change the trigger**: Replace the Manual Trigger with a Form Trigger, webhook, or Airtable trigger for batch avatar generation\n- **Add delivery**: Append a Gmail, Slack, or Google Drive node to automatically deliver the generated video\n","workflow":{"meta":{"templateCredsSetupCompleted":true},"name":"Voice Clone Talking Avatar","tags":[],"nodes":[{"id":"646f3aea-5b19-40fd-af2f-302c1d1bf63d","name":"Sticky Note - Overview","type":"n8n-nodes-base.stickyNote","position":[-1072,-1504],"parameters":{"width":668,"height":820,"content":"## Try It Out!\n### Clone a voice from a short audio clip and generate a talking avatar video with a custom first frame.\n\nThis workflow reads a reference audio file and a first frame image, clones the voice to speak new text, and generates a talking avatar video using the image as the opening frame.\n\n### How it works\n1. **Manual Trigger** starts the workflow\n2. **Set Fields** defines the text for the avatar to speak and the video prompt\n3. **Read Reference Audio** loads a short voice sample into the `audio` binary field\n4. **Read First Frame Image** loads the avatar image into the `image` binary field\n5. **deAPI Clone a Voice** clones the voice and generates new speech\n6. **Merge** combines the cloned audio and the first frame image\n7. **AI Agent** crafts a talking-avatar-optimized prompt and boosts it with the **deAPI Video Prompt Booster** tool, using the first frame image for visual context\n8. **deAPI Generate From Audio** creates a talking avatar video synced to the cloned speech, using the AI-crafted prompt and first frame image\n\n### Requirements\n- [deAPI](https://deapi.ai) account for voice cloning, prompt boosting, and video generation\n- Anthropic account for the AI Agent\n- A short reference audio file (3-10 seconds, MP3/WAV/FLAC/OGG)\n- A first frame image for the avatar (PNG/JPG)\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":"d2771ad3-78e1-4c2f-a793-4e25751ef170","name":"Sticky Note - Trigger","type":"n8n-nodes-base.stickyNote","position":[-2064,-544],"parameters":{"color":7,"width":436,"height":540,"content":"## 1. Start & Configure\nClick **Test Workflow** to run.\n\nThe **Set Fields** node defines:\n- **text** — what the avatar will say\n- **video_prompt** — visual description for the avatar video\n- **lang** — language for voice cloning"},"typeVersion":1},{"id":"64ec1cde-af35-4658-8ba0-6936bfa76578","name":"Sticky Note - Read Files","type":"n8n-nodes-base.stickyNote","position":[-1600,-736],"parameters":{"color":7,"width":452,"height":828,"content":"## 2. Load Files\nReads both input files in parallel into separate binary fields:\n\n**Reference Audio** (top branch)\n- Output field: `audio`\n- Duration: 3-10 seconds\n- Formats: MP3, WAV, FLAC, OGG, M4A\n- Max size: 10 MB\n\n**First Frame Image** (bottom branch)\n- Output field: `image`\n- The avatar image shown as the video's opening frame\n- Formats: PNG, JPG\n\nUpdate the **File Path** in each node."},"typeVersion":1},{"id":"4ffd73a6-6797-44c4-ac4b-f76394d5d7da","name":"Sticky Note - Clone","type":"n8n-nodes-base.stickyNote","position":[-1088,-656],"parameters":{"color":7,"width":380,"height":540,"content":"## 3. Clone Voice\n[deAPI Documentation](https://docs.deapi.ai)\n\n**Clone a Voice** uses **Qwen3 TTS VoiceClone** to clone the voice from the reference audio."},"typeVersion":1},{"id":"efaaee2d-7061-421a-91ac-5cb2db7c65b8","name":"Sticky Note - Generate Video","type":"n8n-nodes-base.stickyNote","position":[-608,-592],"parameters":{"color":7,"width":856,"height":764,"content":"## 4. Merge, AI Boost & Generate Video\n[deAPI Documentation](https://docs.deapi.ai)\n\n**Merge** combines the cloned audio (`audio`) with the first frame image (`image`) into a single item.\n\n**AI Agent** takes the user's video prompt and speech text, crafts a talking-avatar-optimized prompt focusing on lip sync, facial expressions, and natural movement, then uses the **Video Prompt Booster** tool with the first frame image for final optimization.\n\n**Generate From Audio** uses **LTX-2.3 22B** to create a talking avatar video:\n- Audio in `audio` drives the speech sync\n- Image in `image` sets the opening frame\n- AI-crafted prompt guides the visual scene"},"typeVersion":1},{"id":"588ff323-1e9d-454f-9c50-e98891276a93","name":"Sticky Note - Example","type":"n8n-nodes-base.stickyNote","position":[-2512,-544],"parameters":{"color":6,"width":416,"height":560,"content":"### Example Input\n\n**Reference Audio:**\nA 5-second clip of someone speaking naturally\n\n**First Frame Image:**\nA photo or AI-generated image of the avatar/presenter\n\n**Text to Speak:**\n\"Welcome to our channel! Today we're going to explore the latest advancements in artificial intelligence and how they can help your business grow.\"\n\n**Video Prompt:**\n\"A professional presenter speaking confidently in a modern, well-lit studio with a blurred tech background\"\n\n**Language:**\nEnglish"},"typeVersion":1},{"id":"d938d462-6785-4997-96ae-bb19e06f7fa8","name":"Manual Trigger","type":"n8n-nodes-base.manualTrigger","position":[-2000,-240],"parameters":{},"typeVersion":1},{"id":"f0d4f059-282c-4e05-a99b-5ffeb04c414e","name":"Set Fields","type":"n8n-nodes-base.set","position":[-1792,-240],"parameters":{"options":{},"assignments":{"assignments":[{"id":"field-text","name":"text","type":"string","value":"Welcome to our channel! Today we're going to explore the latest advancements in artificial intelligence and how they can help your business grow."},{"id":"field-video-prompt","name":"video_prompt","type":"string","value":"A professional presenter speaking confidently in a modern, well-lit studio with a blurred tech background"},{"id":"field-lang","name":"lang","type":"string","value":"English"}]}},"typeVersion":3.4},{"id":"f4a9a87f-3ade-45dc-9bde-f7525666601d","name":"Read Reference Audio","type":"n8n-nodes-base.readWriteFile","position":[-1424,-368],"parameters":{"options":{"dataPropertyName":"audio"},"fileSelector":"/path/to/your/reference-audio.mp3"},"typeVersion":1},{"id":"19ae98a9-224f-4477-82ef-f6dcca6360de","name":"Read First Frame Image","type":"n8n-nodes-base.readWriteFile","position":[-1424,-112],"parameters":{"options":{"dataPropertyName":"image"},"fileSelector":"/path/to/your/avatar-image.png"},"typeVersion":1},{"id":"2d6b23b0-b162-4107-affe-4c25a513678d","name":"deAPI Clone a Voice","type":"n8n-nodes-deapi.deapi","position":[-944,-368],"parameters":{"lang":"={{ $('Set Fields').item.json.lang }}","text":"={{ $('Set Fields').item.json.text }}","options":{"waitTimeout":120},"refAudio":"={{ $('Read Reference Audio').item.binary.audio }}","resource":"audio"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"27248ed4-ab57-429b-bb4c-0e93fe9c9d84","name":"AI Agent","type":"@n8n/n8n-nodes-langchain.agent","position":[-304,-208],"parameters":{"text":"=Create an optimized video generation prompt for a talking avatar video.\n\nThe user wants the avatar to say:\n\"{{ $('Set Fields').item.json.text }}\"\n\nTheir initial video prompt idea:\n\"{{ $('Set Fields').item.json.video_prompt }}\"\n\nUse the videoPromptBooster tool to optimize your final prompt. Return ONLY the boosted prompt text, nothing else.","options":{"systemMessage":"You are a specialist in creating prompts for talking avatar videos. Your goal is to produce a single, highly descriptive video generation prompt that will result in a realistic talking avatar.\n\nKey principles for talking avatar prompts:\n- Emphasize natural lip synchronization and mouth movements matching speech\n- Include subtle facial expressions, eye blinks, and micro-expressions\n- Describe natural head movements (slight nods, tilts) that accompany speech\n- Specify consistent lighting and camera angle (typically front-facing, head-and-shoulders)\n- Maintain visual consistency with the provided first frame image\n- Match the tone of the speech content (e.g., enthusiastic, professional, casual)\n\nWorkflow:\n1. Analyze the speech text to understand the tone and energy level\n2. Refine the user's video prompt idea to focus on talking avatar qualities\n3. Use the videoPromptBooster tool to optimize your refined prompt\n4. Return ONLY the final boosted prompt text — no explanations, no formatting"},"promptType":"define"},"typeVersion":1.7},{"id":"b12a2aeb-2b81-4e3e-9dd3-3aedb6019dc8","name":"Anthropic Chat Model","type":"@n8n/n8n-nodes-langchain.lmChatAnthropic","position":[-400,-16],"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":"3b3078a2-6848-4933-b402-1a9b9c9015fd","name":"Video prompt booster in deAPI","type":"n8n-nodes-deapi.deapiTool","position":[-64,-16],"parameters":{"prompt":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Prompt', ``, 'string') }}","options":{"binaryPropertyName":"={{ $('Read First Frame Image').item.binary.image }}"},"resource":"prompt","operation":"boostVideo"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"bc99539a-9cdd-407c-a4bf-a8b734589bba","name":"deAPI Generate From Audio","type":"n8n-nodes-deapi.deapi","position":[80,-208],"parameters":{"prompt":"={{ $json.output }}","options":{"frames":241,"firstFrame":"={{ $('Read First Frame Image').item.binary.image }}","waitTimeout":300},"resource":"video","operation":"generateFromAudio","audioBinaryProperty":"={{ $('deAPI Clone a Voice').item.binary.data }}"},"credentials":{"deApi":{"id":"YOUR_DEAPI_CREDENTIAL_ID","name":"deAPI account"}},"typeVersion":1},{"id":"1c978df7-b6d0-4ca9-a074-abc8254d57b7","name":"Merge","type":"n8n-nodes-base.merge","position":[-544,-208],"parameters":{"mode":"combine","options":{},"combineBy":"combineByPosition"},"typeVersion":3.2}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"connections":{"Merge":{"main":[[{"node":"AI Agent","type":"main","index":0}]]},"AI Agent":{"main":[[{"node":"deAPI Generate From Audio","type":"main","index":0}]]},"Set Fields":{"main":[[{"node":"Read Reference Audio","type":"main","index":0},{"node":"Read First Frame Image","type":"main","index":0}]]},"Manual Trigger":{"main":[[{"node":"Set Fields","type":"main","index":0}]]},"deAPI Clone a Voice":{"main":[[{"node":"Merge","type":"main","index":0}]]},"Anthropic Chat Model":{"ai_languageModel":[[{"node":"AI Agent","type":"ai_languageModel","index":0}]]},"Read Reference Audio":{"main":[[{"node":"deAPI Clone a Voice","type":"main","index":0}]]},"Read First Frame Image":{"main":[[{"node":"Merge","type":"main","index":1}]]},"Video prompt booster in deAPI":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":16,"nodeTypes":{"n8n-nodes-base.set":{"count":1},"n8n-nodes-base.merge":{"count":1},"n8n-nodes-deapi.deapi":{"count":2},"n8n-nodes-base.stickyNote":{"count":6},"n8n-nodes-deapi.deapiTool":{"count":1},"n8n-nodes-base.manualTrigger":{"count":1},"n8n-nodes-base.readWriteFile":{"count":2},"@n8n/n8n-nodes-langchain.agent":{"count":1},"@n8n/n8n-nodes-langchain.lmChatAnthropic":{"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":24,"icon":"file:merge.svg","name":"n8n-nodes-base.merge","codex":{"data":{"alias":["Join","Concatenate","Wait"],"resources":{"generic":[{"url":"https://n8n.io/blog/how-to-sync-data-between-two-systems/","icon":"🏬","label":"How to synchronize data between two systems (one-way vs. two-way sync"},{"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/migrating-community-metrics-to-orbit-using-n8n/","icon":"📈","label":"Migrating Community Metrics to Orbit using n8n"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"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/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.merge/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Merge"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTc3XzUxOCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDhDMCAyMS40OTAzIDIxLjQ5MDMgMCA0OCAwSDExMkMxMzguNTEgMCAxNjAgMjEuNDkwMyAxNjAgNDhWNTZIMTk2LjI1MkMyNDAuNDM1IDU2IDI3Ni4yNTIgOTEuODE3MiAyNzYuMjUyIDEzNlYxOTJDMjc2LjI1MiAyMTQuMDkxIDI5NC4xNjEgMjMyIDMxNi4yNTIgMjMySDM1MlYyMjRDMzUyIDE5Ny40OSAzNzMuNDkgMTc2IDQwMCAxNzZINDY0QzQ5MC41MSAxNzYgNTEyIDE5Ny40OSA1MTIgMjI0VjI4OEM1MTIgMzE0LjUxIDQ5MC41MSAzMzYgNDY0IDMzNkg0MDBDMzczLjQ5IDMzNiAzNTIgMzE0LjUxIDM1MiAyODhWMjgwSDMxNi4yNTJDMjk0LjE2MSAyODAgMjc2LjI1MiAyOTcuOTA5IDI3Ni4yNTIgMzIwVjM3NkMyNzYuMjUyIDQyMC4xODMgMjQwLjQzNSA0NTYgMTk2LjI1MiA0NTZIMTYwVjQ2NEMxNjAgNDkwLjUxIDEzOC41MSA1MTIgMTEyIDUxMkg0OEMyMS40OTAzIDUxMiAwIDQ5MC41MSAwIDQ2NFY0MDBDMCAzNzMuNDkgMjEuNDkwMyAzNTIgNDggMzUySDExMkMxMzguNTEgMzUyIDE2MCAzNzMuNDkgMTYwIDQwMFY0MDhIMTk2LjI1MkMyMTMuOTI1IDQwOCAyMjguMjUyIDM5My42NzMgMjI4LjI1MiAzNzZWMzIwQzIyOC4yNTIgMjk0Ljc4NCAyMzguODU5IDI3Mi4wNDQgMjU1Ljg1MyAyNTZDMjM4Ljg1OSAyMzkuOTU2IDIyOC4yNTIgMjE3LjIxNiAyMjguMjUyIDE5MlYxMzZDMjI4LjI1MiAxMTguMzI3IDIxMy45MjUgMTA0IDE5Ni4yNTIgMTA0SDE2MFYxMTJDMTYwIDEzOC41MSAxMzguNTEgMTYwIDExMiAxNjBINDhDMjEuNDkwMyAxNjAgMCAxMzguNTEgMCAxMTJWNDhaTTEwNCA0OEMxMDguNDE4IDQ4IDExMiA1MS41ODE3IDExMiA1NlYxMDRDMTEyIDEwOC40MTggMTA4LjQxOCAxMTIgMTA0IDExMkg1NkM1MS41ODE3IDExMiA0OCAxMDguNDE4IDQ4IDEwNFY1NkM0OCA1MS41ODE3IDUxLjU4MTcgNDggNTYgNDhIMTA0Wk00NTYgMjI0QzQ2MC40MTggMjI0IDQ2NCAyMjcuNTgyIDQ2NCAyMzJWMjgwQzQ2NCAyODQuNDE4IDQ2MC40MTggMjg4IDQ1NiAyODhINDA4QzQwMy41ODIgMjg4IDQwMCAyODQuNDE4IDQwMCAyODBWMjMyQzQwMCAyMjcuNTgyIDQwMy41ODIgMjI0IDQwOCAyMjRINDU2Wk0xMTIgNDA4QzExMiA0MDMuNTgyIDEwOC40MTggNDAwIDEwNCA0MDBINTZDNTEuNTgxNyA0MDAgNDggNDAzLjU4MiA0OCA0MDhWNDU2QzQ4IDQ2MC40MTggNTEuNTgxNyA0NjQgNTYgNDY0SDEwNEMxMDguNDE4IDQ2NCAxMTIgNDYwLjQxOCAxMTIgNDU2VjQwOFoiIGZpbGw9IiM1NEI4QzkiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTc3XzUxOCI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},"displayName":"Merge","typeVersion":3,"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":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":838,"icon":"fa:mouse-pointer","name":"n8n-nodes-base.manualTrigger","codex":{"data":{"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.manualworkflowtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"When clicking ‘Execute workflow’","color":"#909298"},"iconData":{"icon":"mouse-pointer","type":"icon"},"displayName":"Manual Trigger","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":1233,"icon":"file:readWriteFile.svg","name":"n8n-nodes-base.readWriteFile","codex":{"data":{"alias":["Binary","Binary File","File","Text","Open","Import","Save","Export","Disk","Transfer","Read Binary File","Write Binary File"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Files"]}}},"group":"[\"input\"]","defaults":{"name":"Read/Write Files from Disk"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTQxXzE1NDcpIj4KPHBhdGggZD0iTTAgMTJDMCA1LjM3MjU4IDUuMzcyNTggMCAxMiAwSDE1OVYxNTRDMTU5IDE2MC42MjcgMTY0LjM3MyAxNjYgMTcxIDE2NkgzMjVWMjQySDIyOC41NjJDMjEwLjg5NSAyNDIgMTk0LjY1NiAyNTEuNzA1IDE4Ni4yODggMjY3LjI2NEwxMjkuMjAzIDM3My40MDdDMTI1LjEzMSAzODAuOTc4IDEyMyAzODkuNDQgMTIzIDM5OC4wMzdWNDM0SDEyQzUuMzcyNTcgNDM0IDAgNDI4LjYyNyAwIDQyMlYxMloiIGZpbGw9IiM0NEFBNDQiLz4KPHBhdGggZD0iTTMyNSAxMzRWMTI3LjQwMUMzMjUgMTI0LjIyMyAzMjMuNzQgMTIxLjE3NSAzMjEuNDk1IDExOC45MjVMMjA2LjM2OSAzLjUyNDgxQzIwNC4xMTggMS4yNjgyIDIwMS4wNjEgMCAxOTcuODczIDBIMTkxVjEzNEgzMjVaIiBmaWxsPSIjNDRBQTQ0Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjI4LjU2MyAyNzRDMjIyLjY3NCAyNzQgMjE3LjI2MSAyNzcuMjM1IDIxNC40NzIgMjgyLjQyMUwxNzIuMjExIDM2MUg0OTIuNjRMNDQ0LjY3IDI4MS43MTdDNDQxLjc3MiAyNzYuOTI3IDQzNi41OCAyNzQgNDMwLjk4MSAyNzRIMjI4LjU2M1oiIGZpbGw9IiM0NEFBNDQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNTUgNDA5QzE1NSA0MDAuMTYzIDE2Mi4xNjMgMzkzIDE3MSAzOTNINDk2QzUwNC44MzcgMzkzIDUxMiA0MDAuMTYzIDUxMiA0MDlWNDk2QzUxMiA1MDQuODM3IDUwNC44MzcgNTEyIDQ5NiA1MTJIMTcxQzE2Mi4xNjMgNTEyIDE1NSA1MDQuODM3IDE1NSA0OTZWNDA5Wk0zOTcgNDUzQzM5NyA0NjYuMjU1IDM4Ni4yNTUgNDc3IDM3MyA0NzdDMzU5Ljc0NSA0NzcgMzQ5IDQ2Ni4yNTUgMzQ5IDQ1M0MzNDkgNDM5Ljc0NSAzNTkuNzQ1IDQyOSAzNzMgNDI5QzM4Ni4yNTUgNDI5IDM5NyA0MzkuNzQ1IDM5NyA0NTNaTTQ0NSA0NzdDNDU4LjI1NSA0NzcgNDY5IDQ2Ni4yNTUgNDY5IDQ1M0M0NjkgNDM5Ljc0NSA0NTguMjU1IDQyOSA0NDUgNDI5QzQzMS43NDUgNDI5IDQyMSA0MzkuNzQ1IDQyMSA0NTNDNDIxIDQ2Ni4yNTUgNDMxLjc0NSA0NzcgNDQ1IDQ3N1oiIGZpbGw9IiM0NEFBNDQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTQxXzE1NDciPgo8cmVjdCB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K"},"displayName":"Read/Write Files from Disk","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":31,"name":"Content Creation"},{"id":51,"name":"Multimodal AI"}],"image":[]}}