{"workflow":{"id":14474,"name":"Create HubSpot support tickets from Tally form submissions","views":0,"recentViews":0,"totalViews":0,"createdAt":"2026-03-30T12:45:12.700Z","description":"&gt; ⚠️ **Self-hosted only** — This template uses a community node (`n8n-nodes-tallyforms`) and cannot run on n8n Cloud.\n\n## Who it's for\n\nThis workflow is for support, operations, or customer success teams that use Tally for intake forms and HubSpot as their CRM. It automates ticket creation so no submission is lost and every ticket is linked to the right contact.\n\n## How it works\n\n1. A Tally form submission triggers the workflow via webhook.\n2. HubSpot is searched for an existing contact matching the submitted email address.\n3. An If condition checks whether a matching contact was found.\n4. If no contact exists, a new HubSpot contact is created or updated with the submitted details.\n5. Contact ID, first name, and last name are normalized from whichever branch was taken.\n6. A new HubSpot support ticket is created and associated with the resolved contact.\n\n## How to set up\n\n- [ ] Install the `n8n-nodes-tallyforms` community node on your self-hosted n8n instance.\n- [ ] Connect your Tally account and set the correct form ID in the Tally trigger node.\n- [ ] Connect your HubSpot account (app token or OAuth) to the Search, Upsert, and Create Ticket nodes.\n- [ ] Map Tally form fields (email, first name, last name) to HubSpot contact properties in the Upsert node.\n- [ ] Configure ticket properties (pipeline, stage, subject) in the Create HubSpot Ticket node to match your HubSpot setup.\n\n## Requirements\n\n- Self-hosted n8n instance\n- `n8n-nodes-tallyforms` community node\n- Tally account with a published form\n- HubSpot account with API access (app token or OAuth)\n\n## How to customize\n\n- Extend the Set node to pass additional Tally fields (e.g., message body, phone number) into the ticket description or custom properties.\n- Add a follow-up step after ticket creation to send a confirmation email to the submitter via Gmail or SendGrid.\n- Replace the Tally trigger with another form tool (e.g., Typeform or Jotform) by swapping the trigger node and remapping the field references.","workflow":{"id":"ksn2kdpDsB796AlQ","meta":{"instanceId":"393ca9e36a1f81b0f643c72792946a5fe5e49eb4864181ba4032e5a408278263","templateCredsSetupCompleted":true},"name":"TEMPLATE - Tally form to Hubspot","tags":[{"id":"rQ0XNJT6fCWftlwj","name":"TEMPLATE","createdAt":"2025-06-30T12:46:45.433Z","updatedAt":"2025-06-30T12:46:45.433Z"},{"id":"V6bFW4rP32Ss8H8X","name":"Tally","createdAt":"2026-03-30T12:14:22.710Z","updatedAt":"2026-03-30T12:14:22.710Z"},{"id":"0SCYWhYQkLdzQeGr","name":"Hubspot","createdAt":"2025-07-17T09:54:31.851Z","updatedAt":"2025-07-17T09:54:31.851Z"}],"nodes":[{"id":"6c388d7e-e6fc-490e-9fed-1abfff3be2d4","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[-608,-176],"parameters":{"width":480,"height":896,"content":"## TEMPLATE - Tally form to Hubspot\n\n### How it works\n\n1. A Tally form submission triggers the workflow and searches HubSpot for an existing contact by email.\n2. An If condition checks whether the contact was found; if not, a new contact is created or updated in HubSpot.\n3. Fields are normalized (contact ID, first name, last name) regardless of which branch was taken.\n4. A new HubSpot support ticket is created using the resolved contact data.\n\n### Setup steps\n\n- - [ ] Connect your Tally account and configure the form trigger with the correct form ID.\n- - [ ] Connect your HubSpot account (API key or OAuth) for the Search contacts, Create or update a contact, and Create a ticket nodes.\n- - [ ] Map the Tally form fields (email, first name, last name) to the corresponding HubSpot contact properties in the 'Create or update a contact' node.\n- - [ ] Configure the 'Edit Fields' node to correctly map the contact ID and name fields from both the 'If' (existing contact) and 'Create or update a contact' (new contact) branches.\n- - [ ] Set the ticket properties (subject, status, pipeline, etc.) in the 'Create a ticket' node to match your HubSpot setup.\n\n### Customization\n\nYou can extend the 'Edit Fields' node to pass additional Tally form fields (e.g., message, phone number) into the HubSpot ticket. You can also add an association step after ticket creation to link the ticket to the resolved contact."},"typeVersion":1},{"id":"256e53d8-45c2-42d0-a3f4-7e1e52c3f4d2","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[-48,-160],"parameters":{"color":7,"width":400,"height":320,"content":"## Tally trigger and contact lookup\n\nReceives the Tally form submission and immediately searches HubSpot to check whether the submitter already exists as a contact."},"typeVersion":1},{"id":"08c6076d-243d-492b-a7a8-db071fe5bf49","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[400,-176],"parameters":{"color":7,"width":432,"height":400,"content":"## Contact existence check and upsert\n\nEvaluates whether a matching HubSpot contact was found; if not, creates or updates the contact so a valid contact record always exists before proceeding."},"typeVersion":1},{"id":"5a86f5b3-3da5-4a57-8886-78ef82bd8f9a","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[864,-176],"parameters":{"color":7,"width":464,"height":320,"content":"## Prepare fields and create ticket\n\nNormalizes the contact ID and name fields from both branches, then creates a new HubSpot support ticket using the resolved contact data."},"typeVersion":1},{"id":"9303a632-2061-48e4-902f-9a8670b75f15","name":"When Tally Form Submitted","type":"n8n-nodes-tallyforms.tallyTrigger","position":[0,0],"webhookId":"e9742455-ed4f-4be3-9f79-52d47540c79c","parameters":{"formId":"EkL9eB"},"credentials":{"tallyApi":{"id":"AVqWVy2GFbWDSJ4K","name":"Tally account"}},"typeVersion":2},{"id":"568d3998-5cb5-4bf0-9496-60fe088158e0","name":"Search HubSpot Contacts","type":"n8n-nodes-base.hubspot","position":[208,0],"parameters":{"operation":"search","authentication":"appToken","filterGroupsUi":{"filterGroupsValues":[{"filtersUi":{"filterValues":[{"value":"={{ $json.question_R4DYq4.value }}","propertyName":"email|string"}]}}]},"additionalFields":{}},"credentials":{"hubspotAppToken":{"id":"b7X1JVhVPH2zNdpH","name":"HubSpot account"}},"typeVersion":2.2},{"id":"208451cc-b0f5-4fd4-97ba-66a421d4d89b","name":"Create HubSpot Ticket","type":"n8n-nodes-base.hubspot","position":[1184,-16],"parameters":{"stageId":"1","resource":"ticket","pipelineId":"0","ticketName":"=Support - {{ $json.properties.firstname }} {{ $json.properties.lastname }}","authentication":"appToken","additionalFields":{"associatedContactIds":"={{ [$json.id] }}"}},"credentials":{"hubspotAppToken":{"id":"b7X1JVhVPH2zNdpH","name":"HubSpot account"}},"typeVersion":2.2},{"id":"72e15fca-3e67-4d8a-90ff-a589c2024464","name":"Upsert HubSpot Contact","type":"n8n-nodes-base.hubspot","position":[688,64],"parameters":{"email":"={{ $('When Tally Form Submitted').item.json.question_R4DYq4.value }}","options":{},"authentication":"appToken","additionalFields":{}},"credentials":{"hubspotAppToken":{"id":"b7X1JVhVPH2zNdpH","name":"HubSpot account"}},"typeVersion":2.2},{"id":"bc0b43d3-1eb8-41f8-b7ef-60bf212c22b1","name":"If Contact Already Exists","type":"n8n-nodes-base.if","position":[448,0],"parameters":{"options":{},"conditions":{"options":{"version":3,"leftValue":"","caseSensitive":true,"typeValidation":"strict"},"combinator":"and","conditions":[{"id":"a03ace9c-625c-480f-a74c-894311c84b8a","operator":{"type":"string","operation":"exists","singleValue":true},"leftValue":"={{ $json.id }}","rightValue":""}]}},"typeVersion":2.3},{"id":"bdba1df5-5edc-46ca-b869-5cb7b9ae2d17","name":"Set Contact ID and Name","type":"n8n-nodes-base.set","position":[912,-16],"parameters":{"options":{},"assignments":{"assignments":[{"id":"caa812a1-5aa5-4f1d-b7ed-26623e3ea9d3","name":"id","type":"string","value":"={{ $json.id }}"},{"id":"62f6f943-ef9f-4f8b-bc36-698ae1527724","name":"properties.firstname","type":"string","value":"={{ $json.properties.firstname }}"},{"id":"94287d6c-19f0-46e5-ade5-a908865f1b2a","name":"properties.lastname","type":"string","value":"={{ $json.properties.lastname }}"}]}},"typeVersion":3.4}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"versionId":"7b59fa38-68d2-4f33-9dd0-b5317868b777","connections":{"Create HubSpot Ticket":{"main":[[]]},"Upsert HubSpot Contact":{"main":[[{"node":"Set Contact ID and Name","type":"main","index":0}]]},"Search HubSpot Contacts":{"main":[[{"node":"If Contact Already Exists","type":"main","index":0}]]},"Set Contact ID and Name":{"main":[[{"node":"Create HubSpot Ticket","type":"main","index":0}]]},"If Contact Already Exists":{"main":[[{"node":"Set Contact ID and Name","type":"main","index":0}],[{"node":"Upsert HubSpot Contact","type":"main","index":0}]]},"When Tally Form Submitted":{"main":[[{"node":"Search HubSpot Contacts","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":10,"nodeTypes":{"n8n-nodes-base.if":{"count":1},"n8n-nodes-base.set":{"count":1},"n8n-nodes-base.hubspot":{"count":3},"n8n-nodes-base.stickyNote":{"count":4},"n8n-nodes-tallyforms.tallyTrigger":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Growth AI","username":"growthai","bio":"n8n automation expert eliminating repetitive tasks for businesses. Specializing in native API integrations (HubSpot, Pipedrive, Notion, Gmail, Slack) with custom workflows tailored to your tech stack. GDPR-compliant European hosting with AI agents. From lead qualification to content generation - I architect battle-tested automations that run 24/7. Your manual routines disappear without pain.\n","verified":true,"links":["https://growth-ai.fr/"],"avatar":"https://gravatar.com/avatar/e93e43e1e71be1aee89eb849a5396be04c95604624b155a29298b9209e2534c3?r=pg&d=retro&size=200"},"nodes":[{"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":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":41,"name":"Ticket Management"}],"image":[]}}