{"workflow":{"id":13737,"name":"Track daily Google SERP rankings with Decodo and Google Sheets","views":136,"recentViews":1,"totalViews":136,"createdAt":"2026-02-26T14:47:26.224Z","description":"Automate your SEO competitive analysis with this daily SERP tracker. This workflow uses Decodo to scrape Google Search results for specific keywords and logs rankings directly into Google Sheets, saving SEO teams hours of manual reporting.\n\n## Why Use This Workflow?\n\n**Time Savings:** Reduces manual rank checking from 60 minutes daily to 0 minutes through full automation.  \n**Cost Reduction:** Eliminates the need for expensive \"per-keyword\" SEO tracking software for basic monitoring needs.  \n**Error Prevention:** Captures 100% of search data accurately, including meta descriptions and URLs, without human copy-paste errors.  \n**Scalability:** Easily monitor dozens of keywords across different countries and devices by adjusting a single configuration node.\n\n## Ideal For\n\n- **SEO Specialists:** Track keyword movements and SERP feature changes for clients or internal projects daily.\n- **Content Marketers:** Monitor how new content pieces are ranking against competitors for target high-intent keywords.\n- **Digital Agencies:** Provide automated, transparent ranking reports to clients without manual data entry.\n\n## How It Works\n\n1. **Trigger:** The workflow starts every morning at 9:00 AM via the Schedule Trigger.\n2. **Data Collection:** Parameters like keyword, country (e.g., \"id\"), language (\"en\"), and device type are defined.\n3. **Processing:** The Decodo node executes a live Google search based on your specific localized parameters.\n4. **Intelligence Layer:** The workflow filters the raw JSON response to extract organic results only and validates that each result has a valid URL.\n5. **Output & Delivery:** Top-ranked results (e.g., Top 5) are appended to a \"SERP_Results\" Google Sheet.\n6. **Storage & Logging:** Any errors (API timeouts or empty results) are automatically logged to a separate \"SERP_Errors\" sheet for troubleshooting.\n\n## Setup Guide\n\n### Prerequisites\n\n| Requirement | Type | Purpose |\n|-------------|------|---------|\n| [n8n instance](https://n8n.partnerlinks.io/khmuhtadin) | Essential | Workflow execution platform |\n| [Decodo API](https://visit.decodo.com/1G9ox6) | Essential | Scrapes live Google Search results |\n| Google Sheets | Essential | Destination for ranking data and error logs |\n\n### Installation Steps\n\n1. Import the JSON file to your [n8n instance](https://n8n.partnerlinks.io/khmuhtadin)\n2. **Configure credentials:**\n   - **Decodo API:** Create an account at Decodo and paste your API key into the Decodo Search node.\n   - **Google Sheets:** Connect your Google account via OAuth2 and ensure you have a spreadsheet ready with two tabs: `SERP_Results` and `SERP_Errors`.\n3. **Update environment-specific values:**\n   - In the **Write SERP Results** and **Write SERP Errors** nodes, select your specific Spreadsheet from the dropdown.\n4. **Customize settings:**\n   - Open the **Set Search Input** node to change the keyword, country code, and the \"top_n\" (number of ranks to track).\n5. **Test execution:**\n   - Click \"Test Workflow\" to verify data appears in your Google Sheet.\n\n## Technical Details\n\n### Core Nodes\n\n| Node | Purpose | Key Configuration |\n|------|---------|-------------------|\n| Set Search Input | Configuration | Defines keyword, geo-location, and rank limit |\n| Decodo Search | Data Acquisition | Performs localized Google Search via API |\n| Split Out | Data Structuring | Converts the API array into individual rows for processing |\n| IF Nodes | Validation | Filters for top-N ranks and ensures data integrity |\n| Google Sheets | Storage | Appends successful data or logs failures |\n\n### Workflow Logic\n\nThe workflow uses a **Split Out** and **Extract Organic** strategy. This ensures that even if Google returns various SERP features (ads, maps, snippets), the workflow specifically targets the organic blue links. The \"Valid Row\" logic ensures your spreadsheet stays clean by only recording results that meet your \"Top N\" criteria (e.g., only store the top 5 results).\n\n## Customization Options\n\n**Basic Adjustments:**\n- **Search Frequency:** Change the Schedule Trigger to run weekly or hourly depending on your needs.\n- **Rank Depth:** Change the `top_n` value in the input node to track the Top 10, 20, or 50 results.\n\n**Advanced Enhancements:**\n- **Slack Notifications:** Add a Slack node to alert your team if a specific keyword drops out of the Top 3.\n- **Multi-Keyword Support:** Replace the \"Set\" node with a Google Sheet \"Read\" node to loop through a list of hundreds of keywords.\n\n## Troubleshooting\n\n**Common Issues:**\n\n| Problem | Cause | Solution |\n|---------|-------|----------|\n| Empty Google Sheet | No results found for keyword | Check the `SERP_Errors` sheet for the raw API response. |\n| Permission Error | Google Sheets node not authorized | Re-connect your Google Sheets OAuth2 credentials. |\n| Decodo 401 Error | Invalid API Key | Verify your Decodo API key is active and has remaining credits. |\n\n## Use Case Examples\n\n### Scenario 1: E-commerce Competitor Tracking\n**Challenge:** A retail brand needs to know who is winning the \"best running shoes\" keyword daily.  \n**Solution:** This workflow tracks the Top 5 results every morning, allowing the brand to see when a competitor's blog post overtakes their product page.  \n**Result:** The marketing team identifies a ranking drop within 24 hours and updates their content immediately.\n\n### Scenario 2: Local SEO Monitoring\n**Challenge:** A service business wants to monitor rankings specifically in Indonesia (\"id\") using English (\"en\") search settings.  \n**Solution:** By configuring the `country` and `language` parameters in the Set node, the workflow captures localized SERP data accurately.  \n**Result:** The business gets an accurate picture of their local visibility without using a VPN.\n\n---\n\n**Created by:** [Khairul Muhtadin](https://khmuhtadin.com)  \n**Category:** Marketing | **Tags:** SEO, SERP, Google Sheets, Decodo  \n**Need custom workflows?** [Contact us](https://khmuhtadin.com/contact)\n\n**Connect with the creator:**  \n[Portfolio](https://khmuhtadin.com) • [Store](https://khaisa.studio/products/) • [LinkedIn](https://www.linkedin.com/in/khmuhtadin/) • [Medium](https://medium.com/@khaisastudio) • [Threads](https://www.threads.com/@khmuhtadin)","workflow":{"id":"EdbRd7sQPXqlrRrY","meta":{"instanceId":"c2650793f644091dc80fb900fe63448ad1f4b774008de9608064d67294f8307c"},"name":"scheduled_monitor-keyword-rankings-decodo","tags":[],"nodes":[{"id":"sched_1","name":"Daily Trigger","type":"n8n-nodes-base.scheduleTrigger","position":[240,192],"parameters":{"rule":{"interval":[{"triggerAtHour":9}]}},"typeVersion":1.3},{"id":"set_input_1","name":"Set Search Input","type":"n8n-nodes-base.set","position":[448,192],"parameters":{"options":{},"assignments":{"assignments":[{"id":"a1","name":"keyword","type":"string","value":"best running shoes"},{"id":"a2","name":"country","type":"string","value":"id"},{"id":"a3","name":"language","type":"string","value":"en"},{"id":"a4","name":"device","type":"string","value":"desktop"},{"id":"a5","name":"top_n","type":"number","value":5}]}},"typeVersion":3.4},{"id":"http_decodo_1","name":"Decodo Search","type":"@decodo/n8n-nodes-decodo.decodo","position":[688,192],"parameters":{"geo":"={{ $json.country }}","query":"={{ $json.keyword }}","locale":"={{ $json.language }}","operation":"google_search"},"credentials":{"decodoApi":{"id":"um6rsqlbtrY3NRQB","name":"cm@g.com"}},"typeVersion":1,"continueOnFail":true},{"id":"if_has_results_1","name":"Has Results","type":"n8n-nodes-base.if","position":[960,192],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"c1","operator":{"type":"number","operation":"gte"},"leftValue":"={{ Array.isArray($json.results) ? $json.results.length : 0 }}","rightValue":1}]}},"typeVersion":2.3},{"id":"split_out_1","name":"Split Results","type":"n8n-nodes-base.splitOut","position":[1200,176],"parameters":{"include":"allOtherFields","options":{},"fieldToSplitOut":"results"},"typeVersion":1},{"id":"set_norm_1","name":"Map SERP Row","type":"n8n-nodes-base.set","position":[1920,176],"parameters":{"options":{},"assignments":{"assignments":[{"id":"n1","name":"keyword","type":"string","value":"={{ $(\"Set Search Input\").item.json.keyword }}"},{"id":"n2","name":"country","type":"string","value":"={{ $(\"Set Search Input\").item.json.country }}"},{"id":"n3","name":"language","type":"string","value":"={{ $(\"Set Search Input\").item.json.language }}"},{"id":"n4","name":"device","type":"string","value":"={{ $(\"Set Search Input\").item.json.device }}"},{"id":"n5","name":"rank","type":"string","value":"={{ $json.organic.pos_overall || $json.organic.pos || \"\" }}"},{"id":"n6","name":"title","type":"string","value":"={{ $json.organic.title || \"\" }}"},{"id":"n7","name":"url","type":"string","value":"={{ $json.organic.url || \"\" }}"},{"id":"n8","name":"description","type":"string","value":"={{ $json.organic.desc || \"\" }}"},{"id":"n9","name":"checkedAt","type":"string","value":"={{ $now.toISO() }}"}]}},"typeVersion":3.4},{"id":"if_valid_row_1","name":"Valid Row","type":"n8n-nodes-base.if","position":[2160,176],"parameters":{"options":{},"conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"u1","operator":{"type":"string","operation":"notEmpty"},"leftValue":"={{ $json.url || \"\" }}","rightValue":""},{"id":"u2","operator":{"type":"number","operation":"lte"},"leftValue":"={{ Number($json.rank || 999) }}","rightValue":"={{ Number($(\"Set Search Input\").item.json.top_n || 5) }}"}]}},"typeVersion":2.3},{"id":"gs_success_1","name":"Write SERP Results","type":"n8n-nodes-base.googleSheets","position":[2448,160],"parameters":{"columns":{"value":{"URL":"={{ $json.url }}","Rank":"={{ $json.rank }}","Title":"={{ $json.title }}","Keyword":"={{ $json.keyword }}","Description":"={{ $json.description }}"},"schema":[{"id":"Keyword","type":"string","display":true,"removed":false,"required":false,"displayName":"Keyword","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Title","type":"string","display":true,"required":false,"displayName":"Title","defaultMatch":false,"canBeUsedToMatch":true},{"id":"URL","type":"string","display":true,"required":false,"displayName":"URL","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Description","type":"string","display":true,"required":false,"displayName":"Description","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Rank","type":"string","display":true,"required":false,"displayName":"Rank","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":[],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"append","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Au8cuHixZqIgrfYd5QZcViMyhq9Ee-5qhNWcmCRGePI/edit#gid=0","cachedResultName":" SERP_Results"},"documentId":{"__rl":true,"mode":"list","value":"1Au8cuHixZqIgrfYd5QZcViMyhq9Ee-5qhNWcmCRGePI","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Au8cuHixZqIgrfYd5QZcViMyhq9Ee-5qhNWcmCRGePI/edit?usp=drivesdk","cachedResultName":"Keyword monitoring"}},"credentials":{"googleSheetsOAuth2Api":{"id":"gnUSHhCw4cKx3pwo","name":"Project GCP: n8n-khmuhtadin"}},"typeVersion":4.7},{"id":"set_err_no_results_1","name":"Build No-Result Error","type":"n8n-nodes-base.set","position":[2448,320],"parameters":{"options":{},"assignments":{"assignments":[{"id":"e1","name":"checkedAt","type":"string","value":"={{ $now.toISO() }}"},{"id":"e2","name":"keyword","type":"string","value":"={{ $(\"Set Search Input\").item.json.keyword }}"},{"id":"e3","name":"country","type":"string","value":"={{ $(\"Set Search Input\").item.json.country }}"},{"id":"e4","name":"language","type":"string","value":"={{ $(\"Set Search Input\").item.json.language }}"},{"id":"e5","name":"device","type":"string","value":"={{ $(\"Set Search Input\").item.json.device }}"},{"id":"e6","name":"errorStage","type":"string","value":"no_results"},{"id":"e7","name":"errorMessage","type":"string","value":"={{ $json.message || ($json.error && $json.error.message) || \"Decodo returned empty results or unexpected payload.\" }}"},{"id":"e8","name":"httpStatus","type":"string","value":"={{ $json.statusCode || $json.code || \"\" }}"},{"id":"e9","name":"rawPreview","type":"string","value":"={{ JSON.stringify($json).slice(0, 300) }}"},{"id":"e10","name":"workflowId","type":"string","value":"EdbRd7sQPXqlrRrY"},{"id":"e11","name":"executionId","type":"string","value":"={{ $execution.id || \"\" }}"}]}},"typeVersion":3.4},{"id":"set_err_bad_item_1","name":"Build Invalid-Row Error","type":"n8n-nodes-base.set","position":[2672,208],"parameters":{"options":{},"assignments":{"assignments":[{"id":"f1","name":"checkedAt","type":"string","value":"={{ $json.checkedAt || $now.toISO() }}"},{"id":"f2","name":"keyword","type":"string","value":"={{ $json.keyword || \"\" }}"},{"id":"f3","name":"country","type":"string","value":"={{ $json.country || \"\" }}"},{"id":"f4","name":"language","type":"string","value":"={{ $json.language || \"\" }}"},{"id":"f5","name":"device","type":"string","value":"={{ $json.device || \"\" }}"},{"id":"f6","name":"errorStage","type":"string","value":"invalid_item"},{"id":"f7","name":"errorMessage","type":"string","value":"={{ \"Result missing URL. title=\" + ($json.title || \"\") }}"},{"id":"f8","name":"httpStatus","type":"string","value":""},{"id":"f9","name":"rawPreview","type":"string","value":"={{ JSON.stringify($json).slice(0, 300) }}"},{"id":"f10","name":"workflowId","type":"string","value":"EdbRd7sQPXqlrRrY"},{"id":"f11","name":"executionId","type":"string","value":"={{ $execution.id || \"\" }}"}]}},"typeVersion":3.4},{"id":"gs_error_1","name":"Write SERP Errors","type":"n8n-nodes-base.googleSheets","position":[2848,320],"parameters":{"columns":{"value":{"keyword":"={{ $json.keyword }}"," checkedAt":"={{ $json.checkedAt.toDateTime()}}","errorStage":"={{ $json.errorStage }}","httpStatus":"={{ $json.httpStatus }}","rawPreview":"={{ $json.rawPreview }}","errorMessage":"={{ $json.errorMessage }}"},"schema":[{"id":" checkedAt","type":"string","display":true,"removed":false,"required":false,"displayName":" checkedAt","defaultMatch":false,"canBeUsedToMatch":true},{"id":"keyword","type":"string","display":true,"required":false,"displayName":"keyword","defaultMatch":false,"canBeUsedToMatch":true},{"id":"errorStage","type":"string","display":true,"required":false,"displayName":"errorStage","defaultMatch":false,"canBeUsedToMatch":true},{"id":"errorMessage","type":"string","display":true,"required":false,"displayName":"errorMessage","defaultMatch":false,"canBeUsedToMatch":true},{"id":"httpStatus","type":"string","display":true,"required":false,"displayName":"httpStatus","defaultMatch":false,"canBeUsedToMatch":true},{"id":"rawPreview","type":"string","display":true,"required":false,"displayName":"rawPreview","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":[],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"append","sheetName":{"__rl":true,"mode":"name","value":"SERP_Errors"},"documentId":{"__rl":true,"mode":"list","value":"1Au8cuHixZqIgrfYd5QZcViMyhq9Ee-5qhNWcmCRGePI","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1Au8cuHixZqIgrfYd5QZcViMyhq9Ee-5qhNWcmCRGePI/edit?usp=drivesdk","cachedResultName":"Keyword monitoring"}},"credentials":{"googleSheetsOAuth2Api":{"id":"gnUSHhCw4cKx3pwo","name":"Project GCP: n8n-khmuhtadin"}},"typeVersion":4.7},{"id":"extract_organic_1","name":"Extract Organic","type":"n8n-nodes-base.set","position":[1440,176],"parameters":{"options":{},"assignments":{"assignments":[{"id":"o1","name":"organic","type":"array","value":"={{ ($json.results && $json.results.content && $json.results.content.results && $json.results.content.results.results && $json.results.content.results.results.organic) || ($json.content && $json.content.results && $json.content.results.results && $json.content.results.results.organic) || [] }}"}]}},"typeVersion":3.4},{"id":"split_organic_1","name":"Split Organic","type":"n8n-nodes-base.splitOut","position":[1680,176],"parameters":{"include":"allOtherFields","options":{},"fieldToSplitOut":"organic"},"typeVersion":1},{"id":"a747d799-124f-4c76-a0cc-53c05ef39d91","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[-368,-288],"parameters":{"width":500,"height":750,"content":"## Daily SERP monitor: capture top search results\n\n### How it works\n1. Runs on a daily schedule and loads the configured keyword, country, language, device, and top_n.\n2. Calls Decodo to perform a Google search for the keyword and returns SERP payloads.\n3. Extracts organic results, splits them into rows, and maps title, URL, description, rank, and timestamp.\n4. Validates rows (URL present and rank ≤ top_n). Valid rows are appended to the SERP_Results Google Sheet; invalid rows or API/no-result errors are logged to SERP_Errors with a timestamp and raw preview.\n\n### Setup\n- [ ] Connect your Google Sheets account used to store results.\n- [ ] Add Decodo API credentials in n8n (Decodo Search node).\n- [ ] Edit the \"Set Search Input\" node to set keyword, country, language, device, and top_n.\n- [ ] Update the Google Sheet ID and sheet names (SERP_Results and SERP_Errors).\n- [ ] Set schedule time or run a manual test run.\n- [ ] Verify appended rows and review SERP_Errors for any failures."},"typeVersion":1},{"id":"24fc6079-d7de-404b-bfd6-4cf252d67266","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[2320,16],"parameters":{"color":7,"width":748,"height":444,"content":"## Store Results & Log Errors\nKeeps only valid top-ranked rows and appends them to the results sheet. If there are no results or a row is missing key fields, it writes an error entry to the errors sheet."},"typeVersion":1},{"id":"86f89d19-935b-4f42-99d8-1232d668a2af","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[176,16],"parameters":{"color":7,"width":700,"height":444,"content":"## Schedule & Search Setup\nRuns daily and defines thesearch and scrape with decodo"},"typeVersion":1},{"id":"1b4a86e5-b42c-4c26-a498-a1a987093699","name":"Sticky Note6","type":"n8n-nodes-base.stickyNote","position":[896,16],"parameters":{"color":7,"width":1404,"height":444,"content":"## Parse & Filter Top Results\nBreaks the response into items, extracts organic listings, maps fields, and keeps only valid rows within the top-N ranks."},"typeVersion":1}],"active":true,"pinData":{},"settings":{"timezone":"Asia/Jakarta","callerPolicy":"workflowsFromSameOwner","availableInMCP":false,"executionOrder":"v1"},"versionId":"71f2c5da-68db-4b15-bd18-0cc09a9efcef","connections":{"Valid Row":{"main":[[{"node":"Write SERP Results","type":"main","index":0}],[{"node":"Build Invalid-Row Error","type":"main","index":0}]]},"Has Results":{"main":[[{"node":"Split Results","type":"main","index":0}],[{"node":"Build No-Result Error","type":"main","index":0}]]},"Map SERP Row":{"main":[[{"node":"Valid Row","type":"main","index":0}]]},"Daily Trigger":{"main":[[{"node":"Set Search Input","type":"main","index":0}]]},"Decodo Search":{"main":[[{"node":"Has Results","type":"main","index":0}]]},"Split Organic":{"main":[[{"node":"Map SERP Row","type":"main","index":0}]]},"Split Results":{"main":[[{"node":"Extract Organic","type":"main","index":0}]]},"Extract Organic":{"main":[[{"node":"Split Organic","type":"main","index":0}]]},"Set Search Input":{"main":[[{"node":"Decodo Search","type":"main","index":0}]]},"Build No-Result Error":{"main":[[{"node":"Write SERP Errors","type":"main","index":0}]]},"Build Invalid-Row Error":{"main":[[{"node":"Write SERP Errors","type":"main","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":17,"nodeTypes":{"n8n-nodes-base.if":{"count":2},"n8n-nodes-base.set":{"count":5},"n8n-nodes-base.splitOut":{"count":2},"n8n-nodes-base.stickyNote":{"count":4},"n8n-nodes-base.googleSheets":{"count":2},"n8n-nodes-base.scheduleTrigger":{"count":1},"@decodo/n8n-nodes-decodo.decodo":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Khairul Muhtadin","username":"khmuhtadin","bio":"","verified":true,"links":["https://khmuhtadin.com"],"avatar":"https://gravatar.com/avatar/eb5ab777f1b9a8ec3306fff57cf9c4d1f68c9460212cd1181f6c7cd7ab98530e?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":20,"icon":"fa:map-signs","name":"n8n-nodes-base.if","codex":{"data":{"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"details":"The IF node can be used to implement binary conditional logic in your workflow. You can set up one-to-many conditions to evaluate each item of data being inputted into the node. That data will either evaluate to TRUE or FALSE and route out of the node accordingly.\n\nThis node has multiple types of conditions: Bool, String, Number, and Date & Time.","resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/","icon":"🤬","label":"Create a toxic language detector for Telegram in 4 step"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/automation-for-maintainers-of-open-source-projects/","icon":"🏷️","label":"How to automatically manage contributions to open-source projects"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/why-this-product-manager-loves-workflow-automation-with-n8n/","icon":"🧠","label":"Why this Product Manager loves workflow automation with n8n"},{"url":"https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/","icon":"🙌","label":"Sending Automated Congratulations with Google Sheets, Twilio, and n8n "},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow"]}}},"group":"[\"transform\"]","defaults":{"name":"If","color":"#408000"},"iconData":{"icon":"map-signs","type":"icon"},"displayName":"If","typeVersion":2,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":38,"icon":"fa:pen","name":"n8n-nodes-base.set","codex":{"data":{"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/","icon":"📡","label":"Database Monitoring and Alerting with n8n"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"input\"]","defaults":{"name":"Edit Fields"},"iconData":{"icon":"pen","type":"icon"},"displayName":"Edit Fields (Set)","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":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":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":1239,"icon":"file:splitOut.svg","name":"n8n-nodes-base.splitOut","codex":{"data":{"alias":["Split","Nested","Transform","Array","List","Item"],"details":"","resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitout/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Split Out"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJub25lIj48ZyBmaWxsPSIjOUI2REQ1IiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQ4MCAxNDhjMC02LjYyNy01LjM3My0xMi0xMi0xMkgzMjJjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MjRjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgxNDZjNi42MjcgMCAxMi01LjM3MyAxMi0xMnptMCA5NmMwLTYuNjI3LTUuMzczLTEyLTEyLTEySDMyMmMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnYyNGMwIDYuNjI3IDUuMzczIDEyIDEyIDEyaDE0NmM2LjYyNyAwIDEyLTUuMzczIDEyLTEyem0wIDk2YzAtNi42MjctNS4zNzMtMTItMTItMTJIMzIyYy02LjYyNyAwLTEyIDUuMzczLTEyIDEydjI0YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoMTQ2YzYuNjI3IDAgMTItNS4zNzMgMTItMTJ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJNNDM4IDc2YzAgNi42MjctNS4zNzMgMTItMTIgMTJIMzA5Ljc4M2MtMTcuNjczIDAtMzIgMTQuMzI3LTMyIDMydjU2YzAgMjYuOTc4LTEwLjI3MiA1MS41NTctMjcuMTE5IDcwLjAzOS01LjA1NSA1LjU0NS01LjA1NSAxNC4zNzcgMCAxOS45MjIgMTYuODQ3IDE4LjQ4MiAyNy4xMTkgNDMuMDYxIDI3LjExOSA3MC4wMzl2NTZjMCAxNy42NzMgMTQuMzI3IDMyIDMyIDMySDQyNmM2LjYyNyAwIDEyIDUuMzczIDEyIDEydjI0YzAgNi42MjctNS4zNzMgMTItMTIgMTJIMzA5Ljc4M2MtNDQuMTgzIDAtODAtMzUuODE3LTgwLTgwdi01NmMwLTMwLjkyOC0yNS4wNzItNTYtNTYtNTZhNS43ODMgNS43ODMgMCAwIDEtNS43ODMtNS43ODN2LTM2LjQzNGE1Ljc4MyA1Ljc4MyAwIDAgMSA1Ljc4My01Ljc4M2MzMC45MjggMCA1Ni0yNS4wNzIgNTYtNTZ2LTU2YzAtNDQuMTgzIDM1LjgxNy04MCA4MC04MEg0MjZjNi42MjcgMCAxMiA1LjM3MyAxMiAxMnoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMzYgMjQ0YzAtNi42MjctNS4zNzMtMTItMTItMTJIMTJjLTYuNjI3IDAtMTIgNS4zNzMtMTIgMTJ2MjRjMCA2LjYyNyA1LjM3MyAxMiAxMiAxMmgxMTJjNi42MjcgMCAxMi01LjM3MyAxMi0xMnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01MTIgMEgwdjUxMmg1MTJ6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+"},"displayName":"Split Out","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":32,"name":"Market Research"},{"id":49,"name":"AI Summarization"}],"image":[]}}