{
  "name": "Create ideal customer profile from websites content to Google Doc",
  "nodes": [
    {
      "id": "8dcd9be8-76da-44b9-a424-4b32ec73eae1",
      "name": "ICP Creator",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -96,
        784
      ]
    },
    {
      "id": "551c399e-145c-4845-ace8-a20255e72b2d",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -64,
        960
      ]
    },
    {
      "id": "999e2ac6-2b4f-45d4-b454-5f963120578c",
      "name": "Create a document",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        448,
        784
      ]
    },
    {
      "id": "20a6fa86-6074-44ce-84dd-a363f081473d",
      "name": "Update a document",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        672,
        784
      ]
    },
    {
      "id": "58336e07-c7f6-41a7-b4d9-f237a8ad5452",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -544,
        784
      ]
    },
    {
      "id": "fe2c2088-fb53-4aa4-9053-7b8d2f7fae05",
      "name": "Markdown to Google Doc",
      "type": "n8n-nodes-base.code",
      "position": [
        224,
        784
      ]
    },
    {
      "id": "3bcbd327-3d93-4ea8-9d50-8a6c66adacf8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        -128
      ],
      "parameters": {
        "width": 1120,
        "height": 800,
        "content": "## 🟨 Overview — Create ICP from website content to Google Docs\n\n## Who’s it for\nGrowth, marketing, sales, and founder teams that want a **decision-ready Ideal Customer Profile (ICP)**—grounded in thei"
      }
    },
    {
      "id": "79406dda-bab8-472a-9188-bc3eb4b6ae30",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1168,
        720
      ],
      "parameters": {
        "width": 528,
        "height": 272,
        "content": "## 🗒️ Setup checklist (do these before first run)\n\n- **On form submission → Respond with redirect**: set `={{google_drive_folder_url}}`.  \n- **Create a document → folderId**: set `={{google_drive_fold"
      }
    },
    {
      "id": "6e3af75c-4819-4b18-910e-032be745fdd4",
      "name": "Crawl & Scrape Website",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -336,
        784
      ]
    }
  ],
  "connections": {
    "ICP Creator": {
      "main": [
        [
          {
            "node": "Markdown to Google Doc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a document": {
      "main": [
        [
          {
            "node": "Update a document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "ICP Creator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Crawl & Scrape Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crawl & Scrape Website": {
      "main": [
        [
          {
            "node": "ICP Creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown to Google Doc": {
      "main": [
        [
          {
            "node": "Create a document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}