{
  "name": "Create ideal customer profiles from LinkedIn data with Airtop and Claude AI",
  "nodes": [
    {
      "id": "6d6495da-12f7-4768-97d2-e06cf1449829",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -440,
        120
      ]
    },
    {
      "id": "7664b5a1-ca45-4e97-9eb3-745762167cc2",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -220,
        120
      ]
    },
    {
      "id": "5fbb25a3-0ebb-433a-8920-f57953689116",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        -440,
        400
      ]
    },
    {
      "id": "681e4106-98cc-44e5-bb8e-03e6a97acfa8",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -260,
        400
      ]
    },
    {
      "id": "c52606ed-1bab-41f1-9328-efadb123ac58",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        0
      ],
      "parameters": {
        "width": 840,
        "height": 280,
        "content": "\n## Ideal Customer Profile (ICP) Airtop Agent\n### Find your perfect customers faster.\nAirtop's AI agent defines your ICP with a few examples of your current best customers\n"
      }
    },
    {
      "id": "40075d6c-0082-4cd2-90c4-9589183084d8",
      "name": "Airtop Data Enrichment",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        160,
        380
      ]
    },
    {
      "id": "6196bb76-9dfd-49d3-8314-714692894a5b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        320
      ],
      "parameters": {
        "width": 360,
        "height": 220,
        "content": "## IMPORTANT\n\n1. Create an [Airtop Profile here](https://portal.airtop.ai/browser-profiles) \n\n2. Connect it to Linkedin\n\n3. Enter the Profile Name here"
      }
    },
    {
      "id": "fb7e43a6-91fd-4c6f-86f0-62e815eb02f1",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        320,
        120
      ]
    },
    {
      "id": "ba12cf29-b04f-4bdc-a051-e4521a3967ff",
      "name": "Google Docs1",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        460,
        120
      ]
    },
    {
      "id": "67326799-cb72-4d5e-b09f-5d01f776d02f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -240
      ],
      "parameters": {
        "width": 840,
        "height": 1080,
        "content": "README\n# Define Your ICP from Customer LinkedIn Profiles\n## Use Case\nThis automation helps marketing and sales teams define their Ideal Customer Profile (ICP) using real LinkedIn profiles of current h"
      }
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Docs": {
      "main": [
        [
          {
            "node": "Google Docs1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Airtop Data Enrichment": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}