{
  "name": "Enrich person data and update CRM with Airtop and Hubspot",
  "nodes": [
    {
      "id": "0dae57b1-df37-49eb-b848-64eb7fd2fadc",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -100,
        -160
      ]
    },
    {
      "id": "c4843e84-c494-4afa-b02b-7592a34e8ff8",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -100,
        40
      ]
    },
    {
      "id": "6096f8cf-544c-4f10-b8bd-91df31e30dd8",
      "name": "Save data in Hubspot",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        1000,
        -60
      ]
    },
    {
      "id": "00c52797-499f-4753-9bdd-457286675a7d",
      "name": "Extract person info and calculate ICP",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        340,
        -60
      ]
    },
    {
      "id": "e8c99f0a-1ae7-49b0-b380-7218da0923a4",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        560,
        -60
      ]
    },
    {
      "id": "178e4989-f032-4d01-82b6-d649c467e973",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        780,
        -60
      ]
    },
    {
      "id": "1bc0806d-c370-4ef0-b7a6-5cbf9ee13dc1",
      "name": "Unify Params",
      "type": "n8n-nodes-base.set",
      "position": [
        120,
        -60
      ]
    },
    {
      "id": "ac99db58-4bbe-41b7-a38a-352f1146facc",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -260
      ],
      "parameters": {
        "width": 400,
        "height": 460,
        "content": "## Input Parameters\n** Run this workflow using a form or from another workflow"
      }
    },
    {
      "id": "ddec76a7-1424-4a8f-a78a-4fe4daae5ad2",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        -260
      ],
      "parameters": {
        "width": 220,
        "height": 460,
        "content": "## Retrieve person info"
      }
    },
    {
      "id": "02552097-ed67-4df2-a333-e165091f5080",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        -260
      ],
      "parameters": {
        "width": 620,
        "height": 460,
        "content": "## Save info in Hubspot"
      }
    },
    {
      "id": "26c4a218-abd8-4272-92be-aaf7e56eea66",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        -540
      ],
      "parameters": {
        "width": 700,
        "height": 1000,
        "content": "README\n\n# Automating Person Data Enrichment and CRM Update\n\n## Use Case\n\nThis automation enriches a person’s professional profile using their name and work email, scores them against an ICP (Ideal Cus"
      }
    }
  ],
  "connections": {
    "Aggregate": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Save data in Hubspot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Unify Params": {
      "main": [
        [
          {
            "node": "Extract person info and calculate ICP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save data in Hubspot": {
      "main": [
        []
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract person info and calculate ICP": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}