{
  "name": "Extract person data and calculate ICP score with Airtop",
  "nodes": [
    {
      "id": "dab22b77-5792-48a8-9827-360b39a1f4d3",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -40,
        40
      ]
    },
    {
      "id": "c6cbab26-ea9b-4574-aa6c-7f91b8f0302c",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -40,
        240
      ]
    },
    {
      "id": "b31a18d5-c85d-4664-95d4-190450cdb6ab",
      "name": "Unify Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        140
      ]
    },
    {
      "id": "0f7dfe34-b88d-4be0-96fd-a54044f332f9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -40
      ],
      "parameters": {
        "width": 660,
        "height": 480,
        "content": "## Input Parameters\n** Run this workflow using a form or from another workflow"
      }
    },
    {
      "id": "5848a514-c1e5-4265-a771-3e0de46eb1f5",
      "name": "Extract Person Data",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        1060,
        0
      ]
    },
    {
      "id": "c702cf9a-ccb6-47c0-8af6-4c3b6d76894b",
      "name": "Find Person Linkedin URL",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        620,
        140
      ]
    },
    {
      "id": "db7f2856-4087-4bb7-a955-258b1ba6e96e",
      "name": "ICP Scoring",
      "type": "n8n-nodes-base.executeWorkflow",
      "position": [
        1060,
        260
      ]
    },
    {
      "id": "3aaa689c-aedb-4d40-b7c4-fb50ab805ed1",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        1280,
        140
      ]
    },
    {
      "id": "85d13c4c-4ed7-48a4-a3a2-d5d8c0dd90b3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        -40
      ],
      "parameters": {
        "width": 860,
        "height": 480,
        "content": "## Enrich Person Data\n** Find Linkedin Profile, extract all information and calculate ICP score"
      }
    },
    {
      "id": "dac0877b-b090-41f8-a1bc-72f9051420f9",
      "name": "Is corporate email?",
      "type": "n8n-nodes-base.filter",
      "position": [
        400,
        140
      ]
    },
    {
      "id": "49915a61-79d0-492d-ae2b-5281a216f1d8",
      "name": "Is valid Linkedin URL?",
      "type": "n8n-nodes-base.filter",
      "position": [
        840,
        140
      ]
    },
    {
      "id": "6a34a9ec-b2a6-492b-8c26-3898139dd0d7",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        -280
      ],
      "parameters": {
        "width": 700,
        "height": 1040,
        "content": "README\n\n# Automating LinkedIn Enrichment and ICP Scoring\n\n## Use Case\n\nThis automation enriches a person’s data using LinkedIn and calculates an Ideal Customer Profile (ICP) score based on their profe"
      }
    }
  ],
  "connections": {
    "ICP Scoring": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "Unify Parameters": {
      "main": [
        [
          {
            "node": "Is corporate email?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Unify Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Person Data": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is corporate email?": {
      "main": [
        [
          {
            "node": "Find Person Linkedin URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is valid Linkedin URL?": {
      "main": [
        [
          {
            "node": "Extract Person Data",
            "type": "main",
            "index": 0
          },
          {
            "node": "ICP Scoring",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Find Person Linkedin URL": {
      "main": [
        [
          {
            "node": "Is valid Linkedin URL?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Unify Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}