{"workflow":{"id":14453,"name":"Enrich domain URLs with Hunter.io and export contacts to Google Sheets","views":42,"recentViews":2,"totalViews":42,"createdAt":"2026-03-30T10:03:27.611Z","description":"**📺 Full walkthrough video: https://youtu.be/uk-mJRgYnfs**\n\n## Who it's for\n\nThis workflow is for sales teams, marketers, and PR professionals who need to bulk-enrich a list of company domains with contact data (emails, names, job titles, LinkedIn profiles) and export the results to a spreadsheet for outreach or prospecting.\n\n## How it works\n\n1. The workflow is triggered manually by clicking **Execute workflow** in the n8n editor.\n2. It reads a list of domain URLs from a source tab in a Google Sheet.\n3. Each domain is passed one by one to the **Hunter.io Domain Search** API, which returns up to 10 associated contacts per domain, including email address, confidence score, full name, job title, seniority, department, LinkedIn, Twitter, and phone number.\n4. Each contact record returned by Hunter is appended as a new row in a separate **Exported data** tab of the same Google Sheet.\n\n## How to set up\n\n- [ ] Connect your Google account credentials to both the **Read Domain Sheet** and **Append to Exported Data Sheet** nodes\n- [ ] Set the correct Google Sheet ID and source tab name containing your domain URLs in **Read Domain Sheet**\n- [ ] Set the correct Google Sheet ID and destination tab name in **Append to Exported Data Sheet**\n- [ ] Add your Hunter.io API key to the **Lookup Domain via Hunter** node\n- [ ] Ensure the source sheet has a column named `Domain URL`\n\n## Requirements\n\n- Google account with access to Google Sheets\n- Hunter.io account with a valid API key\n\n## How to customize\n\n- Replace the manual trigger with a **Schedule Trigger** to run the enrichment pipeline automatically (e.g., every morning).\n- Add a **Filter** node between Hunter and the output sheet to only export contacts above a minimum confidence score (e.g., ≥ 80).\n- Insert a **Set** node to rename, reformat, or add calculated fields (e.g., a combined full-name column) before writing to the sheet.","workflow":{"meta":{"instanceId":"393ca9e36a1f81b0f643c72792946a5fe5e49eb4864181ba4032e5a408278263","templateCredsSetupCompleted":true},"nodes":[{"id":"2cdf4407-3459-444d-becf-ce972f90a5c1","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[1472,384],"parameters":{"color":4,"width":1152,"content":"# Google sheets Template\n\n## https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A"},"typeVersion":1},{"id":"b3d6bb2b-cb0f-42ab-ab18-a501b67540fa","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[1472,624],"parameters":{"color":7,"height":336,"content":"## Manual workflow trigger\n\nStarts the workflow when the user manually clicks 'Execute workflow' in the n8n editor."},"typeVersion":1},{"id":"ecfc69ba-351f-4dfe-a660-15c30521af95","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[1744,640],"parameters":{"color":7,"width":384,"height":320,"content":"## Fetch rows and enrich with Hunter\n\nReads rows from a source Google Sheet, then sends each row to Hunter.io to look up email addresses or domain contact data."},"typeVersion":1},{"id":"f58ea6f9-0c4c-43cd-a318-04b48908c3ff","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[2160,592],"parameters":{"color":7,"height":384,"content":"## Save enriched results to sheet\n\nAppends the Hunter-enriched contact data as new rows into a destination Google Sheet."},"typeVersion":1},{"id":"208640d2-e019-4342-bca3-dd821002e266","name":"When Manually Triggered","type":"n8n-nodes-base.manualTrigger","position":[1520,800],"parameters":{},"typeVersion":1},{"id":"e4b79b8b-6ac4-4e8e-8b33-17af04867eb4","name":"Find Emails via Hunter","type":"n8n-nodes-base.hunter","position":[1984,800],"parameters":{"limit":10,"domain":"=","filters":{}},"credentials":{"hunterApi":{"id":"00pnDEnwZy6NXT0D","name":"Hunter account"}},"typeVersion":1},{"id":"5b94ba12-ffcd-4b12-8379-98ac5673b391","name":"Read Domains from Sheets","type":"n8n-nodes-base.googleSheets","position":[1792,800],"parameters":{"options":{},"sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A/edit#gid=0","cachedResultName":"Domain"},"documentId":{"__rl":true,"mode":"url","value":"https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A"}},"credentials":{"googleSheetsOAuth2Api":{"id":"wBRLUCktxqXE6DVJ","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"23c57c9a-4a25-4865-b2ac-8d34aa0c2aa9","name":"Append Exported Data to Sheets","type":"n8n-nodes-base.googleSheets","position":[2208,800],"parameters":{"columns":{"value":{"Twitter":"=","Linkedin":"=","Position":"=","Last name":"=","Seniority":"=","Confidence":"=","First name":"=","Departement":"=","Mail adress":"=","Phone number":"='","Position Raw":"="},"schema":[{"id":"Mail adress","type":"string","display":true,"removed":false,"required":false,"displayName":"Mail adress","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Confidence","type":"string","display":true,"removed":false,"required":false,"displayName":"Confidence","defaultMatch":false,"canBeUsedToMatch":true},{"id":"First name","type":"string","display":true,"removed":false,"required":false,"displayName":"First name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Last name","type":"string","display":true,"removed":false,"required":false,"displayName":"Last name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Phone number","type":"string","display":true,"removed":false,"required":false,"displayName":"Phone number","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Linkedin","type":"string","display":true,"removed":false,"required":false,"displayName":"Linkedin","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Position","type":"string","display":true,"removed":false,"required":false,"displayName":"Position","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Position Raw","type":"string","display":true,"removed":false,"required":false,"displayName":"Position Raw","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Seniority","type":"string","display":true,"removed":false,"required":false,"displayName":"Seniority","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Departement","type":"string","display":true,"removed":false,"required":false,"displayName":"Departement","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Twitter","type":"string","display":true,"removed":false,"required":false,"displayName":"Twitter","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":[],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"append","sheetName":{"__rl":true,"mode":"list","value":762290939,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A/edit#gid=762290939","cachedResultName":"Exported data"},"documentId":{"__rl":true,"mode":"url","value":"https://docs.google.com/spreadsheets/d/180ca70GWcm-BpM8U2ygS6jqhCTE_avx93Kd4d0USe5A"}},"credentials":{"googleSheetsOAuth2Api":{"id":"wBRLUCktxqXE6DVJ","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"dcf2a29e-a5bf-48d1-a1ca-734fbda3e99f","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[944,624],"parameters":{"width":480,"height":720,"content":"## Domain url to exported data\n\n### How it works\n\n1. The workflow is triggered manually by clicking 'Execute workflow'.\n2. It reads rows from a Google Sheet to retrieve a list of domains or companies to enrich.\n3. Each row is passed to Hunter.io to find associated email addresses or contact data.\n4. The enriched results are appended as new rows back into a Google Sheet.\n\n### Setup steps\n\n- - [ ] Connect your **Google Sheets** credentials to both the 'Get row(s) in sheet' and 'Append row in sheet' nodes.\n- - [ ] Configure the source Google Sheet URL and sheet name in the 'Get row(s) in sheet' node.\n- - [ ] Connect your **Hunter.io** API credentials to the 'Hunter' node and configure the lookup type (e.g., domain search or email finder).\n- - [ ] Configure the destination Google Sheet URL and column mapping in the 'Append row in sheet' node.\n\n### Customization\n\nYou can swap the manual trigger for a scheduled trigger (e.g., daily) to run enrichment automatically. You can also add a filter node between Hunter and the append step to only save rows where valid emails were found."},"typeVersion":1},{"id":"3c69a910-85af-437a-ba18-71fec2195c13","name":"Sticky Note16","type":"n8n-nodes-base.stickyNote","position":[2480,576],"parameters":{"width":1024,"height":400,"content":"![Logo Growth AI](https://cdn.prod.website-files.com/6825df5b20329ba581df4914/68d413c43f8729fa336568a6_Logo_horizontal.png)"},"typeVersion":1},{"id":"458fde59-13b1-4b6f-bd94-e3b79f9504b7","name":"Sticky Note17","type":"n8n-nodes-base.stickyNote","position":[2480,1024],"parameters":{"color":7,"width":1024,"height":240,"content":"## Need more advanced automation solutions? Contact us for custom enterprise workflows!\n\n# Growth-AI.fr\n\n## https://www.linkedin.com/in/allanvaccarizi/\n## https://www.linkedin.com/in/hugo-marinier-%F0%9F%A7%B2-6537b633/"},"typeVersion":1}],"pinData":{},"connections":{"Find Emails via Hunter":{"main":[[{"node":"Append Exported Data to Sheets","type":"main","index":0}]]},"When Manually Triggered":{"main":[[{"node":"Read Domains from Sheets","type":"main","index":0}]]},"Read Domains from Sheets":{"main":[[{"node":"Find Emails via Hunter","type":"main","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":11,"nodeTypes":{"n8n-nodes-base.hunter":{"count":1},"n8n-nodes-base.stickyNote":{"count":7},"n8n-nodes-base.googleSheets":{"count":2},"n8n-nodes-base.manualTrigger":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Growth AI","username":"growthai","bio":"n8n automation expert eliminating repetitive tasks for businesses. Specializing in native API integrations (HubSpot, Pipedrive, Notion, Gmail, Slack) with custom workflows tailored to your tech stack. GDPR-compliant European hosting with AI agents. From lead qualification to content generation - I architect battle-tested automations that run 24/7. Your manual routines disappear without pain.\n","verified":true,"links":["https://growth-ai.fr/"],"avatar":"https://gravatar.com/avatar/e93e43e1e71be1aee89eb849a5396be04c95604624b155a29298b9209e2534c3?r=pg&d=retro&size=200"},"nodes":[{"id":18,"icon":"file:googleSheets.svg","name":"n8n-nodes-base.googleSheets","codex":{"data":{"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"generic":[{"url":"https://n8n.io/blog/love-at-first-sight-ricardos-n8n-journey/","icon":"❤️","label":"Love at first sight: Ricardo’s n8n journey"},{"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-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/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"url":"https://n8n.io/blog/creating-triggers-for-n8n-workflows-using-polling/","icon":"⏲","label":"Creating triggers for n8n workflows using polling"},{"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/migrating-community-metrics-to-orbit-using-n8n/","icon":"📈","label":"Migrating Community Metrics to Orbit using n8n"},{"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/how-honest-burgers-use-automation-to-save-100k-per-year/","icon":"🍔","label":"How Honest Burgers Use Automation to Save $100k per year"},{"url":"https://n8n.io/blog/how-a-digital-strategist-uses-n8n-for-online-marketing/","icon":"💻","label":"How a digital strategist uses n8n for online marketing"},{"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-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/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.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Data & Storage","Productivity"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"input\",\"output\"]","defaults":{"name":"Google Sheets"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNS42OSAxIDUyIDE3LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0OC4yOTMgNjBIMTIuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDkgNTYuMzEyVjQuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTIuNzA3IDF6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM1LjY5IDEgNTIgMTcuMjI1SDM5LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzkuMjExIDE3LjIyNSA1MiAyMi40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIwLjEyIDMxLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMS42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzEuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjxwYXRoIGZpbGw9IiMyOEI0NDYiIGQ9Ik0zNC42OSAwIDUxIDE2LjIyNXYzOS4wODdhMy42NyAzLjY3IDAgMCAxLTEuMDg0IDIuNjFBMy43IDMuNyAwIDAgMSA0Ny4yOTMgNTlIMTEuNzA3YTMuNyAzLjcgMCAwIDEtMi42MjMtMS4wNzhBMy42NyAzLjY3IDAgMCAxIDggNTUuMzEyVjMuNjg4YTMuNjcgMy42NyAwIDAgMSAxLjA4NC0yLjYxQTMuNyAzLjcgMCAwIDEgMTEuNzA3IDB6Ii8+PHBhdGggZmlsbD0iIzZBQ0U3QyIgZD0iTTM0LjY5IDAgNTEgMTYuMjI1SDM4LjM5N2MtMi4wNTQgMC0zLjcwNy0xLjgyOS0zLjcwNy0zLjg3MnoiLz48cGF0aCBmaWxsPSIjMjE5QjM4IiBkPSJNMzguMjExIDE2LjIyNSA1MSAyMS40OHYtNS4yNTV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE5LjEyIDMwLjk3NWMwLS44MTcuNjYyLTEuNDc1IDEuNDgzLTEuNDc1aDE3Ljc5NGMuODIxIDAgMS40ODIuNjU4IDEuNDgyIDEuNDc1djE1LjQ4N2MwIC44MTgtLjY2MSAxLjQ3NS0xLjQ4MiAxLjQ3NUgyMC42MDNhMS40NzYgMS40NzYgMCAwIDEtMS40ODItMS40NzRWMzAuOTc0em0yLjIyNSAxLjQ3NWg2LjY3MnYyLjIxMmgtNi42NzJ6bTAgNS4xNjJoNi42NzJ2Mi4yMTNoLTYuNjcyem0wIDUuMTYzaDYuNjcydjIuMjEyaC02LjY3MnptOS42MzgtMTAuMzI1aDYuNjcydjIuMjEyaC02LjY3MnptMCA1LjE2Mmg2LjY3MnYyLjIxM2gtNi42NzJ6bTAgNS4xNjNoNi42NzJ2Mi4yMTJoLTYuNjcyeiIvPjwvZz48L3N2Zz4="},"displayName":"Google Sheets","typeVersion":5,"nodeCategories":[{"id":3,"name":"Data & Storage"},{"id":4,"name":"Productivity"}]},{"id":136,"icon":"file:hunter.png","name":"n8n-nodes-base.hunter","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hunter/"}]},"categories":["Sales"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"output\"]","defaults":{"name":"Hunter"},"iconData":{"type":"file","fileBuffer":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAw1BMVEUAAAD/Qhz/VxX/RQD/RQD/RAD/PQH/SAD/RQD/OwH/RgD/OQD/SAD/SAD/RgD/QQD/RgD/RAD/QQD/OgD/SgD/SgD/SAD/RAD/QgD/QgD/SAD/SgD/SQD/SAD/SAD/RgD/SAD/SgD/SQD/RAD/RQD/QwD/QgD/PAD/SAD/RAD/SAD/RgD/RgD/RAD/RQD/QgD/QwD/QgD/SwD/TQD/SAD/RwD/QwD/QwD/QgD/PgD/RAD/RQD/SQD/TQD/TAD/TgD/VQBe3z92AAAAO3RSTlMABAL6/fwG/PcKZw7XyJYuYVQbF/nxwoBLMvTt59zPzbyxkoR7OikS4qiejId4c1BGQfTitaZbPSclIH7mBkUAAAKqSURBVEjHxZbXdqMwEIYHVCg27r3bcUlPNj1hJPL+T7WSkiCzwWBf7dg+HMx8558iaYD/Z457KuGqryGPRh2oD8E11NFEEx/udHCNVcWA5URrgjhrAwzE5+VRCIdrSYhsQrAQPm7KGRVPECEjSQ3+oCIvwCktVgBrSWKG09aTZDSefJTJOBwGHUrjOKZVdVHoDfBCCfX0rotMExRjZUxG3HELe/5e85DGxr4uXmcAvACoXJ8LqjWs6TockHFVYcKpQJ/GGWN0XAcnl3ChvhDI9iQoo6lM/jps+JJkFAh6xGSDr/kyfREbBysiJ57QfzGstsD9LbJOCMsS3u128yyYKXRvl+rYpZsJShmRN0Zb6oSI6LVU2dx9jd05skxxmTfaQhBwuEqIUiSyutEbjvPvvnI4E75K1jLKCa8qoK2GJjbsXL/ZbjhQmSMm3RFmcsHorNEc3J0hNbI0Ob/s34YvrwpQnz/dZB4O6z1kmWwS7Dx00OomQkhvvGzpuNY01FGEgmX6TgillO3dK/PY56WjGv9SN6s+lBnELOeYZu612Kz9s14cWCmVUiNiGRjA/OZ4BOKLhm3nsBvTciJZ8G/CNIcUu1NKfDF9B+dHZDcrjoupcqGo2s3DoYGHRajyRyG68749PV03eDoYF1X+iXxc9u8D5bmX/NhjBxRigdVVs679eUroRYMezVWIxej5fuemo8Mim5FCcgg5rn1oh9Tfbpl2lJc+kb2hemrdMzI3if+bEFcO6PjzDyW+SBlLrJVCwSBqVwX5h1AnmCKKmCihZI/AqKI1Chm+8qTP0r3hNYGXDkkY9ASSL4hhVDT+7XiphNUEzWnMxC04R41WaDdmKJARSrbHTX6dL7+/mAhMptwi5RC0wovHpXvK64Wm3rZwkjlcUaeaW9D3v/GpwMArl9LJAAAAAElFTkSuQmCC"},"displayName":"Hunter","typeVersion":1,"nodeCategories":[{"id":2,"name":"Sales"}]},{"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"}]}],"categories":[{"id":37,"name":"Lead Generation"}],"image":[]}}