{
  "name": "Get LinkedIn mutual connections with the TexAU API",
  "nodes": [
    {
      "id": "d2b7cbee-a6a0-4438-93d8-9d443ae881ee",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        656
      ],
      "parameters": {
        "width": 540,
        "height": 664,
        "content": "##  LinkedIn Mutual Connections via TexAU\nThis workflow automates the process of retrieving mutual LinkedIn connections using the TexAU API. It is ideal for enrichment, lead qualification, and relatio"
      }
    },
    {
      "id": "4b804149-451d-4528-b4af-2bda0102f92b",
      "name": "LinkedIn_Mutual_Connections",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        928
      ]
    },
    {
      "id": "c4b99d2f-1707-41ab-a35d-360d12a4a67b",
      "name": "Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        272,
        928
      ]
    },
    {
      "id": "e19d2ccc-1dac-4832-841f-5a86946f4410",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        496,
        928
      ]
    },
    {
      "id": "b842144e-777a-4041-b0cb-91470cb6bb44",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -144,
        928
      ]
    },
    {
      "id": "0af90735-9901-4c6a-bfd3-8d07cc396d6c",
      "name": "Mutual_Connections_Results1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1072,
        1184
      ]
    },
    {
      "id": "ffd1e530-d1f9-4f45-95dd-093195aa599c",
      "name": "Mutual_Connections_Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        928
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Mutual_Connections_Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Results": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn_Mutual_Connections": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "LinkedIn_Mutual_Connections",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}