{
  "name": "PT clinic AI cold email sequence generator with GPT4",
  "nodes": [
    {
      "id": "42327466-5ad4-4ca1-bb48-b2b753693f27",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a8eaf027-a13a-4083-b331-800b354ff482",
      "name": "📊 Fetch PT Prospects",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -600,
        260
      ]
    },
    {
      "id": "93166047-b345-4083-bad8-2e68cb1539bb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9aa601c7-553a-4ca3-b28a-98423d94cb7d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e7500294-3afa-4574-9e7b-63ead893030f",
      "name": "🤖 AI Email Generator",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -160,
        140
      ]
    },
    {
      "id": "c365797d-8581-4825-9cc9-d48b0bfc6718",
      "name": "🔄 Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -380,
        260
      ]
    },
    {
      "id": "38864d95-9193-4e03-ae36-a57936ad24b2",
      "name": "🧠 OpenAI GPT-4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -60,
        360
      ]
    },
    {
      "id": "3c6e8f19-6d45-4c4c-b8c5-8dbfa83d6513",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bbb0b293-69ab-4a1d-8ce4-ba25d56e7ebf",
      "name": "💾 Save to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        660,
        260
      ]
    },
    {
      "id": "45d1195a-bc36-4c65-8424-258b52eac589",
      "name": "🔍 Parse Email Content",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        140
      ]
    },
    {
      "id": "19135787-db99-4e00-bcc9-16a3d77c8293",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        280
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f33c1406-703c-4c87-863a-04800d2c4d86",
      "name": "✅ Quality Check",
      "type": "n8n-nodes-base.if",
      "position": [
        460,
        140
      ]
    },
    {
      "id": "fa5db7a1-a643-4564-a99a-5f63b30c525d",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "4229a097-166a-4ac8-922a-ad8e74023203",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "941d9145-4c2f-41a9-81d5-82ee5af55def",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "✅ Quality Check": {
      "main": [
        [
          {
            "node": "💾 Save to Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🧠 OpenAI GPT-4": {
      "ai_languageModel": [
        [
          {
            "node": "🤖 AI Email Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "💾 Save to Sheets": {
      "main": [
        [
          {
            "node": "🔄 Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔄 Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "🤖 AI Email Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📊 Fetch PT Prospects": {
      "main": [
        [
          {
            "node": "🔄 Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🤖 AI Email Generator": {
      "main": [
        [
          {
            "node": "🔍 Parse Email Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔍 Parse Email Content": {
      "main": [
        [
          {
            "node": "✅ Quality Check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}