{"workflow":{"id":12601,"name":"Vet new Shopify leads with ZeroBounce and sync qualified contacts to HubSpot","views":30,"recentViews":0,"totalViews":30,"createdAt":"2026-01-09T14:49:28.266Z","description":"## Shopify to HubSpot: Advanced ZeroBounce Lead Vetting\n\n**This workflow automates the transition of new Shopify customers into HubSpot, using [ZeroBounce](https://www.zerobounce.net) for multi-layer validation (Validation + AI Scoring).**\n\n**Results are also output to Google Sheets for review.**\n\n![ZeroBounce Logo](https://raw.githubusercontent.com/zerobounce/n8n-nodes-zerobounce/main/icons/zb-logo-purple.svg)\n\n### 🧩 Nodes used in this workflow\n- [ZeroBounce](https://n8n.io/integrations/zerobounce)\n- [Shopify](https://n8n.io/integrations/shopify)\n- [Hubspot](https://n8n.io/integrations/hubspot)\n- [Google Sheets](https://n8n.io/integrations/google-sheets) (or alternative e.g. [Data Table](https://n8n.io/integrations/data-table))\n\n### 💡 Key Benefits\n- **✨ Zero-Waste Sync:** Only \"Valid\" or \"High-Scoring\" leads reach your CRM.\n- **🛡️ Credit Safety:** Internal checks ensure you never trigger an API call without credits.\n- **📊 Detailed Suppressions:** Every rejected lead is categorized by reason (e.g. Email Missing, Invalid, Low Score, or Insufficient credits).\n\n### 🚀 How it Works\n1. **⚡ Trigger & Verification:** Activates on new **Shopify** customers and first checks if an email address is provided.\n    - **Email present:** Proceeds to credit check and validation\n    - **Email missing:** Customer details are added to *Rejected* output for review with reason `'Email missing'`.\n2. **💳 Credit Management:** Before each ZeroBounce call, the workflow checks your account for sufficient credits to prevent node failures.\n    - **Success:** Proceeds to Stage 1 (Validation).\n    - **Failure:** Customer details are added to *Rejected* output for retry with reason `'Not enough credits'`.\n3. **✔️ Stage 1: Email Validation:** Validates the email address with ZeroBounce.\n    - **Valid:** Adds the result to *Accepted* output and creates a contact in **HubSpot**.\n    - **Invalid:** Logs to an **n8n Data Table** with the validation results and a reason for rejection for review.\n    - **Catch-all:** Proceeds to Stage 2 (Scoring).\n4.  **🎯 Stage 2: AI Email Scoring:** For \"Catch-all\" emails, the workflow requests **ZeroBounce AI Scoring**.\n    - **High Score (&gt;=9):** Syncs to **HubSpot**.\n    - **Medium/Low Score:** Suppressed and added to an **n8n Data Table** with the assigned score for review.\n5. **📤 Output Results:**\n    - **Accepted:** Output validation and scoring results to *Accepted* and **Hubspot**\n    - **Rejected** Output validation and scoring results to *Rejected*.\n\n### 📋 Setup Requirements\n- **Shopify:** Connect via OAuth2 to watch for \"Customer Created\" events (Topic: `customers/create`).\n- **ZeroBounce:** Connect via API Key. *[Create one here](https://www.zerobounce.net/members/API)*.\n- **HubSpot:** Connect via OAuth2 to create/update contacts for high-quality leads.\n- **Google Sheets:** Connect via OAuth2 to append/update rows in a Google Sheets worksheet. Alternatively, swap these nodes out with any other data storage node e.g. **n8n Data Table** or **Microsoft Excel**. The sheets/tables can be created with the headers:\n    - *Accepted* columns:\n      `ID,Email,First Name,Last Name,Accepted At,Accepted Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score`\n    - *Rejected* columns\n      `ID,Email,First Name,Last Name,Rejected At,Rejected Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score`","workflow":{"nodes":[{"id":"c57da7be-c2f3-4352-8761-d51f923b9d83","name":"Validate email","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","position":[672,752],"parameters":{"email":"={{ $('Shopify customer created').item.json.email }}","addOptions":{"timeout":10}},"credentials":{"zeroBounceApi":{"id":"i2QmyQioGZJzHPHv","name":"ZeroBounce account"}},"typeVersion":1},{"id":"a195d9bb-b1c5-4758-b745-6866646398e2","name":"Shopify customer created","type":"n8n-nodes-base.shopifyTrigger","position":[0,1040],"webhookId":"9809d971-e8b8-465f-a8b2-f6f8577e8ed1","parameters":{"topic":"customers/create","authentication":"oAuth2"},"credentials":{"shopifyOAuth2Api":{"id":"ClDQbCh3hu9aJ8tq","name":"Shopify Access Token account"}},"typeVersion":1},{"id":"c37fec98-e438-4e49-8afc-52e32ad8efc5","name":"Status","type":"n8n-nodes-base.switch","position":[896,736],"parameters":{"rules":{"values":[{"outputKey":"Valid","conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"468015f8-26f2-4e72-be62-cb7a801b1e5d","operator":{"type":"string","operation":"equals"},"leftValue":"={{ $json.status }}","rightValue":"valid"}]},"renameOutput":true},{"outputKey":"Catch-all","conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"ee6eb4c7-2d0e-4645-9454-5d63d863d355","operator":{"name":"filter.operator.equals","type":"string","operation":"equals"},"leftValue":"={{ $json.status }}","rightValue":"catch-all"}]},"renameOutput":true}]},"options":{"fallbackOutput":"extra","renameFallbackOutput":"Other"}},"typeVersion":3.4},{"id":"11e6943d-e04e-47f2-9533-575c53b4a564","name":"Has email?","type":"n8n-nodes-base.if","position":[224,1040],"parameters":{"options":{},"conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"7287ef71-fd0e-4283-a029-d56939120766","operator":{"type":"string","operation":"notEmpty","singleValue":true},"leftValue":"={{ $json.email }}","rightValue":""}]}},"typeVersion":2.3},{"id":"159e3d9e-6e73-408d-aebf-e27246c49884","name":"Filter by score","type":"n8n-nodes-base.switch","position":[1568,544],"parameters":{"rules":{"values":[{"outputKey":"high","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"47aa6c56-2c5a-41ac-8f5c-5b7f183d898b","operator":{"type":"number","operation":"gte"},"leftValue":"={{ $json.score }}","rightValue":9}]},"renameOutput":true},{"outputKey":"medium","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"b1bdb574-a04c-4086-86a3-899e53ccda07","operator":{"type":"number","operation":"gte"},"leftValue":"={{ $json.score }}","rightValue":3}]},"renameOutput":true},{"outputKey":"low","conditions":{"options":{"version":2,"leftValue":"","caseSensitive":true,"typeValidation":"loose"},"combinator":"and","conditions":[{"id":"5c624f71-1acc-4ce8-92d3-821fe2d4f83b","operator":{"type":"number","operation":"lt"},"leftValue":"={{ $json.score }}","rightValue":3}]},"renameOutput":true}]},"options":{"fallbackOutput":2},"looseTypeValidation":true},"typeVersion":3.3},{"id":"c0c00021-4e1f-45c8-a10a-b18322e9c156","name":"Score email","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","position":[1344,560],"parameters":{"email":"={{ $('Shopify customer created').item.json.email }}","resource":"scoring"},"credentials":{"zeroBounceApi":{"id":"i2QmyQioGZJzHPHv","name":"ZeroBounce account"}},"typeVersion":1},{"id":"8398b129-4b38-4557-8780-dfe5750575c4","name":"Not valid","type":"n8n-nodes-base.set","position":[1792,1136],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not valid"}]}},"typeVersion":3.4},{"id":"66fa9bd0-225d-41db-a342-6c4b4f2e28b8","name":"Not enough credits for scoring","type":"n8n-nodes-base.set","position":[1792,944],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not enough credits for scoring"}]}},"typeVersion":3.4},{"id":"94fbf491-0148-4ddb-bdef-f7cc0791a6ab","name":"Not enough credits for validation","type":"n8n-nodes-base.set","position":[1792,1328],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not enough credits for validation"}]}},"typeVersion":3.4},{"id":"9fe832a7-2cf8-4730-87e6-5be214557184","name":"Email missing","type":"n8n-nodes-base.set","position":[1792,1520],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Email missing"}]}},"typeVersion":3.4},{"id":"5d0d6419-ee99-452e-8093-7cf8fcfb7e78","name":"Check credits for validation","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","onError":"continueErrorOutput","position":[448,944],"parameters":{"resource":"account","addOptions":{"creditsRequired":1}},"credentials":{"zeroBounceApi":{"id":"i2QmyQioGZJzHPHv","name":"ZeroBounce account"}},"executeOnce":false,"typeVersion":1},{"id":"7833c644-0f85-413e-88b4-0a3b2ce50333","name":"Check credits for scoring","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","onError":"continueErrorOutput","position":[1120,752],"parameters":{"resource":"account","addOptions":{"creditsRequired":1}},"credentials":{"zeroBounceApi":{"id":"i2QmyQioGZJzHPHv","name":"ZeroBounce account"}},"typeVersion":1},{"id":"a08e6bbd-1617-47b5-afd7-6217d72dfc8e","name":"Medium score","type":"n8n-nodes-base.set","position":[1792,560],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Medium score"}]}},"typeVersion":3.4},{"id":"6bfd3b4f-4e31-4db5-ba4c-594b9dfc64ab","name":"Low score","type":"n8n-nodes-base.set","position":[1792,752],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Low score"}]}},"typeVersion":3.4},{"id":"aef3ae96-fa35-46d7-9586-8bb57778c705","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[-496,112],"parameters":{"color":7,"width":864,"content":"## Shopify to HubSpot: Advanced ZeroBounce Lead Vetting\n\n**This workflow automates the transition of new Shopify customers into HubSpot, using [ZeroBounce](https://www.zerobounce.net) for multi-layer validation (Validation + AI Scoring).**\n\n**Results are also output to Google Sheets for review.**"},"typeVersion":1},{"id":"30c3261c-089d-49b1-85b6-ec91c92aecc0","name":"Add to Accepted","type":"n8n-nodes-base.googleSheets","position":[2016,272],"parameters":{"columns":{"value":{"ID":"={{ $('Shopify customer created').item.json.id }}","Email":"={{ $('Shopify customer created').item.json.email }}","ZB Score":"={{ $node[\"Score email\"] ? $('Score email').item.json.score : \"\" }}","Last Name":"={{ $('Shopify customer created').item.json.last_name }}","ZB Domain":"={{ $('Validate email').item.json.domain }}","ZB Status":"={{ $('Validate email').item.json.status }}","First Name":"={{ $('Shopify customer created').item.json.first_name }}","ZB Account":"={{ $('Validate email').item.json.account }}","Accepted At":"={{ $now }}","ZB MX Found":"={{ $('Validate email').item.json.mx_found }}","ZB MX Record":"={{ $('Validate email').item.json.mx_record }}","ZB Free Email":"={{ $('Validate email').item.json.free_email }}","ZB Sub Status":"={{ $('Validate email').item.json.sub_status }}","Accepted Reason":"={{ $json.reason }}","ZB Did You Mean":"={{ $('Validate email').item.json.did_you_mean }}","ZB SMTP Provider":"={{ $('Validate email').item.json.smtp_provider }}","ZB Domain Age Days":"={{ $('Validate email').item.json.domain_age_days }}"},"schema":[{"id":"ID","type":"string","display":true,"removed":false,"required":false,"displayName":"ID","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Email","type":"string","display":true,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"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":"Accepted At","type":"string","display":true,"required":false,"displayName":"Accepted At","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Accepted Reason","type":"string","display":true,"required":false,"displayName":"Accepted Reason","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Status","type":"string","display":true,"required":false,"displayName":"ZB Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Sub Status","type":"string","display":true,"required":false,"displayName":"ZB Sub Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Free Email","type":"string","display":true,"required":false,"displayName":"ZB Free Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Did You Mean","type":"string","display":true,"required":false,"displayName":"ZB Did You Mean","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Account","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Account","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Domain","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain Age Days","type":"string","display":true,"required":false,"displayName":"ZB Domain Age Days","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB SMTP Provider","type":"string","display":true,"required":false,"displayName":"ZB SMTP Provider","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Found","type":"string","display":true,"required":false,"displayName":"ZB MX Found","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Record","type":"string","display":true,"required":false,"displayName":"ZB MX Record","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Score","type":"string","display":true,"required":false,"displayName":"ZB Score","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["ID"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":490801678,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit#gid=490801678","cachedResultName":"Accepted"},"documentId":{"__rl":true,"mode":"list","value":"1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit?usp=drivesdk","cachedResultName":"ZeroBounce Validation"}},"credentials":{"googleSheetsOAuth2Api":{"id":"XCrTixk60PEY5BmE","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"46a54e92-b1cd-4921-a718-445e1f414b14","name":"Add to Rejected","type":"n8n-nodes-base.googleSheets","position":[2016,864],"parameters":{"columns":{"value":{"ID":"={{ $('Shopify customer created').item.json.id }}","Email":"={{ $('Shopify customer created').item.json.email }}","ZB Score":"={{ $node[\"Score email\"] ? $('Score email').item.json.score : \"\" }}","Last Name":"={{ $('Shopify customer created').item.json.last_name }}","ZB Domain":"={{ $('Validate email').item.json.domain }}","ZB Status":"={{ $('Validate email').item.json.status }}","First Name":"={{ $('Shopify customer created').item.json.first_name }}","ZB Account":"={{ $('Validate email').item.json.account }}","Rejected At":"={{ $now }}","ZB MX Found":"={{ $('Validate email').item.json.mx_found }}","ZB MX Record":"={{ $('Validate email').item.json.mx_record }}","Reject Reason":"={{ $json.reason }}","ZB Free Email":"={{ $('Validate email').item.json.free_email }}","ZB Sub Status":"={{ $('Validate email').item.json.sub_status }}","ZB Did You Mean":"={{ $node[\"Validate email\"] ? $('Validate email').item.json.did_you_mean : \"\" }}","ZB SMTP Provider":"={{ $('Validate email').item.json.smtp_provider }}","ZB Domain Age Days":"={{ $('Validate email').item.json.domain_age_days }}"},"schema":[{"id":"ID","type":"string","display":true,"removed":false,"required":false,"displayName":"ID","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"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":"Rejected At","type":"string","display":true,"removed":false,"required":false,"displayName":"Rejected At","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Reject Reason","type":"string","display":true,"removed":false,"required":false,"displayName":"Reject Reason","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Status","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Sub Status","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Sub Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Free Email","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Free Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Did You Mean","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Did You Mean","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Account","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Account","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Domain","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain Age Days","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Domain Age Days","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB SMTP Provider","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB SMTP Provider","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Found","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB MX Found","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Record","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB MX Record","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Score","type":"string","display":true,"removed":false,"required":false,"displayName":"ZB Score","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["ID"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit#gid=0","cachedResultName":"Rejected"},"documentId":{"__rl":true,"mode":"list","value":"1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit?usp=drivesdk","cachedResultName":"ZeroBounce Validation"}},"credentials":{"googleSheetsOAuth2Api":{"id":"XCrTixk60PEY5BmE","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"485b4120-cb1d-4b4a-8fc3-382145ab96c0","name":"Create Hubspot contact","type":"n8n-nodes-base.hubspot","position":[2240,272],"parameters":{"email":"={{ $('Validate email').item.json.address }}","options":{},"authentication":"oAuth2","additionalFields":{"lastName":"={{ $('Shopify customer created').item.json.last_name }}","firstName":"={{ $('Shopify customer created').item.json.first_name }}","countryRegionCode":"={{ $('Shopify customer created').item.json.addresses[0].country_code }}"}},"credentials":{"hubspotOAuth2Api":{"id":"WGe4XE4bP2UwyrEf","name":"HubSpot account"}},"typeVersion":2.2},{"id":"16faad85-7014-4465-bb10-09d09edbd321","name":"High score","type":"n8n-nodes-base.set","position":[1792,368],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Medium score"}]}},"typeVersion":3.4},{"id":"24816170-478f-44a4-a08f-a8a63f1941d7","name":"Valid","type":"n8n-nodes-base.set","position":[1792,176],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Valid"}]}},"typeVersion":3.4},{"id":"75693212-fdd8-45a0-ae5e-5761dbf0254b","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[-48,992],"parameters":{"color":7,"width":416,"height":208,"content":"## ⚡ Trigger & Verification"},"typeVersion":1},{"id":"cdbc4926-62f9-4c99-a227-70d83c343b8e","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[400,656],"parameters":{"color":7,"width":640,"height":448,"content":"## ✔️ Stage 1: Email Validation"},"typeVersion":1},{"id":"885dbb18-24e1-466c-a1b6-0ef24565d522","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[1072,480],"parameters":{"color":7,"width":640,"height":432,"content":"## 🎯 Stage 2: AI Email Scoring"},"typeVersion":1},{"id":"c2f6a322-6b91-4539-9083-1ac16c47e8fd","name":"Sticky Note6","type":"n8n-nodes-base.stickyNote","position":[1744,112],"parameters":{"color":7,"width":656,"height":1568,"content":"## 📤 Output Results\n"},"typeVersion":1},{"id":"c14013d8-6294-41f2-a519-a8885a71a8ea","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[672,112],"parameters":{"color":7,"width":518,"height":288,"content":"![ZeroBounce Logo](https://raw.githubusercontent.com/zerobounce/n8n-nodes-zerobounce/main/icons/zb-logo-purple.svg)"},"typeVersion":1},{"id":"75bf8689-e5a9-4c44-b63d-0a9a213c2fd6","name":"Sticky Note7","type":"n8n-nodes-base.stickyNote","position":[-496,1248],"parameters":{"color":7,"width":864,"height":432,"content":"### 📋 Setup Requirements\n- **Shopify:** Connect via OAuth2 to watch for \"Customer Created\" events (Topic: `customers/create`).\n- **ZeroBounce:** Connect via API Key. *[Create one here](https://www.zerobounce.net/members/API)*.\n- **HubSpot:** Connect via OAuth2 to create/update contacts for high-quality leads.\n- **Google Sheets:** Connect via OAuth2 to append/update rows in a Google Sheets worksheet. Alternatively, swap these nodes out with any other data storage node e.g. **n8n Data Table** or **Microsoft Excel**. The sheets/tables can be created with the headers:\n    - *Accepted* columns:\n`ID,Email,First Name,Last Name,Accepted At,Accepted Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score`\n    - *Rejected* columns\n`ID,Email,First Name,Last Name,Rejected At,Rejected Reason,ZB Status,ZB Sub Status,ZB Free Email,ZB Did You Mean,ZB Account,ZB Domain,ZB Domain Age Days,ZB SMTP Provider,ZB MX Found,ZB MX Record,ZB Score`"},"typeVersion":1},{"id":"dc5a17c0-586a-4023-91f7-3551a21337e9","name":"Sticky Note8","type":"n8n-nodes-base.stickyNote","position":[-496,816],"parameters":{"color":7,"width":864,"height":128,"content":"### 💡 Key Benefits\n- **✨ Zero-Waste Sync:** Only \"Valid\" or \"High-Scoring\" leads reach your CRM.\n- **🛡️ Credit Safety:** Internal checks ensure you never trigger an API call without credits.\n- **📊 Detailed Suppressions:** Every rejected lead is categorized by reason (e.g. Email Missing, Invalid, Low Score, or Insufficient credits)."},"typeVersion":1},{"id":"f55e415a-70fe-4031-a745-9fb9204aeea7","name":"Sticky Note9","type":"n8n-nodes-base.stickyNote","position":[-496,992],"parameters":{"color":7,"width":400,"height":208,"content":"### 🧩 Nodes used in this workflow\n- [ZeroBounce](https://n8n.io/integrations/zerobounce)\n- [Shopify](https://n8n.io/integrations/shopify)\n- [Hubspot](https://n8n.io/integrations/hubspot)\n- [Google Sheets](https://n8n.io/integrations/google-sheets) (or alternative e.g. [Data Table](https://n8n.io/integrations/data-table))"},"typeVersion":1},{"id":"d39d8207-7d26-435c-bbe8-959adf1960a8","name":"Sticky Note10","type":"n8n-nodes-base.stickyNote","position":[-496,320],"parameters":{"color":7,"width":864,"height":448,"content":"### 🚀 How it Works\n1. **⚡ Trigger & Verification:** Activates on new **Shopify** customers and first checks if an email address is provided.\n    - **Email present:** Proceeds to credit check and validation\n    - **Email missing:** Customer details are added to *Rejected* output for review with reason `'Email missing'`.\n2. **💳 Credit Management:** Before each ZeroBounce call, the workflow checks your account for sufficient credits to prevent node failures. \n    - **Success:** Proceeds to Stage 1 (Validation).\n    - **Failure:** Customer details are added to *Rejected* output for retry with reason `'Not enough credits'`.\n3. **✔️ Stage 1: Email Validation:** Validates the email address with ZeroBounce. \n    - **Valid:** Adds the result to *Accepted* output and creates a contact in **HubSpot**.\n    - **Invalid:** Logs to an **n8n Data Table** with the validation results and a reason for rejection for review.\n    - **Catch-all:** Proceeds to Stage 2 (Scoring).\n4.  **🎯 Stage 2: AI Email Scoring:** For \"Catch-all\" emails, the workflow requests **ZeroBounce AI Scoring**.\n    - **High Score (>=9):** Syncs to **HubSpot**.\n    - **Medium/Low Score:** Suppressed and added to an **n8n Data Table** with the assigned score for review.\n5. **📤 Output Results:**\n    - **Accepted:** Output validation and scoring results to *Accepted* and **Hubspot**\n    - **Rejected** Output validation and scoring results to *Rejected*."},"typeVersion":1},{"id":"d6d71104-fcc3-4b2c-871d-a73cffe4bc54","name":"Add to Rejected not validated","type":"n8n-nodes-base.googleSheets","position":[2016,1424],"parameters":{"columns":{"value":{"ID":"={{ $('Shopify customer created').item.json.id }}","Email":"={{ $('Shopify customer created').item.json.email }}","Last Name":"={{ $('Shopify customer created').item.json.last_name }}","First Name":"={{ $('Shopify customer created').item.json.first_name }}","Rejected At":"={{ $now }}","Reject Reason":"={{ $json.reason }}"},"schema":[{"id":"ID","type":"string","display":true,"removed":false,"required":false,"displayName":"ID","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"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":"Rejected At","type":"string","display":true,"removed":false,"required":false,"displayName":"Rejected At","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Reject Reason","type":"string","display":true,"removed":false,"required":false,"displayName":"Reject Reason","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Status","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Sub Status","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Sub Status","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Free Email","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Free Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Did You Mean","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Did You Mean","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Account","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Account","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Domain","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Domain Age Days","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Domain Age Days","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB SMTP Provider","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB SMTP Provider","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Found","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB MX Found","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB MX Record","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB MX Record","defaultMatch":false,"canBeUsedToMatch":true},{"id":"ZB Score","type":"string","display":true,"removed":true,"required":false,"displayName":"ZB Score","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["ID"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit#gid=0","cachedResultName":"Rejected"},"documentId":{"__rl":true,"mode":"list","value":"1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1fzvQqJzYXFaPiINaQunC16t2Xe2oXs-EhCy-x4uDa6U/edit?usp=drivesdk","cachedResultName":"ZeroBounce Validation"}},"credentials":{"googleSheetsOAuth2Api":{"id":"XCrTixk60PEY5BmE","name":"Google Sheets account"}},"typeVersion":4.7}],"connections":{"Valid":{"main":[[{"node":"Add to Accepted","type":"main","index":0}]]},"Status":{"main":[[{"node":"Valid","type":"main","index":0}],[{"node":"Check credits for scoring","type":"main","index":0}],[{"node":"Not valid","type":"main","index":0}]]},"Low score":{"main":[[{"node":"Add to Rejected","type":"main","index":0}]]},"Not valid":{"main":[[{"node":"Add to Rejected","type":"main","index":0}]]},"Has email?":{"main":[[{"node":"Check credits for validation","type":"main","index":0}],[{"node":"Email missing","type":"main","index":0}]]},"High score":{"main":[[{"node":"Add to Accepted","type":"main","index":0}]]},"Score email":{"main":[[{"node":"Filter by score","type":"main","index":0}]]},"Medium score":{"main":[[{"node":"Add to Rejected","type":"main","index":0}]]},"Email missing":{"main":[[{"node":"Add to Rejected not validated","type":"main","index":0}]]},"Validate email":{"main":[[{"node":"Status","type":"main","index":0}]]},"Add to Accepted":{"main":[[{"node":"Create Hubspot contact","type":"main","index":0}]]},"Filter by score":{"main":[[{"node":"High score","type":"main","index":0}],[{"node":"Medium score","type":"main","index":0}],[{"node":"Low score","type":"main","index":0}]]},"Shopify customer created":{"main":[[{"node":"Has email?","type":"main","index":0}]]},"Check credits for scoring":{"main":[[{"node":"Score email","type":"main","index":0}],[{"node":"Not enough credits for scoring","type":"main","index":0}]]},"Check credits for validation":{"main":[[{"node":"Validate email","type":"main","index":0}],[{"node":"Not enough credits for validation","type":"main","index":0}]]},"Not enough credits for scoring":{"main":[[{"node":"Add to Rejected","type":"main","index":0}]]},"Not enough credits for validation":{"main":[[{"node":"Add to Rejected not validated","type":"main","index":0}]]}}},"lastUpdatedBy":29,"workflowInfo":{"nodeCount":30,"nodeTypes":{"n8n-nodes-base.if":{"count":1},"n8n-nodes-base.set":{"count":8},"n8n-nodes-base.switch":{"count":2},"n8n-nodes-base.hubspot":{"count":1},"n8n-nodes-base.stickyNote":{"count":10},"n8n-nodes-base.googleSheets":{"count":3},"n8n-nodes-base.shopifyTrigger":{"count":1},"@zerobounce/n8n-nodes-zerobounce.zeroBounce":{"count":4}}},"status":"published","readyToDemo":null,"user":{"name":"ZeroBounce","username":"zerobounce","bio":"Accurate, fast and secure email verification service. We help you find valid emails and connect with customers. Our 99.6% accurate real-time email validation and deliverability tools boost your inbox placement and open rates.","verified":true,"links":["https://zerobounce.net"],"avatar":"https://gravatar.com/avatar/cfc307fd02cd525c123b6a9ff09932f6495d415bfd2989e1a31a6eaf1bd95211?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":76,"icon":"file:hubspot.svg","name":"n8n-nodes-base.hubspot","codex":{"data":{"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/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/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"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"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hubspot/"}]},"categories":["Sales"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"output\"]","defaults":{"name":"HubSpot"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjIuODgzIDY5Ljg4MyI+PHVzZSB4bGluazpocmVmPSIjYSIgeD0iMi40NDIiIHk9IjIuNDQyIi8+PHN5bWJvbCBpZD0iYSIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGZpbGw9IiNmODc2MWYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBkPSJNNTUuNTA0IDMwLjQwMWExNi4yNiAxNi4yNiAwIDAgMC01LjkwNC01Ljg2NGMtMS44NjUtMS4wODQtMy43OTQtMS43NzMtNS45NzItMi4wN3YtNy43OThhNS43MSA1LjcxIDAgMCAwIDMuNTI1LTUuMzU3IDUuODYgNS44NiAwIDAgMC01Ljg1OS01Ljg4OSA1LjkxIDUuOTEgMCAwIDAtNS45MDggNS44ODljMCAyLjM5MyAxLjI3IDQuNDM0IDMuNDUyIDUuMzU3djcuNzU0YTE3IDE3IDAgMCAwLTUuMTk1IDEuNjMxTDEyLjc2OSA4LjI0N2MuMTQ2LS41NTIuMjczLTEuMTIzLjI3My0xLjcyNEE2LjUyIDYuNTIgMCAwIDAgNi41MTkgMCA2LjUyIDYuNTIgMCAwIDAgMCA2LjUyNGE2LjUyMyA2LjUyMyAwIDAgMCA2LjUyNCA2LjUyNCA2LjQ3IDYuNDcgMCAwIDAgMy4zNS0uOTUybDEuMzY3IDEuMDM1IDE4LjcyNiAxMy41MDFjLS45OTEuOTA4LTEuOTE0IDEuOTQzLTIuNjUxIDMuMTA1LTEuNDk0IDIuMzY4LTIuNDA3IDQuOTcxLTIuNDA3IDcuODEzdi41ODZhMTYuNCAxNi40IDAgMCAwIDEuMDI1IDUuNjQ1QzI2LjUgNDUuMzI0IDI3LjMzIDQ2LjczIDI4LjM2MSA0OGwtNi4yMjEgNi4yMzVhNS4wMSA1LjAxIDAgMCAwLTUuMjk4IDEuMTYyYy0uOTQ3Ljk0Mi0xLjQ4IDIuMjI3LTEuNDc1IDMuNTY1cy41MjcgMi42MTIgMS40NzkgMy41NjQgMi4yMjcgMS40OCAzLjU2NSAxLjQ4YTUgNSAwIDAgMCAzLjU2NS0xLjQ4IDUuMDUgNS4wNSAwIDAgMCAxLjQ3NS0zLjU2NCA1IDUgMCAwIDAtLjIzNC0xLjUxNGw2LjQyNi02LjQyNmExNiAxNiAwIDAgMCAyLjg1NiAxLjU2MyAxNi43IDE2LjcgMCAwIDAgNi42ODUgMS40MDZoLjQzOWExNS43NiAxNS43NiAwIDAgMCA3LjYyNy0xLjkyOSAxNS43NyAxNS43NyAwIDAgMCA1Ljk3Ny01LjYzYzEuNDk5LTIuMzkzIDIuMzE5LTUuMDQ0IDIuMzE5LTcuOTU5di0uMTQ2YzAtMi44NjYtLjY2NC01LjUwOC0yLjA1MS03Ljkzem0tNy44NDcgMTMuNDg3Yy0xLjc0MyAxLjkzOC0zLjc1IDMuMTM1LTYuMDE2IDMuMTM1aC0uNDNjLTEuMjk0IDAtMi41NjQtLjM1Ni0zLjc5OS0xLjAxMWE4LjggOC44IDAgMCAxLTMuMzMtMy4wMzJjLS44OTgtMS4yNy0xLjM4Ny0yLjY1Ni0xLjM4Ny00LjEyNnYtLjQzOWMwLTEuNDQ1LjI3OC0yLjgxNy45NzctNC4xMTEuNzQ3LTEuNDY1IDEuNzU4LTIuNTE1IDMuMTAxLTMuMzg5YTcuNiA3LjYgMCAwIDEgNC4yOTctMS4yOTRoLjE0N2MxLjQxNiAwIDIuNzY5LjI3OCA0LjAzOC45MjhhOC41NiA4LjU2IDAgMCAxIDMuMTc0IDIuODg2IDkuMiA5LjIgMCAwIDEgMS40MjEgNC4wNTNsLjAzNC45MTNjMCAxLjk4Ny0uNzYyIDMuODI4LTIuMjggNS40OTh6Ii8+PC9zeW1ib2w+PC9zdmc+"},"displayName":"HubSpot","typeVersion":2,"nodeCategories":[{"id":2,"name":"Sales"}]},{"id":107,"icon":"file:shopify.svg","name":"n8n-nodes-base.shopifyTrigger","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.shopifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/shopify/"}]},"categories":["Sales"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"Shopify Trigger"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNTggNjYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzk1YmY0NyIgZD0iTTQ5LjI1NSAxMi40ODRhLjYzLjYzIDAgMCAwLS41NjQtLjUyN2MtLjIyNS0uMDM3LTUuMTctLjM3Ni01LjE3LS4zNzZsLTMuNzctMy43N2MtLjM0LS4zNzYtMS4wOTItLjI2Ni0xLjM3Ni0uMTg4LS4wMzcgMC0uNzUyLjIyNS0xLjkyMi42MDUtMS4xMzctMy4zLTMuMTUtNi4zMDYtNi42OTYtNi4zMDZoLS4zMDNDMjguNDM4LjYwNSAyNy4xOTQgMCAyNi4xNDQgMGMtOC4yNTYuMDM3LTEyLjIgMTAuMzMzLTEzLjQzNCAxNS41OTRsLTUuNzcgMS43N2MtMS43Ny41NjQtMS44MzUuNjA1LTIuMDczIDIuMjkzTDAgNTcuMTc1IDM2LjQ2OCA2NGwxOS43NjMtNC4yNmMwLS4wMzctNi45NC00Ni44OTctNi45NzYtNDcuMjU1ek0zNC40MzEgOC44NmMtLjkxNy4zMDMtMS45NjMuNjA1LTMuMS45NDV2LS42OGExNSAxNSAwIDAgMC0uNzUyLTQuOTk5YzEuODQ4LjI4NCAzLjEgMi4zNTcgMy44NDMgNC43MzN6bS02LjA2OC00LjI5OGMuNjAzIDEuNzc4Ljg4MyAzLjY1LjgyNiA1LjUyN3YuMzRsLTYuMzc1IDEuOTYzYzEuMjQ4LTQuNjYgMy41NS02Ljk2MiA1LjU1LTcuODN6bS0yLjQ1LTIuMjkzYTEuOTQgMS45NCAwIDAgMSAxLjA1NS4zMzljLTIuNjYgMS4yMzgtNS40NzIgNC4zNjYtNi42NzggMTAuNjI3bC01LjA0NSAxLjU0NkMxNi42NjggMTAuMDMgMTkuOTg4IDIuMjYgMjUuOTEgMi4yNnoiLz48cGF0aCBmaWxsPSIjNWU4ZTNlIiBkPSJNNDguNjkxIDExLjk1N2MtLjIyNS0uMDM3LTUuMTctLjM3Ni01LjE3LS4zNzZsLTMuNzctMy43N2EuNzUuNzUgMCAwIDAtLjUyNy0uMjI1TDM2LjQ3MiA2NGwxOS43NjMtNC4yNi02Ljk4LTQ3LjIxOGEuNjguNjggMCAwIDAtLjU2NC0uNTY0eiIvPjxwYXRoIGQ9Im0yOS43NTggMjIuOS0yLjQ1NCA3LjI0MmExMS40IDExLjQgMCAwIDAtNC43NTItMS4xMzNjLTMuODQ4IDAtNC4wMzYgMi40MTItNC4wMzYgMy4wMTggMCAzLjI5OCA4LjYzNiA0LjU2NCA4LjYzNiAxMi4zMzMgMCA2LjEtMy44ODUgMTAuMDMtOS4xIDEwLjAzLTYuMjYgMC05LjQ2Ny0zLjg4NS05LjQ2Ny0zLjg4NWwxLjY2NS01LjU1czMuMjggMi44MyA2LjA3MyAyLjgzYTIuNDcgMi40NyAwIDAgMCAyLjU2NC0yLjQ5YzAtNC4zNC03LjEtNC41MjctNy4xLTExLjYxOCAwLTUuOTYyIDQuMjk4LTExLjc3IDEyLjkzNC0xMS43NyAzLjM5NC4wNSA1LjAxOCAxIDUuMDE4IDF6Ii8+PC9nPjwvc3ltYm9sPjwvc3ZnPg=="},"displayName":"Shopify Trigger","typeVersion":1,"nodeCategories":[{"id":2,"name":"Sales"}]},{"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":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"}]}],"categories":[{"id":37,"name":"Lead Generation"},{"id":49,"name":"AI Summarization"}],"image":[]}}