{
  "name": "Enrich company data with Airtop and Hubspot",
  "nodes": [
    {
      "id": "40a24c05-6a12-4f60-b70c-03354e0a5152",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        960,
        0
      ]
    },
    {
      "id": "0365d1ef-a48f-4e04-8f50-ef731faa07bf",
      "name": "Company info",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        760,
        0
      ]
    },
    {
      "id": "409bf870-a1d3-433d-b0dd-46643a09d337",
      "name": "Save company Hubspot",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        1400,
        0
      ]
    },
    {
      "id": "b0563618-a702-49f0-89ae-3af16d255851",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -200
      ],
      "parameters": {
        "width": 220,
        "height": 460,
        "content": "## Keep only corporate emails"
      }
    },
    {
      "id": "e0633395-62e4-433e-a231-450f4286a083",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        -200
      ],
      "parameters": {
        "width": 220,
        "height": 460,
        "content": "## Retrive company info"
      }
    },
    {
      "id": "a7f17a76-df9f-4fe8-8ea4-ff3be9ba1311",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        -200
      ],
      "parameters": {
        "width": 640,
        "height": 460,
        "content": "## Save info in Hubspot"
      }
    },
    {
      "id": "6e797623-203d-409c-85b6-740a4ebde4c4",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        80,
        -100
      ]
    },
    {
      "id": "7fffe483-4e4e-4524-89cf-dbb83f430619",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        80,
        100
      ]
    },
    {
      "id": "fe563760-4e3b-4fdc-ba94-d09c28a8da33",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -200
      ],
      "parameters": {
        "width": 400,
        "height": 460,
        "content": "## Input Parameters\nRun this workflow using a form or from another workflow"
      }
    },
    {
      "id": "de64f719-7467-4a38-8f03-4bedacc89b4e",
      "name": "Unify Params",
      "type": "n8n-nodes-base.set",
      "position": [
        300,
        0
      ]
    },
    {
      "id": "1535a9d6-f0e9-4546-819f-5dad8519a55d",
      "name": "Map information",
      "type": "n8n-nodes-base.set",
      "position": [
        1180,
        0
      ]
    },
    {
      "id": "d3083a33-1a65-41e2-9458-d3563cecc110",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -600
      ],
      "parameters": {
        "width": 860,
        "height": 1140,
        "content": "README\n\n# Automating Company Data Enrichment and HubSpot Integration\n\n## Use Case\n\nThis automation enriches company data based on email domain and LinkedIn profile, calculates an ICP (Ideal Customer P"
      }
    },
    {
      "id": "4e5348ba-c285-4068-9d90-17bed5c752c4",
      "name": "Is corporate email?",
      "type": "n8n-nodes-base.filter",
      "position": [
        520,
        0
      ]
    }
  ],
  "connections": {
    "Aggregate": {
      "main": [
        [
          {
            "node": "Map information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Company info": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Unify Params": {
      "main": [
        [
          {
            "node": "Is corporate email?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map information": {
      "main": [
        [
          {
            "node": "Save company Hubspot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is corporate email?": {
      "main": [
        [
          {
            "node": "Company info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}