{"workflow":{"id":12085,"name":"Monitor backlink profile with SE Ranking and export to Google Sheets","views":9,"recentViews":0,"totalViews":9,"createdAt":"2025-12-24T03:46:51.421Z","description":"![image.png](fileId:4023)\n\n## Who is this for\n- SEO pros tracking client link building progress\n- Website owners watching their backlink growth\n- Digital marketers analyzing domain authority trends\n\n## What this workflow does\nCheck your backlink profile to see which sites are linking to you, track new links you've gained, spot links you've lost, and export everything to Google Sheets.\n\n## What you'll get\n- Total backlinks and referring domains snapshot\n- New backlinks you gained in the last 30 days\n- Lost backlinks from the last 30 days (with reasons why)\n- Your top referring domains ranked by authority\n- Anchor text analysis showing how sites link to you\n- Domain authority scores and trust metrics\n- Daily trends showing link gains and losses\n- Historical growth data over the last 60 days\n\n## How it works\n1. Pulls your overall backlink profile stats\n2. Checks for new backlinks from the last month\n3. Identifies which backlinks you lost recently\n4. Lists your top referring domains by authority\n5. Analyzes the anchor text people use to link to you\n6. Gets your domain authority and trust scores\n7. Shows daily gains and losses over 30 days\n8. Grabs historical data to see growth over 60 days\n9. Organizes everything into clear sections in a spreadsheet\n\n## Requirements\n- Self-hosted n8n instance\n- SE Ranking community node installed\n- SE Ranking API token ([Get one here](https://online.seranking.com/admin.api.dashboard.html))\n- Google Sheets account (optional)\n\n## Setup\n1. Install the [SE Ranking community node](https://www.npmjs.com/package/@seranking/n8n-nodes-seranking)\n2. Add your SE Ranking API credentials\n3. Replace `example.com` with your domain in all SE Ranking nodes\n4. Connect Google Sheets if you want to export data (optional)\n\n## Customization\n- Change the time periods (currently 30 or 60 days) by editing `dateFrom` and `dateTo`\n- Get more or fewer results by adjusting the `limit` settings\n- Sort by different metrics by changing `order_by` (like first_seen or backlinks)\n- Add a Schedule Trigger to run this automatically every week","workflow":{"name":"Monitor backlink profile with SE Ranking","tags":[],"nodes":[{"id":"b406b7f4-bcc6-453f-95c8-61193d914ac0","name":"Manual Trigger","type":"n8n-nodes-base.manualTrigger","position":[832,496],"parameters":{},"typeVersion":1},{"id":"207a9b9a-93c9-40d6-a590-8a8e5aeb4661","name":"Get backlinks summary","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1056,496],"parameters":{"target":"example.com","resource":"backlinks","additionalFields":{}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"b4097159-c748-45a8-889e-13efb7de154b","name":"Get new backlinks","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1280,368],"parameters":{"dateTo":"={{ $now.toFormat('yyyy-MM-dd') }}","target":"example.com","dateFrom":"={{ $now.minus(30, 'days').toFormat('yyyy-MM-dd') }}","resource":"backlinks","operation":"getHistory","additionalFields":{"mode":"as_root","limit":100}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"603e703f-d903-4f22-a788-a06fb79adbd3","name":"Get lost backlinks","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1280,608],"parameters":{"dateTo":"={{ $now.toFormat('yyyy-MM-dd') }}","target":"example.com","dateFrom":"={{ $now.minus(30, 'days').toFormat('yyyy-MM-dd') }}","resource":"backlinks","operation":"getHistory","additionalFields":{"mode":"as_root","limit":100}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"409f06db-2305-4b69-a3c3-43fd1c6884f8","name":"Get referring domains","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1504,368],"parameters":{"target":"example.com","resource":"backlinks","operation":"getRefDomains","additionalFields":{"mode":"as_root","limit":100}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"9d54bb74-0079-4046-b286-f0dfb821a218","name":"Get anchor texts","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1504,608],"parameters":{"target":"example.com","resource":"backlinks","operation":"getAnchors","additionalFields":{"mode":"as_root","limit":50}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"31899811-6050-4d43-913e-b73dbeca2e8c","name":"Get authority metrics","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1712,368],"parameters":{"target":"example.com","resource":"backlinks","operation":"getAuthority"},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"16c25f0d-c6be-4d25-b06a-f7a32cad3d09","name":"Get daily backlinks count","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1712,608],"parameters":{"dateTo":"={{ $now.toFormat('yyyy-MM-dd') }}","target":"example.com","dateFrom":"={{ $now.minus(30, 'days').toFormat('yyyy-MM-dd') }}","resource":"backlinks","operation":"getHistoryCount","additionalFields":{"mode":"as_root"}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"c87ec3ed-8160-44e7-89e9-aa9b922332c7","name":"Get cumulative history","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1936,368],"parameters":{"dateTo":"={{ $now.toFormat('yyyy-MM-dd') }}","target":"example.com","dateFrom":"={{ $now.minus(60, 'days').toFormat('yyyy-MM-dd') }}","resource":"backlinks","operation":"getCumulativeHistory","additionalFields":{"mode":"as_root"}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"514cf75b-947d-46dc-8480-7761ba46b589","name":"Get pages with backlinks","type":"@seranking/n8n-nodes-seranking.seRanking","position":[1936,608],"parameters":{"target":"example.com","resource":"backlinks","operation":"getPages","additionalFields":{"mode":"as_root","limit":100}},"credentials":{"seRankingApi":{"id":"credential-id","name":"SE Ranking account"}},"typeVersion":1},{"id":"9cdef420-10ab-45bc-835d-7ccfad5284f1","name":"Merge","type":"n8n-nodes-base.merge","position":[2160,496],"parameters":{"mode":"combine","options":{}},"typeVersion":3},{"id":"b87a2c29-1008-4a14-ae23-429ea971c2f7","name":"Format for Sheet","type":"n8n-nodes-base.code","position":[2384,496],"parameters":{"jsCode":"const output = [];\n\nfunction addHeader(title) {\n  output.push({ json: { A: '=== ' + title + ' ===' } });\n}\n\nfunction addSpace() {\n  for (let i = 0; i < 5; i++) {\n    output.push({ json: { A: '' } });\n  }\n}\n\n// 1. SUMMARY\naddHeader('SUMMARY');\nconst summaryData = $('Get backlinks summary').first().json.summary || [];\nif (summaryData.length > 0) {\n  output.push({ json: { A: 'target', B: 'backlinks', C: 'refdomains', D: 'dofollow', E: 'nofollow', F: 'inlink_rank', G: 'domain_inlink_rank' } });\n  for (const item of summaryData) {\n    output.push({\n      json: {\n        A: item.target || '',\n        B: item.backlinks || 0,\n        C: item.refdomains || 0,\n        D: item.dofollow_backlinks || 0,\n        E: item.nofollow_backlinks || 0,\n        F: item.inlink_rank || 0,\n        G: item.domain_inlink_rank || 0\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 2. AUTHORITY\naddHeader('AUTHORITY');\nconst authorityData = $('Get authority metrics').first().json.pages || [];\nif (authorityData.length > 0) {\n  output.push({ json: { A: 'url', B: 'inlink_rank', C: 'domain_inlink_rank' } });\n  for (const item of authorityData) {\n    output.push({\n      json: {\n        A: item.url || '',\n        B: item.inlink_rank || 0,\n        C: item.domain_inlink_rank || 0\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 3. NEW BACKLINKS\naddHeader('NEW BACKLINKS');\nconst newData = $('Get new backlinks').first().json.new_lost_backlinks || [];\nif (newData.length > 0) {\n  output.push({ json: { A: 'date', B: 'url_from', C: 'url_to', D: 'anchor', E: 'nofollow', F: 'domain_inlink_rank' } });\n  for (const item of newData) {\n    output.push({\n      json: {\n        A: item.new_lost_date || '',\n        B: item.url_from || '',\n        C: item.url_to || '',\n        D: item.anchor || '',\n        E: item.nofollow ? 'Yes' : 'No',\n        F: item.domain_inlink_rank || 0\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 4. LOST BACKLINKS\naddHeader('LOST BACKLINKS');\nconst lostData = $('Get lost backlinks').first().json.new_lost_backlinks || [];\nif (lostData.length > 0) {\n  output.push({ json: { A: 'date', B: 'url_from', C: 'url_to', D: 'anchor', E: 'reason_lost' } });\n  for (const item of lostData) {\n    output.push({\n      json: {\n        A: item.new_lost_date || '',\n        B: item.url_from || '',\n        C: item.url_to || '',\n        D: item.anchor || '',\n        E: item.reason_lost || ''\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 5. REFERRING DOMAINS\naddHeader('REFERRING DOMAINS');\nconst refData = $('Get referring domains').first().json.refdomains || [];\nif (refData.length > 0) {\n  output.push({ json: { A: 'refdomain', B: 'backlinks', C: 'dofollow', D: 'domain_inlink_rank', E: 'first_seen' } });\n  for (const item of refData) {\n    output.push({\n      json: {\n        A: item.refdomain || '',\n        B: item.backlinks || 0,\n        C: item.dofollow_backlinks || 0,\n        D: item.domain_inlink_rank || 0,\n        E: item.first_seen || ''\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 6. ANCHOR TEXTS\naddHeader('ANCHOR TEXTS');\nconst anchorData = $('Get anchor texts').first().json.anchors || [];\nif (anchorData.length > 0) {\n  output.push({ json: { A: 'anchor', B: 'backlinks', C: 'refdomains', D: 'dofollow' } });\n  for (const item of anchorData) {\n    output.push({\n      json: {\n        A: item.anchor || '[empty]',\n        B: item.backlinks || 0,\n        C: item.refdomains || 0,\n        D: item.dofollow_backlinks || 0\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 7. DAILY HISTORY\naddHeader('DAILY HISTORY');\nconst dailyData = $('Get daily backlinks count').first().json.new_lost_backlinks_count || [];\nif (dailyData.length > 0) {\n  output.push({ json: { A: 'date', B: 'new', C: 'lost', D: 'net' } });\n  for (const item of dailyData) {\n    output.push({\n      json: {\n        A: item.date || '',\n        B: item.new || 0,\n        C: item.lost || 0,\n        D: (item.new || 0) - (item.lost || 0)\n      }\n    });\n  }\n}\n\naddSpace();\n\n// 8. CUMULATIVE HISTORY\naddHeader('CUMULATIVE HISTORY');\nconst cumulativeData = $('Get cumulative history').first().json.backlinks_count || [];\nif (cumulativeData.length > 0) {\n  output.push({ json: { A: 'date', B: 'backlinks' } });\n  for (const item of cumulativeData) {\n    output.push({\n      json: {\n        A: item.date || '',\n        B: item.backlinks || 0\n      }\n    });\n  }\n}\n\nreturn output;"},"typeVersion":2},{"id":"export-google-sheets","name":"Export to Google Sheets","type":"n8n-nodes-base.googleSheets","position":[2592,496],"parameters":{"operation":"append","sheetName":{"__rl":true,"mode":"list","value":""},"documentId":{"__rl":true,"mode":"list","value":""}},"credentials":{"googleSheetsOAuth2Api":{"id":"credential-id","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"ff116fe0-cb04-4327-a2b6-dbd96cebd02a","name":"Workflow Overview","type":"n8n-nodes-base.stickyNote","position":[320,-112],"parameters":{"color":5,"width":560,"height":1080,"content":"## Monitor backlink profile with SE Ranking\n\n## Who is this for\n- SEO pros tracking client link building progress\n- Website owners watching their backlink growth\n- Digital marketers analyzing domain authority trends\n\n## What this workflow does\nCheck your backlink profile to see which sites are linking to you, track new links you've gained, spot links you've lost, and export everything to Google Sheets.\n\n## What you'll get\n- Total backlinks and referring domains snapshot\n- New backlinks you gained in the last 30 days\n- Lost backlinks from the last 30 days (with reasons why)\n- Your top referring domains ranked by authority\n- Anchor text analysis showing how sites link to you\n- Domain authority scores and trust metrics\n- Daily trends showing link gains and losses\n- Historical growth data over the last 60 days\n\n## How it works\n1. Pulls your overall backlink profile stats\n2. Checks for new backlinks from the last month\n3. Identifies which backlinks you lost recently\n4. Lists your top referring domains by authority\n5. Analyzes the anchor text people use to link to you\n6. Gets your domain authority and trust scores\n7. Shows daily gains and losses over 30 days\n8. Grabs historical data to see growth over 60 days\n9. Organizes everything into clear sections in a spreadsheet\n\n## Requirements\n- Self-hosted n8n instance\n- SE Ranking community node installed\n- SE Ranking API token ([Get one here](https://online.seranking.com/admin.api.dashboard.html))\n- Google Sheets account (optional)\n\n## Setup\n1. Install the [SE Ranking community node](https://www.npmjs.com/package/@seranking/n8n-nodes-seranking)\n2. Add your SE Ranking API credentials\n3. Replace `example.com` with your domain in all SE Ranking nodes\n4. Connect Google Sheets if you want to export data (optional)\n\n## Customization\n- Change the time periods (currently 30 or 60 days) by editing `dateFrom` and `dateTo`\n- Get more or fewer results by adjusting the `limit` settings\n- Sort by different metrics by changing `order_by` (like first_seen or backlinks)\n- Add a Schedule Trigger to run this automatically every week"},"typeVersion":1},{"id":"sticky-data-collection","name":"Data Collection","type":"n8n-nodes-base.stickyNote","position":[1020,280],"parameters":{"width":1000,"height":140,"content":"### 📊 Data Collection\nGrabs backlink data from SE Ranking: summary stats, new/lost links, referring domains, anchor texts, authority metrics, and historical trends."},"typeVersion":1},{"id":"sticky-formatting","name":"Formatting & Export","type":"n8n-nodes-base.stickyNote","position":[2140,380],"parameters":{"width":500,"height":140,"content":"### 📤 Formatting & Export\nCombines all the data, organizes it into clear sections with headers, and saves to Google Sheets."},"typeVersion":1}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"connections":{"Merge":{"main":[[{"node":"Format for Sheet","type":"main","index":0}]]},"Manual Trigger":{"main":[[{"node":"Get backlinks summary","type":"main","index":0}]]},"Format for Sheet":{"main":[[{"node":"Export to Google Sheets","type":"main","index":0}]]},"Get anchor texts":{"main":[[{"node":"Get daily backlinks count","type":"main","index":0}]]},"Get new backlinks":{"main":[[{"node":"Get referring domains","type":"main","index":0}]]},"Get lost backlinks":{"main":[[{"node":"Get anchor texts","type":"main","index":0}]]},"Get authority metrics":{"main":[[{"node":"Get cumulative history","type":"main","index":0}]]},"Get backlinks summary":{"main":[[{"node":"Get new backlinks","type":"main","index":0},{"node":"Get lost backlinks","type":"main","index":0}]]},"Get referring domains":{"main":[[{"node":"Get authority metrics","type":"main","index":0}]]},"Get cumulative history":{"main":[[{"node":"Merge","type":"main","index":0}]]},"Get pages with backlinks":{"main":[[{"node":"Merge","type":"main","index":1}]]},"Get daily backlinks count":{"main":[[{"node":"Get pages with backlinks","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":16,"nodeTypes":{"n8n-nodes-base.code":{"count":1},"n8n-nodes-base.merge":{"count":1},"n8n-nodes-base.stickyNote":{"count":3},"n8n-nodes-base.googleSheets":{"count":1},"n8n-nodes-base.manualTrigger":{"count":1},"@seranking/n8n-nodes-seranking.seRanking":{"count":9}}},"status":"published","readyToDemo":null,"user":{"name":"Eugene Melnychenko","username":"eugene-m","bio":"","verified":true,"links":[""],"avatar":"https://gravatar.com/avatar/7042b6697a3942388f99612572551b2ec8d8b8ba648f0cc851e8b89c99b28e2c?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":24,"icon":"file:merge.svg","name":"n8n-nodes-base.merge","codex":{"data":{"alias":["Join","Concatenate","Wait"],"resources":{"generic":[{"url":"https://n8n.io/blog/how-to-sync-data-between-two-systems/","icon":"🏬","label":"How to synchronize data between two systems (one-way vs. two-way sync"},{"url":"https://n8n.io/blog/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with n8n"},{"url":"https://n8n.io/blog/migrating-community-metrics-to-orbit-using-n8n/","icon":"📈","label":"Migrating Community Metrics to Orbit using n8n"},{"url":"https://n8n.io/blog/build-your-own-virtual-assistant-with-n8n-a-step-by-step-guide/","icon":"👦","label":"Build your own virtual assistant with n8n: A step by step guide"},{"url":"https://n8n.io/blog/sending-automated-congratulations-with-google-sheets-twilio-and-n8n/","icon":"🙌","label":"Sending Automated Congratulations with Google Sheets, Twilio, and n8n "},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Flow","Data Transformation"]}}},"group":"[\"transform\"]","defaults":{"name":"Merge"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTc3XzUxOCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNDhDMCAyMS40OTAzIDIxLjQ5MDMgMCA0OCAwSDExMkMxMzguNTEgMCAxNjAgMjEuNDkwMyAxNjAgNDhWNTZIMTk2LjI1MkMyNDAuNDM1IDU2IDI3Ni4yNTIgOTEuODE3MiAyNzYuMjUyIDEzNlYxOTJDMjc2LjI1MiAyMTQuMDkxIDI5NC4xNjEgMjMyIDMxNi4yNTIgMjMySDM1MlYyMjRDMzUyIDE5Ny40OSAzNzMuNDkgMTc2IDQwMCAxNzZINDY0QzQ5MC41MSAxNzYgNTEyIDE5Ny40OSA1MTIgMjI0VjI4OEM1MTIgMzE0LjUxIDQ5MC41MSAzMzYgNDY0IDMzNkg0MDBDMzczLjQ5IDMzNiAzNTIgMzE0LjUxIDM1MiAyODhWMjgwSDMxNi4yNTJDMjk0LjE2MSAyODAgMjc2LjI1MiAyOTcuOTA5IDI3Ni4yNTIgMzIwVjM3NkMyNzYuMjUyIDQyMC4xODMgMjQwLjQzNSA0NTYgMTk2LjI1MiA0NTZIMTYwVjQ2NEMxNjAgNDkwLjUxIDEzOC41MSA1MTIgMTEyIDUxMkg0OEMyMS40OTAzIDUxMiAwIDQ5MC41MSAwIDQ2NFY0MDBDMCAzNzMuNDkgMjEuNDkwMyAzNTIgNDggMzUySDExMkMxMzguNTEgMzUyIDE2MCAzNzMuNDkgMTYwIDQwMFY0MDhIMTk2LjI1MkMyMTMuOTI1IDQwOCAyMjguMjUyIDM5My42NzMgMjI4LjI1MiAzNzZWMzIwQzIyOC4yNTIgMjk0Ljc4NCAyMzguODU5IDI3Mi4wNDQgMjU1Ljg1MyAyNTZDMjM4Ljg1OSAyMzkuOTU2IDIyOC4yNTIgMjE3LjIxNiAyMjguMjUyIDE5MlYxMzZDMjI4LjI1MiAxMTguMzI3IDIxMy45MjUgMTA0IDE5Ni4yNTIgMTA0SDE2MFYxMTJDMTYwIDEzOC41MSAxMzguNTEgMTYwIDExMiAxNjBINDhDMjEuNDkwMyAxNjAgMCAxMzguNTEgMCAxMTJWNDhaTTEwNCA0OEMxMDguNDE4IDQ4IDExMiA1MS41ODE3IDExMiA1NlYxMDRDMTEyIDEwOC40MTggMTA4LjQxOCAxMTIgMTA0IDExMkg1NkM1MS41ODE3IDExMiA0OCAxMDguNDE4IDQ4IDEwNFY1NkM0OCA1MS41ODE3IDUxLjU4MTcgNDggNTYgNDhIMTA0Wk00NTYgMjI0QzQ2MC40MTggMjI0IDQ2NCAyMjcuNTgyIDQ2NCAyMzJWMjgwQzQ2NCAyODQuNDE4IDQ2MC40MTggMjg4IDQ1NiAyODhINDA4QzQwMy41ODIgMjg4IDQwMCAyODQuNDE4IDQwMCAyODBWMjMyQzQwMCAyMjcuNTgyIDQwMy41ODIgMjI0IDQwOCAyMjRINDU2Wk0xMTIgNDA4QzExMiA0MDMuNTgyIDEwOC40MTggNDAwIDEwNCA0MDBINTZDNTEuNTgxNyA0MDAgNDggNDAzLjU4MiA0OCA0MDhWNDU2QzQ4IDQ2MC40MTggNTEuNTgxNyA0NjQgNTYgNDY0SDEwNEMxMDguNDE4IDQ2NCAxMTIgNDYwLjQxOCAxMTIgNDU2VjQwOFoiIGZpbGw9IiM1NEI4QzkiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMTc3XzUxOCI+CjxyZWN0IHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo="},"displayName":"Merge","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":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":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":32,"name":"Market Research"}],"image":[{"id":4023,"url":"https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/image_214d218532.png"}]}}