{"workflow":{"id":10705,"name":"Capture leads from forms to Google Sheets and send Gmail reminders","views":75,"recentViews":0,"totalViews":75,"createdAt":"2025-11-10T18:36:05.668Z","description":"## System Overview\n## Workflow Name: New Lead and Reminder System\n\n##  What This System Does:\n\nThis n8n automation captures new leads from a form submission and automatically:\n\nSaves them to a Google Sheet database\n\nSends personalized emails to prospects based on their budget\n\nSends you admin notifications of new leads\n\nReminds you daily about leads you haven't called yet\n\nHelps you track which leads have been contacted\n\nHow It Works - Step by Step:\n\n## PART 1: NEW LEAD CAPTURE\n\nForm Submission Trigger - Someone fills out \"Test Form\" with:\n\nFirst Name\n\nLast Name\n\nEmail\n\nBudget (dropdown: 0-100, 0-1000, 1000+)\n\nMessage\n\nBudget Filter - Rejects leads with \"0-100\" budget (too small)\n\nGoogle Sheets - Stores the lead with:\n\nAll form data\n\nSubmission date\n\n\"Called\" status (starts as FALSE)\n\n\"Rejected\" status (TRUE if budget &lt; 1000, FALSE if 1000+)\n\nLead Routing (Switch Node) - Routes leads to different email templates:\n\nBudget 0-1000: Gets email saying \"I'll give you a call later this week\"\n\nBudget 1000+: Gets email saying \"Book a call on my Calendly link\"\n\nYour Notifications - You receive 2 admin emails for every lead:\n\nOne showing lead details\n\nAnother with full lead summary\n\n## PART 2: DAILY REMINDER SYSTEM\n\nSchedule Trigger - Runs every day at 8 PM (20:00)\n\nGoogle Sheets Query - Pulls all leads from today that have Called = FALSE\n\nData Processing:\n\nFilter1 - Checks if Called = TRUE and deletes completed leads\n\nFilter2 - Checks if Called = FALSE and keeps uncalled leads\n\nCode Node - Formats uncalled leads into readable text:\n\ntext\nName: [First Name] [Last Name]\nEmail: [Email]\nBudget: [Budget]\nMessage: [Message]\nReminder Email - Sends you the formatted list of uncalled leads to your Gmail\n\nAfter You Call - Mark Called = TRUE in the spreadsheet to remove from tomorrow's reminder\n\n## Key Features:\n\n✅ Automatic lead qualification - Only accepts budgets of 1000+\n✅ Personalized outreach - Different emails based on budget\n✅ Lead database - All leads tracked in Google Sheet\n✅ Daily reminders - Never forget uncalled leads\n✅ Admin alerts - You get notified immediately when new leads arrive\n✅ Lead tracking - Mark \"Called\" status to track progress","workflow":{"id":"MbJKawk5p02VjD3Y","meta":{"instanceId":"f7a5e3786c9920340b6fa399d0c9b5ec30889cd6b3320283acf9fe34e1b1197a","templateCredsSetupCompleted":true},"name":"New Lead and reminder✅","tags":[{"id":"BXyvGuYioKFVhqor","name":"sales","createdAt":"2025-10-20T20:27:17.123Z","updatedAt":"2025-10-20T20:27:17.123Z"}],"nodes":[{"id":"98950cec-38f2-4bb6-87f2-225ae7251c4c","name":"On form submission","type":"n8n-nodes-base.formTrigger","position":[-960,112],"webhookId":"55d7b674-4387-4a9d-8bc5-8446ab2593f3","parameters":{"options":{},"formTitle":"Test Form","formFields":{"values":[{"fieldLabel":"First Name","requiredField":true},{"fieldLabel":"Last Name","requiredField":true},{"fieldLabel":"Email","requiredField":true},{"fieldType":"dropdown","fieldLabel":"Budget","fieldOptions":{"values":[{"option":"0-1000"},{"option":"1000+"},{"option":"0-100"}]},"requiredField":true},{"fieldLabel":"Message"}]}},"typeVersion":2.2},{"id":"71a3c48f-48ba-4532-82b9-77c95c85e2d9","name":"Google Sheets","type":"n8n-nodes-base.googleSheets","position":[-960,368],"parameters":{"columns":{"value":{"Email":"={{ $json.Email }}","Budget":"={{ $json.Budget }}","Called":"FALSE","Message":"={{ $json.Message }}","Rejected":"={{ $if( $json.Budget == \"1000+\", \"FALSE\", \"TRUE\") }}","Last Name":"={{ $json['Last Name'] }}","First Name":"={{ $json['First Name'] }}","submittedAt":"={{ $today}}"},"schema":[{"id":"First Name","type":"string","display":true,"required":false,"displayName":"First Name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Last Name","type":"string","display":true,"required":false,"displayName":"Last Name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Message","type":"string","display":true,"required":false,"displayName":"Message","defaultMatch":false,"canBeUsedToMatch":true},{"id":"submittedAt","type":"string","display":true,"removed":false,"required":false,"displayName":"submittedAt","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Budget","type":"string","display":true,"required":false,"displayName":"Budget","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Rejected","type":"string","display":true,"removed":false,"required":false,"displayName":"Rejected","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Called","type":"string","display":true,"removed":false,"required":false,"displayName":"Called","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["Email"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit#gid=0","cachedResultName":"Sheet1"},"documentId":{"__rl":true,"mode":"list","value":"1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit?usp=drivesdk","cachedResultName":"n8n Leads"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ZLWxTs4G8NQzjc3K","name":"aaa.agents101 acc"}},"typeVersion":4.5,"alwaysOutputData":false},{"id":"062f9ffa-97d8-441f-9639-4cb7911ab593","name":"Filter","type":"n8n-nodes-base.filter","position":[-960,240],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"ea08ed8a-56e6-4ab8-ab5f-72f30427cffa","operator":{"type":"string","operation":"notEquals"},"leftValue":"={{ $json.Budget }}","rightValue":"0-100"}]}},"typeVersion":2.2},{"id":"1e3d36e9-3950-4092-aa90-26a284781f20","name":"Switch","type":"n8n-nodes-base.switch","position":[-960,496],"parameters":{"rules":{"values":[{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"362424ed-4d9a-46ef-8dda-3dd7c373d9f6","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $('On form submission').item.json.Budget }}","rightValue":"0-1000"}]}},{"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"514dc66e-9528-411f-a617-3e64e1d8c9a7","operator":{"name":"filter.operator.equals","type":"string","operation":"equals"},"leftValue":"={{ $('On form submission').item.json.Budget }}","rightValue":"1000+"}]}}]},"options":{}},"typeVersion":3.2},{"id":"f6203441-3b59-4f16-ac67-a0c6282a683a","name":"Gmail1","type":"n8n-nodes-base.gmail","position":[-720,352],"webhookId":"96e0d45c-3b17-452f-82a2-2f2fb31b1fc5","parameters":{"sendTo":"={{ $('On form submission').item.json.Email }}","message":"=Hey  {{ $('On form submission').item.json['Fisrt Name'] }},\n\nThanks for inquiring with our services,can you book a call on my calendar link here:\nhttps://calendly.com/lelolelo12345678910l/30min\n\nBest,\nD","options":{"appendAttribution":false},"subject":"Hey, thanks for inquiring with us","emailType":"text"},"credentials":{"gmailOAuth2":{"id":"H7Zo3CmsssUjl9Pv","name":"aaa.agents101 acc"}},"typeVersion":2.1},{"id":"254cff56-6317-4784-b647-6ebb2b8e2723","name":"Gmail2","type":"n8n-nodes-base.gmail","position":[-544,112],"webhookId":"96e0d45c-3b17-452f-82a2-2f2fb31b1fc5","parameters":{"sendTo":"=","message":"=New Lead\n\nName: {{ $('On form submission').item.json['Fisrt Name'] }}{{ $('On form submission').item.json['Last Name'] }}\nEmail: {{ $('On form submission').item.json.Email }}\nBudget: {{ $('On form submission').item.json.Budget }}\nMessages: {{ $('On form submission').item.json.Message }}\n","options":{"appendAttribution":false},"subject":"New Lead","emailType":"text"},"credentials":{"gmailOAuth2":{"id":"H7Zo3CmsssUjl9Pv","name":"aaa.agents101 acc"}},"typeVersion":2.1},{"id":"a4f72e8e-8964-4875-8384-75e4f8f7f39a","name":"Gmail3","type":"n8n-nodes-base.gmail","position":[-544,352],"webhookId":"96e0d45c-3b17-452f-82a2-2f2fb31b1fc5","parameters":{"sendTo":"=","message":"=New Lead\n\nName: {{ $('On form submission').item.json['Fisrt Name'] }}{{ $('On form submission').item.json['Last Name'] }}\nEmail: {{ $('On form submission').item.json.Email }}\nBudget: {{ $('On form submission').item.json.Budget }}\nMessages: {{ $('On form submission').item.json.Message }}\n","options":{"appendAttribution":false},"subject":"New Lead","emailType":"text"},"credentials":{"gmailOAuth2":{"id":"H7Zo3CmsssUjl9Pv","name":"aaa.agents101 acc"}},"typeVersion":2.1},{"id":"fc586f80-00ae-4f07-a5df-d5b10e245698","name":"Gmail","type":"n8n-nodes-base.gmail","position":[-720,112],"webhookId":"96e0d45c-3b17-452f-82a2-2f2fb31b1fc5","parameters":{"sendTo":"={{ $('On form submission').item.json.Email }}","message":"=Hey  {{ $('On form submission').item.json['Fisrt Name'] }},\n\nThanks for inquiring with our services, i'll give you a call later this week.\n\nBest,\nD","options":{"appendAttribution":false},"subject":"Hey, thanks for inquiring with us","emailType":"text"},"credentials":{"gmailOAuth2":{"id":"H7Zo3CmsssUjl9Pv","name":"aaa.agents101 acc"}},"typeVersion":2.1},{"id":"53d096e4-d78a-4e77-87a5-430b2d7457ce","name":"Aggregate","type":"n8n-nodes-base.aggregate","position":[128,192],"parameters":{"options":{},"aggregate":"aggregateAllItemData"},"typeVersion":1},{"id":"c0c978d9-4b17-4b79-9360-9ef7028c8d73","name":"Code","type":"n8n-nodes-base.code","position":[256,192],"parameters":{"jsCode":"const people = items[0].json.data;\n\nconst textOutput = people.map(person =>\n  `Name: ${person[\"First Name\"]} ${person[\"Last Name\"]}\\n` + \n  `Email: ${person[\"Email\"]}\\n` + \n  `Budget: ${person[\"Budget \"]}\\n` + \n  `Message: ${person[\"Message\"]}`\n).join(\"\\n\\n\");\n\nreturn [{ json: { text: textOutput }}];"},"typeVersion":2},{"id":"e208a08b-59dd-4d0a-bb8c-c0460da3f5de","name":"Schedule Trigger","type":"n8n-nodes-base.scheduleTrigger","position":[-224,176],"parameters":{"rule":{"interval":[{"triggerAtHour":20}]}},"typeVersion":1.2},{"id":"0b391289-7746-46a7-96f4-636a87109308","name":"Filter1","type":"n8n-nodes-base.filter","position":[-16,400],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"9d637327-f114-4457-ae65-c8fdb71f2d03","operator":{"type":"boolean","operation":"true","singleValue":true},"leftValue":"={{ $json.Called }}","rightValue":""}]}},"typeVersion":2.2},{"id":"31e6ac29-d8a2-4c3d-a3fc-ed63b6ea4bd9","name":"Google Sheets2","type":"n8n-nodes-base.googleSheets","position":[160,400],"parameters":{"operation":"delete","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit#gid=0","cachedResultName":"Sheet1"},"documentId":{"__rl":true,"mode":"list","value":"1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit?usp=drivesdk","cachedResultName":"n8n Leads"},"startIndex":"={{$json[\"row_number\"]}}","numberToDelete":"={{ 1 }}"},"credentials":{"googleSheetsOAuth2Api":{"id":"ZLWxTs4G8NQzjc3K","name":"aaa.agents101 acc"}},"typeVersion":4.5},{"id":"e83383e1-452d-475e-b9f2-dd828543df86","name":"Filter2","type":"n8n-nodes-base.filter","position":[-16,192],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"7108fcd1-b850-45b5-90ad-a1904490137b","operator":{"type":"boolean","operation":"false","singleValue":true},"leftValue":"={{ $json.Called }}","rightValue":""}]}},"typeVersion":2.2},{"id":"7e67b596-f9aa-49e4-ae07-d5602466bba9","name":"Google Sheets1","type":"n8n-nodes-base.googleSheets","position":[-224,304],"parameters":{"options":{},"filtersUI":{"values":[{"lookupValue":"={{ $today }}","lookupColumn":"submittedAt"}]},"sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit#gid=0","cachedResultName":"Sheet1"},"documentId":{"__rl":true,"mode":"list","value":"1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1mZyqYwF78y_4P-nc5h-CwvIi4m8PHj2Reus4GxI9o8w/edit?usp=drivesdk","cachedResultName":"n8n Leads"}},"credentials":{"googleSheetsOAuth2Api":{"id":"ZLWxTs4G8NQzjc3K","name":"aaa.agents101 acc"}},"notesInFlow":false,"retryOnFail":false,"typeVersion":4.5,"alwaysOutputData":false},{"id":"2427ad1f-250b-4695-97c5-677ee4ee8551","name":"Gmail4","type":"n8n-nodes-base.gmail","position":[384,192],"webhookId":"f191a357-6471-4aad-9965-c69e00614310","parameters":{"message":"={{ $json.text }}","options":{"appendAttribution":false},"subject":"Uncalled Leads","emailType":"text"},"credentials":{"gmailOAuth2":{"id":"H7Zo3CmsssUjl9Pv","name":"aaa.agents101 acc"}},"typeVersion":2.1},{"id":"f5d7ec0d-b155-4414-99a4-be63d6e75762","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[-1008,48],"parameters":{"color":4,"width":672,"height":624,"content":"# New lead "},"typeVersion":1},{"id":"ef290c2a-8967-4ec6-92bb-8b3abf2ceb11","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[-272,48],"parameters":{"color":5,"width":848,"height":624,"content":"# Lead Reminder"},"typeVersion":1},{"id":"c09a5808-2187-4cce-945c-b63d86f9abc1","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[-1792,-272],"parameters":{"color":7,"width":736,"height":1600,"content":"# System Overview\n# Workflow Name: New Lead and Reminder System\n\n# What This System Does:\n\nThis n8n automation captures new leads from a form submission and automatically:\n\nSaves them to a Google Sheet database\n\nSends personalized emails to prospects based on their budget\n\nSends you admin notifications of new leads\n\nReminds you daily about leads you haven't called yet\n\nHelps you track which leads have been contacted\n\nHow It Works - Step by Step:\n\n# PART 1: NEW LEAD CAPTURE\n\nForm Submission Trigger - Someone fills out \"Test Form\" with:\n\nFirst Name\n\nLast Name\n\nEmail\n\nBudget (dropdown: 0-100, 0-1000, 1000+)\n\nMessage\n\nBudget Filter - Rejects leads with \"0-100\" budget (too small)\n\nGoogle Sheets - Stores the lead with:\n\nAll form data\n\nSubmission date\n\n\"Called\" status (starts as FALSE)\n\n\"Rejected\" status (TRUE if budget < 1000, FALSE if 1000+)\n\nLead Routing (Switch Node) - Routes leads to different email templates:\n\nBudget 0-1000: Gets email saying \"I'll give you a call later this week\"\n\nBudget 1000+: Gets email saying \"Book a call on my Calendly link\"\n\nYour Notifications - You receive 2 admin emails for every lead:\n\nOne showing lead details\n\nAnother with full lead summary\n\n# PART 2: DAILY REMINDER SYSTEM\n\nSchedule Trigger - Runs every day at 8 PM (20:00)\n\nGoogle Sheets Query - Pulls all leads from today that have Called = FALSE\n\nData Processing:\n\nFilter1 - Checks if Called = TRUE and deletes completed leads\n\nFilter2 - Checks if Called = FALSE and keeps uncalled leads\n\nCode Node - Formats uncalled leads into readable text:\n\ntext\nName: [First Name] [Last Name]\nEmail: [Email]\nBudget: [Budget]\nMessage: [Message]\nReminder Email - Sends you the formatted list of uncalled leads to your Gmail\n\nAfter You Call - Mark Called = TRUE in the spreadsheet to remove from tomorrow's reminder\n\n# Key Features:\n\n✅ Automatic lead qualification - Only accepts budgets of 1000+\n✅ Personalized outreach - Different emails based on budget\n✅ Lead database - All leads tracked in Google Sheet\n✅ Daily reminders - Never forget uncalled leads\n✅ Admin alerts - You get notified immediately when new leads arrive\n✅ Lead tracking - Mark \"Called\" status to track progress"},"typeVersion":1},{"id":"021deec3-3ba3-49f4-a1c1-070c46bdc80d","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[-880,-240],"parameters":{"color":4,"width":384,"height":240,"content":"# New Lead Capture\n\n1️⃣ Form submitted by prospect\n2️⃣ Budget filtered (rejects 0-100)\n3️⃣ Lead stored in Google Sheet\n4️⃣ Routed by budget amount\n5️⃣ Personalized email sent\n6️⃣ Admin notified\n"},"typeVersion":1},{"id":"e6b75189-ae45-4329-90e4-f685ffd09d40","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[-48,-240],"parameters":{"color":5,"width":384,"height":240,"content":"# Daily Lead Reminder\n\n⏰ Runs at 8 PM every day\n📊 Pulls uncalled leads\n📧 Sends reminder email\n✅ Update \"Called\" when done\n🔄 Auto-removes from next reminder\n"},"typeVersion":1}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"versionId":"a662b417-fcba-4d9b-97c8-d14ee301fdc3","connections":{"Code":{"main":[[{"node":"Gmail4","type":"main","index":0}]]},"Gmail":{"main":[[{"node":"Gmail2","type":"main","index":0}]]},"Filter":{"main":[[{"node":"Google Sheets","type":"main","index":0}]]},"Gmail1":{"main":[[{"node":"Gmail3","type":"main","index":0}]]},"Switch":{"main":[[{"node":"Gmail","type":"main","index":0}],[{"node":"Gmail1","type":"main","index":0}]]},"Filter1":{"main":[[{"node":"Google Sheets2","type":"main","index":0}]]},"Filter2":{"main":[[{"node":"Aggregate","type":"main","index":0}]]},"Aggregate":{"main":[[{"node":"Code","type":"main","index":0}]]},"Google Sheets":{"main":[[{"node":"Switch","type":"main","index":0}]]},"Google Sheets1":{"main":[[{"node":"Filter1","type":"main","index":0},{"node":"Filter2","type":"main","index":0}]]},"Schedule Trigger":{"main":[[{"node":"Google Sheets1","type":"main","index":0}]]},"On form submission":{"main":[[{"node":"Filter","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":21,"nodeTypes":{"n8n-nodes-base.code":{"count":1},"n8n-nodes-base.gmail":{"count":5},"n8n-nodes-base.filter":{"count":3},"n8n-nodes-base.switch":{"count":1},"n8n-nodes-base.aggregate":{"count":1},"n8n-nodes-base.stickyNote":{"count":5},"n8n-nodes-base.formTrigger":{"count":1},"n8n-nodes-base.googleSheets":{"count":3},"n8n-nodes-base.scheduleTrigger":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Deniz","username":"denizdinc","bio":"I help content creators/founders move faster, smarter, and more creatively than ever before.\nTime is expensive! Don't waste it on manual work that can be done with automation.\n","verified":true,"links":["https://www.youtube.com/@DenizDinc-I"],"avatar":"https://gravatar.com/avatar/5b5f2e6664a62a39d62439e8a6b824532934566586e80a59936fbdc883743a91?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":112,"icon":"fa:map-signs","name":"n8n-nodes-base.switch","codex":{"data":{"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"generic":[{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/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/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/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"Switch","color":"#506000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"Switch","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":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":834,"icon":"file:code.svg","name":"n8n-nodes-base.code","codex":{"data":{"alias":["cpde","Javascript","JS","Python","Script","Custom Code","Function"],"details":"The Code node allows you to execute JavaScript in your workflow.","resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]},"categories":["Development","Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Code"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTcxXzQ0MSkiPgo8cGF0aCBkPSJNMTcwLjI4MyA0OEgxOTYuNUMyMDMuMTI3IDQ4IDIwOC41IDQyLjYyNzQgMjA4LjUgMzZWMTJDMjA4LjUgNS4zNzI1OCAyMDMuMTI3IDAgMTk2LjUgMEgxNzAuMjgzQzEyNi4xIDAgOTAuMjgzIDM1LjgxNzIgOTAuMjgzIDgwVjE3NkM5MC4yODMgMjA2LjkyOCA2NS4yMTA5IDIzMiAzNC4yODMgMjMySDIzQzE2LjM3MjYgMjMyIDExIDIzNy4zNzIgMTEgMjQ0VjI2OEMxMSAyNzQuNjI3IDE2LjM3MjQgMjgwIDIyLjk5OTYgMjgwTDM0LjI4MyAyODBDNjUuMjEwOSAyODAgOTAuMjgzIDMwNS4wNzIgOTAuMjgzIDMzNlY0NDBDOTAuMjgzIDQ3OS43NjQgMTIyLjUxOCA1MTIgMTYyLjI4MyA1MTJIMTk2LjVDMjAzLjEyNyA1MTIgMjA4LjUgNTA2LjYyNyAyMDguNSA1MDBWNDc2QzIwOC41IDQ2OS4zNzMgMjAzLjEyNyA0NjQgMTk2LjUgNDY0SDE2Mi4yODNDMTQ5LjAyOCA0NjQgMTM4LjI4MyA0NTMuMjU1IDEzOC4yODMgNDQwVjMzNkMxMzguMjgzIDMwOS4wMjIgMTI4LjAxMSAyODQuNDQzIDExMS4xNjQgMjY1Ljk2MUMxMDYuMTA5IDI2MC40MTYgMTA2LjEwOSAyNTEuNTg0IDExMS4xNjQgMjQ2LjAzOUMxMjguMDExIDIyNy41NTcgMTM4LjI4MyAyMDIuOTc4IDEzOC4yODMgMTc2VjgwQzEzOC4yODMgNjIuMzI2OSAxNTIuNjEgNDggMTcwLjI4MyA0OFoiIGZpbGw9IiNGRjk5MjIiLz4KPHBhdGggZD0iTTMwNSAzNkMzMDUgNDIuNjI3NCAzMTAuMzczIDQ4IDMxNyA0OEgzNDIuOTc5QzM2MC42NTIgNDggMzc0Ljk3OCA2Mi4zMjY5IDM3NC45NzggODBWMTc2QzM3NC45NzggMjAyLjk3OCAzODUuMjUxIDIyNy41NTcgNDAyLjA5OCAyNDYuMDM5QzQwNy4xNTMgMjUxLjU4NCA0MDcuMTUzIDI2MC40MTYgNDAyLjA5OCAyNjUuOTYxQzM4NS4yNTEgMjg0LjQ0MyAzNzQuOTc4IDMwOS4wMjIgMzc0Ljk3OCAzMzZWNDMyQzM3NC45NzggNDQ5LjY3MyAzNjAuNjUyIDQ2NCAzNDIuOTc5IDQ2NEgzMTdDMzEwLjM3MyA0NjQgMzA1IDQ2OS4zNzMgMzA1IDQ3NlY1MDBDMzA1IDUwNi42MjcgMzEwLjM3MyA1MTIgMzE3IDUxMkgzNDIuOTc5QzM4Ny4xNjEgNTEyIDQyMi45NzggNDc2LjE4MyA0MjIuOTc4IDQzMlYzMzZDNDIyLjk3OCAzMDUuMDcyIDQ0OC4wNTEgMjgwIDQ3OC45NzkgMjgwSDQ5MEM0OTYuNjI3IDI4MCA1MDIgMjc0LjYyOCA1MDIgMjY4VjI0NEM1MDIgMjM3LjM3MyA0OTYuNjI4IDIzMiA0OTAgMjMyTDQ3OC45NzkgMjMyQzQ0OC4wNTEgMjMyIDQyMi45NzggMjA2LjkyOCA0MjIuOTc4IDE3NlY4MEM0MjIuOTc4IDM1LjgxNzIgMzg3LjE2MSAwIDM0Mi45NzkgMEgzMTdDMzEwLjM3MyAwIDMwNSA1LjM3MjU4IDMwNSAxMlYzNloiIGZpbGw9IiNGRjk5MjIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTcxXzQ0MSI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},"displayName":"Code","typeVersion":2,"nodeCategories":[{"id":5,"name":"Development"},{"id":9,"name":"Core Nodes"}]},{"id":839,"icon":"fa:clock","name":"n8n-nodes-base.scheduleTrigger","codex":{"data":{"alias":["Time","Scheduler","Polling","Cron","Interval"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\",\"schedule\"]","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"iconData":{"icon":"clock","type":"icon"},"displayName":"Schedule Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":844,"icon":"fa:filter","name":"n8n-nodes-base.filter","codex":{"data":{"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"details":"The Filter node can be used to filter items based on a condition. If the condition is met, the item will be passed on to the next node. If the condition is not met, the item will be omitted. Conditions can be combined together by AND(meet all conditions), or OR(meet at least one condition).","resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Filter","color":"#229eff"},"iconData":{"icon":"filter","type":"icon"},"displayName":"Filter","typeVersion":2,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1225,"icon":"file:form.svg","name":"n8n-nodes-base.formTrigger","codex":{"data":{"alias":["table","submit","post"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Other Trigger Nodes"]}}},"group":"[\"trigger\"]","defaults":{"name":"On form submission"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwQjdCQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzQuOTc4IDM3LjczMmExLjU2IDEuNTYgMCAwIDEtMS41NjIgMS41NjNINi4yNmExLjU2IDEuNTYgMCAwIDEtMS41NjMtMS41NjNWOS42MDdjMC0uNDA1LjE1Ny0uNzk0LjQzOC0xLjA4Nmw2LjMwNC02LjUzMXY1LjM0NEg4LjIxM2ExLjE3MiAxLjE3MiAwIDEgMCAwIDIuMzQzaDQuNDNhMS4xNyAxLjE3IDAgMCAwIDEuMTcxLTEuMTcxVi4yMzJoMTkuNjAyYTEuNTYgMS41NiAwIDAgMSAxLjU2MiAxLjU2M3YxMC4zMjdsLTIuODYgMi44Ni04LjI1MiA4LjI3NmE0MTMuMDA2IDQxMy4wMDYgMCAwIDEtMS42NTQgMS42NjJsLS4zMzcuMzM3YTIgMiAwIDAgMC0uNTU3IDEuMDhMMjAuMyAzMS45MjJjLS4xMDguNjM4LS4yMTUgMS4wNzkuMjExIDEuNDE4LjQwMy4zMi45LjE3NCAxLjU0LjA2Nmw1LjQwOC0uOTI4YTIgMiAwIDAgMCAxLjA4LS41NTZsNi40NC02LjQyOXptLTI0LjAzLTIxLjI2NWExLjE4IDEuMTggMCAwIDAgMS4xNzEgMS4xNzJoMTMuMTYzYTEuMTcyIDEuMTcyIDAgMSAwIDAtMi4zNDRIMTIuMTE5YTEuMTcgMS4xNyAwIDAgMC0xLjE3MiAxLjE3Mm03LjI5NCAxNC43NjZhMS4xNyAxLjE3IDAgMCAwLTEuMTcyLTEuMTcySDEyLjEyYTEuMTcyIDEuMTcyIDAgMSAwIDAgMi4zNDNoNC45NTFhMS4xNyAxLjE3IDAgMCAwIDEuMTcyLTEuMTcybS44Ni03LjM5MWExLjE3IDEuMTcgMCAwIDAtMS4xNzItMS4xNzJoLTUuODExYTEuMTcyIDEuMTcyIDAgMSAwIDAgMi4zNDNoNS44MWExLjE2NCAxLjE2NCAwIDAgMCAxLjE3My0xLjE3MSIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iIzAwQjdCQyIgZD0ibTMzLjUzMiAxNi4zOTcgNC4yODktNC4yODkgMy43NTggMy43MSAxLjYxNy0xLjYxNiAyLjI1OCAyLjI1N2MuMjE4LjIxOC4zNC41MTMuMzQzLjgyLS4wMDIuMzExLS4xMjUuNjA4LS4zNDQuODNsLTYuODA0IDYuNzk2YTEuMTMgMS4xMyAwIDAgMS0uODI4LjM0MyAxLjE1IDEuMTUgMCAwIDEtLjgyOC0uMzQzIDEuMTggMS4xOCAwIDAgMSAwLTEuNjU3bDUuOTc2LTUuOTY4LTEuMzEyLTEuMzEzLTEuMzgzIDEuNDE0LTEzLjE0OSAxMy4xMjUtNC42MTcuNzgyLjc4Mi00LjYxNy4zMzYtLjMzNyAyLjU2MiAyLjU1NWExLjEgMS4xIDAgMCAwIC44MjguMzQ0Yy4zMTIuMDA1LjYxMi0uMTIuODI4LS4zNDRhMS4xOCAxLjE4IDAgMCAwIDAtMS42NTZsLTIuNTYyLTIuNTYyek00NC43MzYgMTIuMjRjMCAuNDE0LS4xNjMuODEtLjQ1NCAxLjEwMmwtLjkyMi45MTQtMy44NTItMy44MjguOTMtLjkzYTEuNTYzIDEuNTYzIDAgMCAxIDIuMjAzIDBsMS42NCAxLjY0MWMuMjkxLjI5My40NTUuNjkuNDU1IDEuMTAyIi8+PC9zdmc+"},"displayName":"n8n Form Trigger","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1236,"icon":"file:aggregate.svg","name":"n8n-nodes-base.aggregate","codex":{"data":{"alias":["Aggregate","Combine","Flatten","Transform","Array","List","Item"],"details":"","resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aggregate/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Aggregate"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJub25lIj48ZyBmaWxsPSIjRkY2RDVBIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDE0OGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDE0NmM2LjYyNyAwIDEyIDUuMzczIDEyIDEydjI0YzAgNi42MjctNS4zNzMgMTItMTIgMTJINDRjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ6bTAgOTZjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxNDZjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnYyNGMwIDYuNjI3LTUuMzczIDEyLTEyIDEySDQ0Yy02LjYyNyAwLTEyLTUuMzczLTEyLTEyem0wIDk2YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoMTQ2YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjRjMCA2LjYyNy01LjM3MyAxMi0xMiAxMkg0NGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik03NCA3NmMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDExNi4yMTdjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMydjU2YzAgMjYuOTc4IDEwLjI3MiA1MS41NTcgMjcuMTE5IDcwLjAzOSA1LjA1NSA1LjU0NSA1LjA1NSAxNC4zNzcgMCAxOS45MjItMTYuODQ3IDE4LjQ4Mi0yNy4xMTkgNDMuMDYxLTI3LjExOSA3MC4wMzl2NTZjMCAxNy42NzMtMTQuMzI3IDMyLTMyIDMySDg2Yy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI0YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMTE2LjIxN2M0NC4xODMgMCA4MC0zNS44MTcgODAtODB2LTU2YzAtMzAuOTI4IDI1LjA3Mi01NiA1Ni01NmE1Ljc4MyA1Ljc4MyAwIDAgMCA1Ljc4My01Ljc4M3YtMzYuNDM0YTUuNzgzIDUuNzgzIDAgMCAwLTUuNzgzLTUuNzgzYy0zMC45MjggMC01Ni0yNS4wNzItNTYtNTZ2LTU2YzAtNDQuMTgzLTM1LjgxNy04MC04MC04MEg4NmMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNzYgMjQ0YzAtNi42MjcgNS4zNzMtMTIgMTItMTJoMTEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjRjMCA2LjYyNy01LjM3MyAxMi0xMiAxMkgzODhjLTYuNjI3IDAtMTItNS4zNzMtMTItMTJ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUxMnY1MTJIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4="},"displayName":"Aggregate","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":37,"name":"Lead Generation"}],"image":[]}}