{"workflow":{"id":13008,"name":"Vet new Form.io leads with ZeroBounce and sync qualified contacts to Pipedrive","views":36,"recentViews":0,"totalViews":36,"createdAt":"2026-01-26T10:45:23.153Z","description":"## Form.io to Pipedrive: Advanced ZeroBounce Lead Vetting\n\n**This workflow automates the transition of new Form.io submissions into Pipedrive, 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### 🚀 How it Works\n1. **⚡ Trigger & Verification:** Activates on new **Form.io** submissions 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 person in **Pipedrive**.\n    - **Invalid:** Logs to a **Google Sheet** 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 **Pipedrive**.\n    - **Medium/Low Score:** Suppressed and added to a **Google Sheet** with the assigned score for review.\n5. **📤 Output Results:**\n    - **Accepted:** Output validation and scoring results to *Accepted* and **Pipedrive**\n    - **Rejected** Output validation and scoring results to *Rejected*.\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### 🧩 Nodes used in this workflow\n- [ZeroBounce](https://n8n.io/integrations/zerobounce)\n- [Form.io Trigger](https://n8n.io/integrations/formio-trigger)\n- [Pipedrive](https://n8n.io/integrations/pipedrive)\n- [Google Sheets](https://n8n.io/integrations/google-sheets) (or alternative e.g. [Data Table](https://n8n.io/integrations/data-table))\n\n### 📋 Setup Requirements\n- **Form.io:** Connect via credentials to receive \"Form Submission\" events.\n- **ZeroBounce:** Connect via API Key. *[Create one here](https://www.zerobounce.net/members/API)*.\n- **Pipedrive:** Connect via API Key to create/update people 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      `Email,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      `Email,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":{"id":"uSJ9r9d6T4QifJnC","meta":{"instanceId":"2410f362753cadde89238fcffb37b4e6b92d8ae7a688db6aa9dbaee3f094dbf3","templateId":"12601","templateCredsSetupCompleted":true},"name":"Vet new Form.io leads with ZeroBounce and sync qualified contacts to Pipedrive","tags":[],"nodes":[{"id":"11256547-02c1-4214-a855-6fd3f6b9deb5","name":"Validate email","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","position":[1536,880],"parameters":{"email":"={{ $('Form.io Trigger').item.json.email }}","addOptions":{"timeout":10}},"credentials":{"zeroBounceApi":{"id":"3UdTjiuGQZRbBhxO","name":"ZeroBounce account"}},"typeVersion":1},{"id":"e7d4fc54-fa39-4933-947e-c119d837b300","name":"Status","type":"n8n-nodes-base.switch","position":[1760,864],"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":"18a314b9-40f9-4152-b72f-60c347844d5a","name":"Has email?","type":"n8n-nodes-base.if","position":[1088,1168],"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":"d5ad7bb1-e25e-46cc-8d62-6c8c30e89bed","name":"Filter by score","type":"n8n-nodes-base.switch","position":[2432,672],"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":"7231efa6-5b5f-40e6-9055-db00c6f44a56","name":"Score email","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","position":[2208,688],"parameters":{"email":"={{ $('Form.io Trigger').item.json.email }}","resource":"scoring"},"credentials":{"zeroBounceApi":{"id":"3UdTjiuGQZRbBhxO","name":"ZeroBounce account"}},"typeVersion":1},{"id":"846b980e-491f-4e61-ab3d-9cc64ce8d803","name":"Not valid","type":"n8n-nodes-base.set","position":[2656,1264],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not valid"}]}},"typeVersion":3.4},{"id":"e8d7a287-9ea7-472d-915a-c5a0cb929d53","name":"Not enough credits for scoring","type":"n8n-nodes-base.set","position":[2656,1072],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not enough credits for scoring"}]}},"typeVersion":3.4},{"id":"31e50d8a-4737-4374-bb3a-7d0322a93b58","name":"Not enough credits for validation","type":"n8n-nodes-base.set","position":[2656,1456],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Not enough credits for validation"},{"id":"f4a379fb-7d3e-465d-b5f1-c618731e9dfe","name":"email_override","type":"string","value":"={{ $('Form.io Trigger').item.json.email }}"}]}},"typeVersion":3.4},{"id":"7b7f1507-4e98-435c-adc7-f5d6afa9b32d","name":"Email missing","type":"n8n-nodes-base.set","position":[2656,1648],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Email missing"},{"id":"6314c6a3-d17a-444c-b0b6-d813c300d392","name":"email_override","type":"string","value":"={{ $('Form.io Trigger').item.json.name }}"}]}},"typeVersion":3.4},{"id":"e15c5cf9-2f01-423a-842a-25440f59d641","name":"Check credits for validation","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","onError":"continueErrorOutput","position":[1312,1072],"parameters":{"resource":"account","addOptions":{"creditsRequired":1}},"credentials":{"zeroBounceApi":{"id":"3UdTjiuGQZRbBhxO","name":"ZeroBounce account"}},"executeOnce":false,"typeVersion":1},{"id":"7e5f42ca-197a-4ae5-bb19-cfcb1442cd56","name":"Check credits for scoring","type":"@zerobounce/n8n-nodes-zerobounce.zeroBounce","onError":"continueErrorOutput","position":[1984,880],"parameters":{"resource":"account","addOptions":{"creditsRequired":1}},"credentials":{"zeroBounceApi":{"id":"3UdTjiuGQZRbBhxO","name":"ZeroBounce account"}},"typeVersion":1},{"id":"cb5a122d-4c28-4c06-8a89-7878e4463970","name":"Medium score","type":"n8n-nodes-base.set","position":[2656,688],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Medium score"}]}},"typeVersion":3.4},{"id":"c6063dc5-5db3-4f21-be4f-e19232e15194","name":"Low score","type":"n8n-nodes-base.set","position":[2656,880],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Low score"}]}},"typeVersion":3.4},{"id":"6f302b51-85af-4245-8c1d-c1faa289110b","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[368,240],"parameters":{"color":7,"width":864,"content":"## Form.io to Pipedrive: Advanced ZeroBounce Lead Vetting\n\n**This workflow automates the transition of new Form.io submissions into Pipedrive, 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":"509463b3-e835-442f-aff0-c03ebd651394","name":"Add to Accepted","type":"n8n-nodes-base.googleSheets","position":[2880,400],"parameters":{"columns":{"value":{"Name":"={{ $('Form.io Trigger').item.json.name }}","Email":"={{ $('Form.io Trigger').item.json.email }}","ZB Score":"={{ $node[\"Score email\"] ? $('Score email').item.json.score : \"\" }}","ZB Domain":"={{ $('Validate email').item.json.domain }}","ZB Status":"={{ $('Validate email').item.json.status }}","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":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Name","type":"string","display":true,"removed":false,"required":false,"displayName":"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":["Email"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":490801678,"cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit#gid=490801678","cachedResultName":"Accepted"},"documentId":{"__rl":true,"mode":"list","value":"1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit?usp=drivesdk","cachedResultName":"ZeroBounce Form.io Pipedrive"}},"credentials":{"googleSheetsOAuth2Api":{"id":"mnkyqvOKyGMYTAGW","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"b00bf525-0738-4f05-a8c3-dc08635ebc10","name":"Add to Rejected","type":"n8n-nodes-base.googleSheets","position":[2880,992],"parameters":{"columns":{"value":{"Name":"={{ $('Form.io Trigger').item.json.name }}","Email":"={{ $('Form.io Trigger').item.json.email }}","ZB Score":"={{ $node[\"Score email\"] ? $('Score email').item.json.score : \"\" }}","ZB Domain":"={{ $('Validate email').item.json.domain }}","ZB Status":"={{ $('Validate email').item.json.status }}","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":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Name","type":"string","display":true,"removed":false,"required":false,"displayName":"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":["Email"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit#gid=0","cachedResultName":"Rejected"},"documentId":{"__rl":true,"mode":"list","value":"1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit?usp=drivesdk","cachedResultName":"ZeroBounce Form.io Pipedrive"}},"credentials":{"googleSheetsOAuth2Api":{"id":"mnkyqvOKyGMYTAGW","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"a5bae3f5-aec2-444c-ab78-68d27589d38e","name":"High score","type":"n8n-nodes-base.set","position":[2656,496],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"High score"}]}},"typeVersion":3.4},{"id":"18c9012d-8336-44e3-beae-904598415279","name":"Valid","type":"n8n-nodes-base.set","position":[2656,304],"parameters":{"options":{},"assignments":{"assignments":[{"id":"760f0ae8-a358-4875-9607-37f2d827bafe","name":"reason","type":"string","value":"Valid"}]}},"typeVersion":3.4},{"id":"03f598ee-596e-401a-9534-6cc14dde9a90","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[816,1120],"parameters":{"color":7,"width":416,"height":208,"content":"## ⚡ Trigger & Verification"},"typeVersion":1},{"id":"65cdd0da-e64f-43db-b75e-d1e09f36f4f1","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[1264,784],"parameters":{"color":7,"width":640,"height":448,"content":"## ✔️ Stage 1: Email Validation"},"typeVersion":1},{"id":"b4698a90-6ebb-4479-beab-3795149b9576","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[1936,608],"parameters":{"color":7,"width":640,"height":432,"content":"## 🎯 Stage 2: AI Email Scoring"},"typeVersion":1},{"id":"efeb85cb-ccee-4dea-b810-c5ffa29873c2","name":"Sticky Note6","type":"n8n-nodes-base.stickyNote","position":[2608,240],"parameters":{"color":7,"width":656,"height":1568,"content":"## 📤 Output Results\n"},"typeVersion":1},{"id":"fe74a7ea-2bd0-4ff1-b5ff-b0592d348d75","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[1536,240],"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":"44049448-5159-4956-9ad5-a96913e06678","name":"Sticky Note7","type":"n8n-nodes-base.stickyNote","position":[368,1376],"parameters":{"color":7,"width":864,"height":432,"content":"### 📋 Setup Requirements\n- **Form.io:** Connect via credentials to receive \"Form Submission\" events.\n- **ZeroBounce:** Connect via API Key. *[Create one here](https://www.zerobounce.net/members/API)*.\n- **Pipedrive:** Connect via API Key to create/update people 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`Email,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`Email,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":"e99f8635-eda2-46d3-aee8-dc5e1f619651","name":"Sticky Note8","type":"n8n-nodes-base.stickyNote","position":[368,944],"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":"8317c715-9552-419f-a909-588f67d4237e","name":"Sticky Note9","type":"n8n-nodes-base.stickyNote","position":[368,1120],"parameters":{"color":7,"width":400,"height":208,"content":"### 🧩 Nodes used in this workflow\n- [ZeroBounce](https://n8n.io/integrations/zerobounce)\n- [Form.io Trigger](https://n8n.io/integrations/formio-trigger)\n- [Pipedrive](https://n8n.io/integrations/pipedrive)\n- [Google Sheets](https://n8n.io/integrations/google-sheets) (or alternative e.g. [Data Table](https://n8n.io/integrations/data-table))"},"typeVersion":1},{"id":"bbd7f704-055a-4ebb-a1bf-576e5715f06c","name":"Sticky Note10","type":"n8n-nodes-base.stickyNote","position":[368,448],"parameters":{"color":7,"width":864,"height":448,"content":"### 🚀 How it Works\n1. **⚡ Trigger & Verification:** Activates on new **Form.io** submissions 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 person in **Pipedrive**.\n    - **Invalid:** Logs to a **Google Sheet** 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 **Pipedrive**.\n    - **Medium/Low Score:** Suppressed and added to a **Google Sheet** with the assigned score for review.\n5. **📤 Output Results:**\n    - **Accepted:** Output validation and scoring results to *Accepted* and **Pipedrive**\n    - **Rejected** Output validation and scoring results to *Rejected*."},"typeVersion":1},{"id":"9ed17a4d-0f2d-49b3-a7d5-05cdabd04c7e","name":"Add to Rejected not validated","type":"n8n-nodes-base.googleSheets","position":[2880,1552],"parameters":{"columns":{"value":{"Name":"={{ $('Form.io Trigger').item.json.name }}","Email":"={{ $json.email_override }}","Rejected At":"={{ $now }}","Reject Reason":"={{ $json.reason }}"},"schema":[{"id":"Email","type":"string","display":true,"removed":false,"required":false,"displayName":"Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Name","type":"string","display":true,"removed":false,"required":false,"displayName":"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":["Email"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit#gid=0","cachedResultName":"Rejected"},"documentId":{"__rl":true,"mode":"list","value":"1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1C-V2jrev3Ep7G532VHIrEbFlBF9rLeVgyhV-SXA4-GQ/edit?usp=drivesdk","cachedResultName":"ZeroBounce Form.io Pipedrive"}},"credentials":{"googleSheetsOAuth2Api":{"id":"mnkyqvOKyGMYTAGW","name":"Google Sheets account"}},"typeVersion":4.7},{"id":"a2cdc313-83d7-4a4c-a186-503005e032b4","name":"Form.io Trigger","type":"n8n-nodes-base.formIoTrigger","position":[864,1168],"webhookId":"490db7c5-63ff-4958-86b1-8c786ece866b","parameters":{"events":["create"],"formId":"696513d375f70a96eef5dd2a","projectId":"6965134b4e1fa06a10411955"},"credentials":{"formIoApi":{"id":"0zgOzARaOjgLduc4","name":"Form.io account"}},"typeVersion":1},{"id":"b0854c33-5ea0-461f-9ead-7575e900b802","name":"Create a person in Pipedrive","type":"n8n-nodes-base.pipedrive","position":[3104,400],"parameters":{"name":"={{ $('Form.io Trigger').item.json.name }}","resource":"person","additionalFields":{"email":["={{ $('Form.io Trigger').item.json.email }}"]}},"credentials":{"pipedriveApi":{"id":"p0uPtLYH86dvh8RU","name":"Pipedrive account"}},"typeVersion":1}],"active":false,"pinData":{"Valid":[{"json":{"reason":"Valid"},"pairedItem":{"item":0}}],"Low score":[{"json":{"reason":"Low score"},"pairedItem":{"item":0}}],"Not valid":[{"json":{"reason":"Not valid"},"pairedItem":{"item":0}},{"json":{"reason":"Not valid"},"pairedItem":{"item":1}}],"High score":[{"json":{"reason":"High score"},"pairedItem":{"item":0}}],"Score email":[{"json":{"email":"catch_all_low@example.com","score":0}},{"json":{"email":"catch_all_medium@example.com","score":5}},{"json":{"email":"catch_all@example.com","score":10}}],"Medium score":[{"json":{"reason":"Medium score"},"pairedItem":{"item":0}}],"Email missing":[{"json":{"reason":"Email missing","email_override":"Missing Email"},"pairedItem":{"item":0}}],"Validate email":[{"json":{"city":null,"domain":"example.com","gender":"male","region":null,"status":"valid","account":null,"address":"valid@example.com","country":null,"zipcode":null,"lastname":"bounce","mx_found":"true","firstname":"zero","mx_record":"mx.example.com","free_email":false,"sub_status":"","did_you_mean":null,"processed_at":"2026-01-26 10:06:01.850","smtp_provider":"example","domain_age_days":"9692"}},{"json":{"city":null,"domain":"example.com","gender":"male","region":null,"status":"catch-all","account":null,"address":"catch_all_low@example.com","country":null,"zipcode":null,"lastname":"bounce","mx_found":"true","firstname":"zero","mx_record":"mx.example.com","free_email":false,"sub_status":"","did_you_mean":null,"processed_at":"2026-01-26 10:18:23.196","smtp_provider":"example","domain_age_days":"9692"}},{"json":{"city":null,"domain":"example.com","gender":"male","region":null,"status":"catch-all","account":null,"address":"catch_all_medium@example.com","country":null,"zipcode":null,"lastname":"bounce","mx_found":"true","firstname":"zero","mx_record":"mx.example.com","free_email":false,"sub_status":"","did_you_mean":null,"processed_at":"2026-01-26 10:18:23.196","smtp_provider":"example","domain_age_days":"9692"}},{"json":{"city":null,"domain":"example.com","gender":"male","region":null,"status":"catch-all","account":null,"address":"catch_all@example.com","country":null,"zipcode":null,"lastname":"bounce","mx_found":"true","firstname":"zero","mx_record":"mx.example.com","free_email":false,"sub_status":"","did_you_mean":null,"processed_at":"2026-01-26 10:18:23.196","smtp_provider":"example","domain_age_days":"9692"}},{"json":{"city":null,"domain":"example.com","gender":null,"region":null,"status":"do_not_mail","account":"catch_all_low","address":"catch_all_low@example.com","country":null,"zipcode":null,"lastname":null,"mx_found":"false","firstname":null,"mx_record":null,"free_email":false,"sub_status":"global_suppression","did_you_mean":null,"processed_at":"2026-01-26 10:18:22.484","smtp_provider":"","domain_age_days":null}},{"json":{"city":null,"domain":"example.com","gender":"male","region":null,"status":"invalid","account":null,"address":"invalid@example.com","country":null,"zipcode":null,"lastname":"bounce","mx_found":"true","firstname":"zero","mx_record":"mx.example.com","free_email":false,"sub_status":"mailbox_not_found","did_you_mean":null,"processed_at":"2026-01-26 10:18:23.694","smtp_provider":"example","domain_age_days":"9692"}}],"Add to Accepted":[{"json":{"Name":"Valid Email","Email":"valid@example.com","ZB Score":"","ZB Domain":"example.com","ZB Status":"valid","ZB Account":"","Accepted At":"2026-01-26T10:28:20.191+00:00","ZB MX Found":"true","ZB MX Record":"mx.example.com","ZB Free Email":false,"ZB Sub Status":"","Accepted Reason":"Valid","ZB Did You Mean":"","ZB SMTP Provider":"example","ZB Domain Age Days":"9692"},"pairedItem":{"item":0}}],"Add to Rejected":[{"json":{"Name":"Catch-All Low-Score","Email":"catch_all_low@example.com","ZB Score":"","ZB Domain":"example.com","ZB Status":"do_not_mail","ZB Account":"catch_all_low","Rejected At":"2026-01-26T10:29:49.112+00:00","ZB MX Found":"false","ZB MX Record":"","Reject Reason":"Not valid","ZB Free Email":false,"ZB Sub Status":"global_suppression","ZB Did You Mean":"","ZB SMTP Provider":"","ZB Domain Age Days":""},"pairedItem":{"item":0}},{"json":{"Name":"Invalid Email","Email":"invalid@example.com","ZB Score":"","ZB Domain":"example.com","ZB Status":"invalid","ZB Account":"","Rejected At":"2026-01-26T10:29:49.116+00:00","ZB MX Found":"true","ZB MX Record":"mx.example.com","Reject Reason":"Not valid","ZB Free Email":false,"ZB Sub Status":"mailbox_not_found","ZB Did You Mean":"","ZB SMTP Provider":"example","ZB Domain Age Days":"9692"},"pairedItem":{"item":1}}],"Form.io Trigger":[{"json":{"name":"Valid Email","email":"valid@example.com","submit":true}},{"json":{"name":"Catch-All Low-Score","email":"catch_all_low@example.com","submit":true}},{"json":{"name":"Catch-All Medium-Score","email":"catch_all_medium@example.com","submit":true}},{"json":{"name":"Catch-All High-Score","email":"catch_all@example.com","submit":true}},{"json":{"name":"Catch-All Low-Score","email":"catch_all_low@example.com","submit":true}},{"json":{"name":"Invalid Email","email":"invalid@example.com","submit":true}},{"json":{"name":"Missing Email","email":"","submit":true}}],"Check credits for scoring":[{"json":{"Credits":"994"}},{"json":{"Credits":"993"}},{"json":{"Credits":"992"}}],"Check credits for validation":[{"json":{"Credits":"1000"}},{"json":{"Credits":"999"}},{"json":{"Credits":"998"}},{"json":{"Credits":"997"}},{"json":{"Credits":"996"}},{"json":{"Credits":"995"}}],"Create a person in Pipedrive":[{"json":{"id":4,"im":[{"value":"","primary":true}],"name":"Valid Example","email":[{"label":"work","value":"valid@example.com","primary":true}],"label":null,"notes":null,"phone":[{"value":"","primary":true}],"org_id":null,"add_time":"2026-01-26 10:09:49","birthday":null,"cc_email":"zerobounce@pipedrivemail.com","org_name":null,"owner_id":{"id":24944943,"name":"ZeroBounce","email":"support@zerobounce.net","value":24944943,"has_pic":0,"pic_hash":null,"active_flag":true},"job_title":null,"label_ids":[],"last_name":"Example","company_id":14598547,"first_char":"v","first_name":"Valid","owner_name":"ZeroBounce","picture_id":null,"visible_to":"3","active_flag":true,"delete_time":null,"files_count":0,"notes_count":0,"update_time":"2026-01-26 10:09:50","primary_email":"valid@example.com","postal_address":null,"followers_count":0,"won_deals_count":0,"activities_count":0,"last_activity_id":null,"lost_deals_count":0,"next_activity_id":null,"open_deals_count":0,"closed_deals_count":0,"last_activity_date":null,"next_activity_date":null,"next_activity_time":null,"postal_address_lat":null,"postal_address_long":null,"email_messages_count":0,"postal_address_route":null,"done_activities_count":0,"postal_address_country":null,"last_incoming_mail_time":null,"last_outgoing_mail_time":null,"postal_address_locality":null,"related_won_deals_count":0,"undone_activities_count":0,"related_lost_deals_count":0,"related_open_deals_count":0,"postal_address_subpremise":null,"postal_address_postal_code":null,"postal_address_sublocality":null,"related_closed_deals_count":0,"participant_open_deals_count":0,"postal_address_street_number":null,"participant_closed_deals_count":0,"postal_address_formatted_address":null,"postal_address_admin_area_level_1":null,"postal_address_admin_area_level_2":null}}],"Add to Rejected not validated":[{"json":{"Name":"Missing Email","Email":"Missing Email","Rejected At":"2026-01-26T10:19:41.057+00:00","Reject Reason":"Email missing"},"pairedItem":{"item":0}}],"Not enough credits for scoring":[{"json":{"reason":"Not enough credits for scoring"}}],"Not enough credits for validation":[{"json":{"reason":"Not enough credits for validation","email_override":"valid@example.com"},"pairedItem":{"item":0}},{"json":{"reason":"Not enough credits for validation","email_override":"catch_all_low@example.com"},"pairedItem":{"item":1}},{"json":{"reason":"Not enough credits for validation","email_override":"catch_all_medium@example.com"},"pairedItem":{"item":2}},{"json":{"reason":"Not enough credits for validation","email_override":"catch_all@example.com"},"pairedItem":{"item":3}},{"json":{"reason":"Not enough credits for validation","email_override":"catch_all_low@example.com"},"pairedItem":{"item":4}},{"json":{"reason":"Not enough credits for validation","email_override":"invalid@example.com"},"pairedItem":{"item":5}}]},"settings":{"availableInMCP":false,"executionOrder":"v1"},"versionId":"ee96fe14-f05d-4883-820f-8af5068e1036","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 a person in Pipedrive","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}]]},"Form.io Trigger":{"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}]]},"Create a person in Pipedrive":{"main":[[]]},"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":1,"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.pipedrive":{"count":1},"n8n-nodes-base.stickyNote":{"count":10},"n8n-nodes-base.googleSheets":{"count":3},"n8n-nodes-base.formIoTrigger":{"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":28,"icon":"file:pipedrive.svg","name":"n8n-nodes-base.pipedrive","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"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pipedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pipedrive/"}]},"categories":["Sales"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"transform\"]","defaults":{"name":"Pipedrive"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9Im1hc2swMDEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzI2MjkyQyI+PHBhdGggZD0iTTIuNzM2OTQgMEgyOS4yNjMxQzMwLjc3NDYgMCAzMiAxLjIyNTA3IDMyIDIuNzM2OTVWMjkuMjYzMUMzMiAzMC43NzQ2IDMwLjc3NDkgMzIgMjkuMjYzMSAzMkgyLjczNjk0QzEuMjI1MzcgMzIgMCAzMC43NzQ5IDAgMjkuMjYzMVYyLjczNjk1QzAgMS4yMjUzNyAxLjIyNTA4IDAgMi43MzY5NCAwWiIgZmlsbD0iIzI2MjkyQyI+PC9wYXRoPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI21hc2swMDEpIiBmaWxsPSIjMjYyOTJDIj48cGF0aCBkPSJNMi43MzY5NCAwSDI5LjI2MzFDMzAuNzc0NiAwIDMyIDEuMjI1MDcgMzIgMi43MzY5NVYyOS4yNjMxQzMyIDMwLjc3NDYgMzAuNzc0OSAzMiAyOS4yNjMxIDMySDIuNzM2OTRDMS4yMjUzNyAzMiAwIDMwLjc3NDkgMCAyOS4yNjMxVjIuNzM2OTVDMCAxLjIyNTM3IDEuMjI1MDggMCAyLjczNjk0IDBaIiBmaWxsPSIjMjYyOTJDIj48L3BhdGg+PC9nPjxtYXNrIGlkPSJtYXNrMSIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNyIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjI0IiBmaWxsPSIjMjYyOTJDIj48cGF0aCBkPSJNMTMuMzM0OCAxMy4xNzY2QzEzLjMzNDggMTUuMzE5NCAxNC40MjE5IDE3LjYzMTEgMTYuODE0MSAxNy42MzExQzE4LjU4ODEgMTcuNjMxMSAyMC4zODE5IDE2LjI0NjEgMjAuMzgxOSAxMy4xNDUxQzIwLjM4MTkgMTAuNDI2NCAxOC45NzE4IDguNjAxMjcgMTYuODczMSA4LjYwMTI3QzE1LjE2MyA4LjYwMTI3IDEzLjMzNDggOS44MDI1OCAxMy4zMzQ4IDEzLjE3NjZaTTE3LjcxNTggNC42MzE1OUMyMi4wMDUxIDQuNjMxNTkgMjQuODg5MSA4LjAyODczIDI0Ljg4OTEgMTMuMDg1NkMyNC44ODkxIDE4LjA2MjkgMjEuODUwOSAyMS41Mzc4IDE3LjUwNzYgMjEuNTM3OEMxNS40MzY4IDIxLjUzNzggMTQuMTEwMyAyMC42NTA5IDEzLjQxNjggMjAuMDA4OUMxMy40MjE3IDIwLjE2MTEgMTMuNDI1IDIwLjMzMTYgMTMuNDI1IDIwLjUxMzZWMjcuMjYzMkg4Ljk4MTY0VjkuMjc5N0M4Ljk4MTY0IDkuMDE4MjQgOC44OTgwMiA4LjkzNTUyIDguNjM4OTcgOC45MzU1Mkg3LjExMDg1VjQuOTk3MjlIMTAuODM5M0MxMi41NTYgNC45OTcyOSAxMi45OTU0IDUuODcwOTcgMTMuMDc5IDYuNTQ0NDRDMTMuNzc1OSA1Ljc2MzQyIDE1LjIyMDQgNC42MzE1OSAxNy43MTU4IDQuNjMxNTlaIiBmaWxsPSIjMjYyOTJDIj48L3BhdGg+PC9tYXNrPjxnIG1hc2s9InVybCgjbWFzazEpIiBmaWxsPSIjMjYyOTJDIj48cGF0aCBkPSJNMTMuMzM0OCAxMy4xNzY2QzEzLjMzNDggMTUuMzE5NCAxNC40MjE5IDE3LjYzMTEgMTYuODE0MSAxNy42MzExQzE4LjU4ODEgMTcuNjMxMSAyMC4zODE5IDE2LjI0NjEgMjAuMzgxOSAxMy4xNDUxQzIwLjM4MTkgMTAuNDI2NCAxOC45NzE4IDguNjAxMjcgMTYuODczMSA4LjYwMTI3QzE1LjE2MyA4LjYwMTI3IDEzLjMzNDggOS44MDI1OCAxMy4zMzQ4IDEzLjE3NjZaTTE3LjcxNTggNC42MzE1OUMyMi4wMDUxIDQuNjMxNTkgMjQuODg5MSA4LjAyODczIDI0Ljg4OTEgMTMuMDg1NkMyNC44ODkxIDE4LjA2MjkgMjEuODUwOSAyMS41Mzc4IDE3LjUwNzYgMjEuNTM3OEMxNS40MzY4IDIxLjUzNzggMTQuMTEwMyAyMC42NTA5IDEzLjQxNjggMjAuMDA4OUMxMy40MjE3IDIwLjE2MTEgMTMuNDI1IDIwLjMzMTYgMTMuNDI1IDIwLjUxMzZWMjcuMjYzMkg4Ljk4MTY0VjkuMjc5N0M4Ljk4MTY0IDkuMDE4MjQgOC44OTgwMiA4LjkzNTUyIDguNjM4OTcgOC45MzU1Mkg3LjExMDg1VjQuOTk3MjlIMTAuODM5M0MxMi41NTYgNC45OTcyOSAxMi45OTU0IDUuODcwOTcgMTMuMDc5IDYuNTQ0NDRDMTMuNzc1OSA1Ljc2MzQyIDE1LjIyMDQgNC42MzE1OSAxNy43MTU4IDQuNjMxNTlaIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+PC9nPjwvc3ZnPgo="},"displayName":"Pipedrive","typeVersion":2,"nodeCategories":[{"id":2,"name":"Sales"}]},{"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":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":512,"icon":"file:formio.svg","name":"n8n-nodes-base.formIoTrigger","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formiotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/formiotrigger/"}]},"categories":["Communication"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"Form.io Trigger"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGltYWdlIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBREFBQUFBd0NBTUFBQUJnM0FtMUFBQUFCR2RCVFVFQUFMR1BDL3hoQlFBQUFDQmpTRkpOQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQzNGQk1WRVVBQUFBUWRid1BkYndQZGJ3UGRieFVzVWRVc2tkVXNrZFVza2RWc2tnUWRyd1BkYndQZGJ3UGRid1BkYndRZGJ4VXNrZFVza2RVc2tkVXNrZFZza2hWc2tnVWRyb1FkYndQZGJ3UGRid1BkYndQZGJ4VXNrZFVza2RVc2tjUWRyd1BkYndQZGJ3UGRieFVza2RVc2tkVXNrZFVza2RVc2tkV3Mwa1FkcndRZGJ3UGRid1BkYndQZGJ3UWRieFdzMGxVc2tkVXNrZFVza2RVc2tkVnNrZ1ZlTDBSZHJ3UGRid1BkYndQZGJ3UGRid1BkYndRZGJ4VXNrZFVza2RVc2tkVXNrZFVza2RWc2trUmRyd1BkYndQZGJ3UGRid1BkYndQZGJ3UWRieFlza3hVc2tkVXNrZFVza2RVc2tkVXNrZFhzMG9TZHJ3UGRid1BkYndQZGJ3UGRid1BkYndRZGJ3YmU3NVZza2xVc2tkVXNrZFVza2RVc2tkVnNrZ1JkcndQZGJ3UGRid1BkYndQZGJ3UWRieFVza2RVc2tkVXNrZFZza2hXc2trUmRyd1BkYndQZGJ3UGRid1BkYndRZGJ4V3NrbFVza2RVc2tkVXNrZFVza2RVc2tjUGRid1BkYndQZGJ3UGRid1VkNzFWc2toVXNrZFVza2RVc2tkVnNrZ1BkYndQZGJ3UGRid1VlTDFWc2toVXNrZFVza2RVc2tkVXNrY1BkYndQZGJ3UGRid1FkYnhWc2tsVXNrZFVza2RVc2tkVXNrZFVza2RWc2tnUGRid1BkYndQZGJ3UGRid1BkYnhVc2tkVXNrZFVza2RVc2tkVXNrZFVza2RVc2tnVGQ3d1FkYndQZGJ3UGRid1BkYndVZUwxVnNraFVza2RVc2tkVnNrZ1BkYndQZGJ3UGRid1BkYndRZGJ4VnMwaFVza2RVc2tkVXNrZFVza2RVc2tjUWRid1BkYndQZGJ3UGRid1JkcnhVc2toVXNrZFVza2RVc2tkVnNrZ1dlYjRRZGJ3UGRid1BkYndQZGJ3UGRieFZza2hVc2tkVXNrZFVza2RWc2tnUmRyd1BkYndQZGJ3UGRieFVza2RVc2tkVXNrZFVza2RXc2trUGRid1BkYndQZGJ3UGRieFVza2RVc2tkVXNrZFVza2NTZHIwUGRid1BkYndQZGJ3UWRieFVza2RVc2tjUWRid1BkYndQZGJ3UGRid1BkYndYZUw1VXNrZFVza2RVc2tkVnNra1FkYndQZGJ3UmRyeFVza2RVc2tjUGRieFVza2YvLy85T1JwcnFBQUFBOFhSU1RsTUFHbVpwR3dFNGQwa0tDRXJLL0trUU90M3puaWNCQVRpbjhPb3UvbjhaRTNMaXN6N2wvYjlIQlFaQnV2YWxJZ0ZNeisrTklnRWZsTy8rd1ZBTUhYamsyV0VNRUhEVi9lRjlHd0U1cHZXMlJBUUZRYlg2K0xBMUFRbGcxdXVLSVIyTTdNOWNEaUtJMDF3S0EyRFM2WVFoQlVDdityQXdMK1MyUXdJUGJkaXBDRS9qVGdJT2lmdlJGQnEra3g0Q1E3djQrWDBDSWVmT2F4VUJMNUxvL00wTEJEcTl1RGNEREdMZUdoUFk1b0VYQWpUM3NqOEhLWTdKWWdzaWk4eG5FQU04dC9la09BMWR5K3djRVc5aEFoT2R3VUlFTXBuejIyUGJieGdIVnNQWkgxN3hGb0xlM0dVQm9NcFJCZ1lkQkNFV1VJZm1pUUFBQUFGaVMwZEU4Nnl4dnU0QUFBQUhkRWxOUlFmbEJnc1hOQVVBTmVDOUFBQUI2MGxFUVZSSXgyTmdHQVdqZ0ZhQWtZbVpCY3hnWldQbjRDU29uSXViaC9jakh6K0lLU0Q0U1VoWVJCU3ZjakZ4Q2NtUEh6OUtTWU00N0o4K2ZaSVJsSlhEbzE1ZVFmRWpDQ2lCYlZCV0FlcjRwS3Ftcm9GRHVhYVdOaTlJdVk2dUhwaXZiMkNvQ3RKaVpHeUN6VjJtWnVZV0lPV1dWdFkyTURGYk8zdVFEaGtIUnljTTljNHVybTRnOWU0ZW5raWlYdDQrdmlBdHZuNytBU2pLQTRPQ1EwREtROFBDSTFBTmlveUtsZ0ZwaVltTlF4S05UMGdFdXlZcE9RWFRyYWxwTVdCM3BXZGtRa1d5c25QQXJzbk55OGNhR0FXRlJjVmdkNVdVUWdUS3lzR3VxYWlzd2hYYzFUVzFZSGZWMVlPNURXRG5OelkxNDQ2Z2x0WTJrSWIyRGpDdnN3c2NXMUxkUFRpVTkvYjFUd0NwbnpocE1rUmdTc0pVa0E2M2FkTm5ZRkUrYzlic09TRGxjK2M1em9lSkxWaTRDT3dzM3NWTGxxS3JYN1o4eFNkSWZLOUVGbDdGdEJyc3JqVnIxNkVvWDcraGFDTkllZkdtelZ2UVROcTZEZXd1M3UwN2RpSUVkKzJHcEkwOWUvZGh1blgvZ1lOZ2R4MDZmQVFhWGtlUEhRZTc1a1RzU2V5aGNlcDBPY1JkWjg2Q3VPZk9nOE5tN29XTGwzQUY5OW5MVjY2Q2RGd0RwKy9yNExDL2NmTVdBeDV3Kzg1ZFlKNjRkeC9FZmpEMzA2ZUg1MHNaQ0lCSGo1ODhmZlljN0tRWDlpOWZ2U2Frbm9IaHpkdTM3NkNlZnY5QmxMRDZVVEFLNkFVQUhYc1N2TnVwY2hzQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNakV0TURZdE1URlVNak02TlRJNk1EUXJNREE2TURCeTc2UDhBQUFBSlhSRldIUmtZWFJsT20xdlpHbG1lUUF5TURJeExUQTJMVEV4VkRJek9qVXlPakEwS3pBd09qQXdBN0liUUFBQUFBQkpSVTVFcmtKZ2dnPT0iIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPjwvc3ZnPg=="},"displayName":"Form.io Trigger","typeVersion":1,"nodeCategories":[{"id":6,"name":"Communication"}]},{"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":[]}}