{
  "name": "Automate LinkedIn Profile Following with Google Sheets and ConnectSafely",
  "nodes": [
    {
      "id": "504a3f79-b689-4e0b-93b0-3eea71a10bfd",
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        912,
        176
      ]
    },
    {
      "id": "0cea2ef6-800b-4aee-9873-e445abbf0d31",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1136,
        176
      ]
    },
    {
      "id": "08a9a1a8-a012-43b9-8e0c-4f5519c7fa01",
      "name": "ConnectSafely LinkedIn",
      "type": "n8n-nodes-connectsafely-ai.connectSafelyLinkedIn",
      "position": [
        1360,
        176
      ]
    },
    {
      "id": "bef59820-6e6c-4701-9736-311834e3cb74",
      "name": "Update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1584,
        176
      ]
    },
    {
      "id": "43179737-a317-4417-95e0-95e90a08e243",
      "name": "Sticky Note - Main Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        208,
        -256
      ],
      "parameters": {
        "width": 630,
        "height": 973,
        "content": "## LinkedIn Profile Follow Automation\n\n@[youtube](b4G47AJX418)\n\nThis workflow automates following LinkedIn profiles at scale using ConnectSafely.ai's platform-compliant automation.\n\n### How it works\nT"
      }
    },
    {
      "id": "d0f53c23-6d60-4a90-94af-c8b64a04f62e",
      "name": "Sticky Note - Get Profiles",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        32
      ],
      "parameters": {
        "width": null,
        "height": 100,
        "content": "### Get Target Profiles\n\nRetrieves pending LinkedIn profiles from Google Sheets"
      }
    },
    {
      "id": "fb083233-45bd-433f-a6c7-2006b8a83d3c",
      "name": "Sticky Note - Execute Follow",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1264,
        352
      ],
      "parameters": {
        "width": null,
        "height": 100,
        "content": "### Execute Follow Action\n\nProcesses each profile through ConnectSafely.ai API"
      }
    },
    {
      "id": "205cd5b5-95b9-42e7-a640-1faec849efe6",
      "name": "Sticky Note - Update Status",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1536,
        32
      ],
      "parameters": {
        "width": null,
        "height": 100,
        "content": "### Update Status\n\nMarks processed profiles as \"done\" in spreadsheet"
      }
    }
  ],
  "connections": {
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "ConnectSafely LinkedIn",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ConnectSafely LinkedIn": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}