{
  "name": "Send personalized LinkedIn auto-reply DMs with smart resource matching",
  "nodes": [
    {
      "id": "5df2657c-0cc3-4cf8-8451-01a7a2aaa073",
      "name": "Every 5 Minutes",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -128,
        848
      ]
    },
    {
      "id": "c15f846b-5b11-4e74-ab8f-09c2884ca023",
      "name": "Fetch Recent Posts",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        96,
        848
      ]
    },
    {
      "id": "5a0de7f6-4adb-403d-9968-3929f0a7c089",
      "name": "Fetch Post Comments",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        320,
        848
      ]
    },
    {
      "id": "90fd1e95-4801-4c06-ad00-7c11eac13099",
      "name": "Remove Own Comments",
      "type": "n8n-nodes-base.filter",
      "position": [
        544,
        848
      ]
    },
    {
      "id": "adeb662f-0e35-450e-8212-9afa27386fca",
      "name": "Combine Comment and Post",
      "type": "n8n-nodes-base.merge",
      "position": [
        768,
        848
      ]
    },
    {
      "id": "1eb2db53-0361-4847-8f89-2499aa679ad9",
      "name": "Track Processed Comments",
      "type": "n8n-nodes-base.code",
      "position": [
        992,
        848
      ]
    },
    {
      "id": "44a95a29-09f7-4b89-8b53-405ca6e501f0",
      "name": "Rate Limit Delay",
      "type": "n8n-nodes-base.wait",
      "position": [
        1200,
        848
      ]
    },
    {
      "id": "c0b81984-43fb-4d57-b981-a93d12ba1648",
      "name": "Only New Comments",
      "type": "n8n-nodes-base.filter",
      "position": [
        1424,
        848
      ]
    },
    {
      "id": "a9acec03-c9c4-4d22-bc8d-68c9a1a9fa0d",
      "name": "Match Resource to Comment",
      "type": "n8n-nodes-base.code",
      "position": [
        1648,
        848
      ]
    },
    {
      "id": "fd16c4dd-d8e4-404e-8471-db0442b4f0f9",
      "name": "Build Personalized Message",
      "type": "n8n-nodes-base.code",
      "position": [
        1872,
        848
      ]
    },
    {
      "id": "836850e7-067a-4863-8949-63686fde80b8",
      "name": "Send DM via LinkedIn",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        2160,
        848
      ]
    },
    {
      "id": "aabec416-e03f-43a6-a3a6-d258280ee933",
      "name": "Log Delivery Status",
      "type": "n8n-nodes-base.code",
      "position": [
        2384,
        848
      ]
    },
    {
      "id": "94582886-f0ba-41ac-8682-b701e3df87d5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -928,
        464
      ],
      "parameters": {
        "width": 636,
        "height": 776,
        "content": "## Auto-reply to LinkedIn comments with personalized resources\n\nThis workflow monitors your LinkedIn posts for new comments and automatically sends personalized direct messages with relevant resources"
      }
    },
    {
      "id": "1c508416-773c-4c8f-9922-f3f7daa46745",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        688
      ],
      "parameters": {
        "width": 640,
        "height": 336,
        "content": "## 📥 Data Collection"
      }
    },
    {
      "id": "e86e64a1-c3d7-4467-b08e-dbc92a62878e",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        688
      ],
      "parameters": {
        "width": 1088,
        "height": 320,
        "content": "## 🔍 Smart Filtering"
      }
    },
    {
      "id": "7d8d06dc-cd7a-4845-82d7-e1d26205f0f3",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        688
      ],
      "parameters": {
        "width": 464,
        "height": 336,
        "content": "## 🧠 Resource Matching"
      }
    },
    {
      "id": "5befb33e-7494-42a1-b4a4-ffdda316bed2",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2096,
        688
      ],
      "parameters": {
        "width": 464,
        "height": 368,
        "content": "## 📨 Message Delivery"
      }
    }
  ],
  "connections": {
    "Every 5 Minutes": {
      "main": [
        [
          {
            "node": "Fetch Recent Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Rate Limit Delay": {
      "main": [
        [
          {
            "node": "Only New Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Only New Comments": {
      "main": [
        [
          {
            "node": "Match Resource to Comment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Recent Posts": {
      "main": [
        [
          {
            "node": "Fetch Post Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Post Comments": {
      "main": [
        [
          {
            "node": "Remove Own Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Remove Own Comments": {
      "main": [
        [
          {
            "node": "Combine Comment and Post",
            "type": "main",
            "index": 0
          },
          {
            "node": "Combine Comment and Post",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Send DM via LinkedIn": {
      "main": [
        [
          {
            "node": "Log Delivery Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Comment and Post": {
      "main": [
        [
          {
            "node": "Track Processed Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Track Processed Comments": {
      "main": [
        [
          {
            "node": "Rate Limit Delay",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Match Resource to Comment": {
      "main": [
        [
          {
            "node": "Build Personalized Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Personalized Message": {
      "main": [
        [
          {
            "node": "Send DM via LinkedIn",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}