{
  "name": "Unipile LinkedIn profile lookup subworkflow",
  "nodes": [
    {
      "id": "f87a2a83-11c2-40f6-9b80-c1c13cb1d71f",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -560,
        -100
      ]
    },
    {
      "id": "43349b3c-cdc8-445b-8f03-6e42d19ccce9",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -500
      ],
      "parameters": {
        "width": 1386,
        "height": 840,
        "content": "![unipile](https://uploads.n8n.io/templates/unipile.png)\n## Enrich LinkedIn Data with User or Org Data\nLinkedIn messages arrive from one of two object types, users or organizations. This workflow extr"
      }
    },
    {
      "id": "880c3f22-bb81-4311-bcf2-6943dd7a0988",
      "name": "Get Linkedin User Data from Unipile",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -360,
        -100
      ]
    },
    {
      "id": "0e15d998-a820-48d6-80fe-56331df2998d",
      "name": "Set User Data from Unipile",
      "type": "n8n-nodes-base.set",
      "position": [
        -100,
        -240
      ]
    },
    {
      "id": "5eca56b3-e771-40c7-8415-2b9553a281ec",
      "name": "Group in one object - User",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        80,
        -240
      ]
    },
    {
      "id": "778e02d4-a6ab-4eaf-98e1-840cc09aa773",
      "name": "Get Linkedin Org Data from Unipile",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -100,
        -20
      ]
    },
    {
      "id": "acd3ec80-4e8e-4539-bc06-b21e1aa63774",
      "name": "Set Linkedin Org Data from Unipile",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        -40
      ]
    },
    {
      "id": "ad3d70cf-adec-47d0-a0d2-48ddaf4d11fb",
      "name": "Group in one object - Org",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        380,
        -40
      ]
    },
    {
      "id": "45516b60-4465-4140-adbc-df9bf66b22ef",
      "name": "Set unable to find data object",
      "type": "n8n-nodes-base.set",
      "position": [
        180,
        160
      ]
    }
  ],
  "connections": {
    "Group in one object - Org": {
      "main": [
        []
      ]
    },
    "Group in one object - User": {
      "main": [
        []
      ]
    },
    "Set User Data from Unipile": {
      "main": [
        [
          {
            "node": "Group in one object - User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Get Linkedin User Data from Unipile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Linkedin Org Data from Unipile": {
      "main": [
        [
          {
            "node": "Set Linkedin Org Data from Unipile",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set unable to find data object",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Linkedin Org Data from Unipile": {
      "main": [
        [
          {
            "node": "Group in one object - Org",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Linkedin User Data from Unipile": {
      "main": [
        [
          {
            "node": "Set User Data from Unipile",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get Linkedin Org Data from Unipile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}