{
  "name": "Lead qualification & auto-assignment with GPT-4 Mini: Google Sheets to ClickUp",
  "nodes": [
    {
      "id": "8c83502f-a29c-4048-a6cc-4d98158a5801",
      "name": "Every 5 Minutes",
      "type": "n8n-nodes-base.cron",
      "position": [
        96,
        352
      ]
    },
    {
      "id": "fdd4ac7d-603b-486a-94b7-cbcd02304c45",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        800,
        336
      ]
    },
    {
      "id": "0f73dd56-3892-403d-add1-302b92af9f82",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        752,
        560
      ]
    },
    {
      "id": "902b212d-bed6-4448-8bcc-966876cf155a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        48,
        128
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b4c12526-52df-4ed3-9f69-285cc4b00884",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        144
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d040c008-842d-4d99-b09c-dfc01684c948",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        544
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e89846e0-2f35-4391-94c1-c777718d62df",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c0fc238b-0a2a-4789-b09e-2e835da78ea3",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1152,
        512
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9baa1c57-20b4-42ac-807e-61e636ffbed3",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1344,
        96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "791072e2-a9ba-492f-8ec9-f8c14fa7d142",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        512
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e7803d39-8513-4f2b-9248-e5b425038ddd",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1808,
        96
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f7560e2f-62d2-448d-9fc5-dc754c222538",
      "name": "Restructuring AI Output",
      "type": "n8n-nodes-base.code",
      "position": [
        1200,
        336
      ]
    },
    {
      "id": "0df28053-2ff9-41f2-8e67-3a18052f6940",
      "name": "Creating and Assigning Tasks",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1408,
        336
      ]
    },
    {
      "id": "bd9a8584-3bb9-4339-932f-fcb62922ec6c",
      "name": "Restructuring ClickUp Output",
      "type": "n8n-nodes-base.code",
      "position": [
        1632,
        336
      ]
    },
    {
      "id": "57329d9c-43d5-41f1-b409-b4801cedc63f",
      "name": "Updating New Tasks on Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1856,
        336
      ]
    },
    {
      "id": "8f82c52b-13da-4556-aa62-92a2fc668a5f",
      "name": "Qualifying Leads",
      "type": "n8n-nodes-base.if",
      "position": [
        544,
        352
      ]
    },
    {
      "id": "1cbc990f-2279-4682-a0d8-70405d19eab0",
      "name": "Getting New Tasks",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        320,
        352
      ]
    }
  ],
  "connections": {
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Restructuring AI Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every 5 Minutes": {
      "main": [
        [
          {
            "node": "Getting New Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Qualifying Leads": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Getting New Tasks": {
      "main": [
        [
          {
            "node": "Qualifying Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Restructuring AI Output": {
      "main": [
        [
          {
            "node": "Creating and Assigning Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Creating and Assigning Tasks": {
      "main": [
        [
          {
            "node": "Restructuring ClickUp Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Restructuring ClickUp Output": {
      "main": [
        [
          {
            "node": "Updating New Tasks on Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}