{
  "name": "Score company ICP (Ideal Customer Profile) with Airtop",
  "nodes": [
    {
      "id": "53ac44a9-4774-42f5-8b3d-d7c83272c1fa",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -40,
        0
      ]
    },
    {
      "id": "4e65be06-eae0-4e38-9c5d-dae54484770d",
      "name": "Unify params",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        100
      ]
    },
    {
      "id": "cbb36eeb-521c-4627-8913-ae8f18cc0ffb",
      "name": "Calculate ICP",
      "type": "n8n-nodes-base.airtop",
      "position": [
        400,
        100
      ]
    },
    {
      "id": "dee222c2-95fc-4af5-8752-422b20444350",
      "name": "Parse to JSON",
      "type": "n8n-nodes-base.set",
      "position": [
        620,
        100
      ]
    },
    {
      "id": "d10f07de-9845-47e5-b2fe-9b4b7ea78704",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -40,
        200
      ]
    },
    {
      "id": "02ddfe9b-4421-4270-bb72-75aea37c5889",
      "name": "Flat json",
      "type": "n8n-nodes-base.set",
      "position": [
        840,
        100
      ]
    },
    {
      "id": "376edace-c71d-40ca-a0e7-4cc6d11bed17",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -100
      ],
      "parameters": {
        "width": 400,
        "height": 460,
        "content": "## Input Parameters\nRun this workflow using a form or from another workflow"
      }
    },
    {
      "id": "8687eea7-1059-43e4-8575-f8a6ebeae0a2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        -100
      ],
      "parameters": {
        "width": 700,
        "height": 460,
        "content": "## Calculate ICP"
      }
    },
    {
      "id": "5f2723ea-8df0-430e-8a4c-a057b7e6081a",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -580
      ],
      "parameters": {
        "width": 700,
        "height": 1400,
        "content": "README\n\n# Automating Company ICP Scoring via LinkedIn\n\n## Use Case\n\nThis automation scores companies based on their LinkedIn profile using custom Ideal Customer Profile (ICP) criteria. It’s ideal for "
      }
    }
  ],
  "connections": {
    "Unify params": {
      "main": [
        [
          {
            "node": "Calculate ICP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Calculate ICP": {
      "main": [
        [
          {
            "node": "Parse to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse to JSON": {
      "main": [
        [
          {
            "node": "Flat json",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify params",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}