{
  "name": "Personalized lead nurturing with GPT-4.1 based on commitment scoring via Google Sheets",
  "nodes": [
    {
      "id": "ec85181a-f877-40cf-8bb6-7d3232d1ce97",
      "name": "Commitment ≥ 8?",
      "type": "n8n-nodes-base.if",
      "position": [
        -448,
        32
      ]
    },
    {
      "id": "d9e047f3-dd89-4610-a20f-011ad770d59d",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -672,
        32
      ]
    },
    {
      "id": "da1f1926-1e22-4a70-8ef1-47ecd1e667fd",
      "name": "Send colder email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        224,
        128
      ]
    },
    {
      "id": "46b96bba-e021-4f38-b412-80c81efd14a6",
      "name": "Send warmer email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        224,
        -80
      ]
    },
    {
      "id": "7c6548ba-23f0-45bd-bed4-14693c90780c",
      "name": "crafting warmer email",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -144,
        -80
      ]
    },
    {
      "id": "5b5633ec-b23f-43ec-b0a4-c1f7f2637267",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        448,
        32
      ]
    },
    {
      "id": "5b46b4fe-cb15-4703-8993-f6cada97c6a3",
      "name": "crafting colder email",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -144,
        128
      ]
    },
    {
      "id": "bcbaa16f-c8fb-4d56-b0c3-ee62f804f5e8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -592
      ],
      "parameters": {
        "width": 416,
        "height": 272,
        "content": "## Workflow Overview\n\nThis workflow uses a webhook to trigger the creation of personalized onboarding emails.\n\n### Instructions\n\n1. Modify the **OpenAI** nodes.\n2. Modify the **Gmail** nodes.\n3. Modif"
      }
    },
    {
      "id": "af1bb7a0-ef21-4604-8220-2156658805c7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -624,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 96,
        "content": "### 1. Google sheets trigger and at the end can be replaced with whatever CRM\n"
      }
    },
    {
      "id": "a30c1913-5a92-43fb-8874-eca1ae401cfb",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        -256
      ],
      "parameters": {
        "width": 256,
        "height": 112,
        "content": "### 2. If commitment is >/= to 8 then a warm email is crafted and a colder is crafted if commitment is less than 8"
      }
    },
    {
      "id": "92b2cc76-f6be-46f7-b02f-be161e0150f4",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -112
      ],
      "parameters": {
        "width": null,
        "height": 80,
        "content": "### 3. Email drafts are made and CRM/Sheets is updated\n"
      }
    }
  ],
  "connections": {
    "Commitment ≥ 8?": {
      "main": [
        [
          {
            "node": "crafting warmer email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "crafting colder email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send colder email": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send warmer email": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Commitment ≥ 8?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "crafting colder email": {
      "main": [
        [
          {
            "node": "Send colder email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "crafting warmer email": {
      "main": [
        [
          {
            "node": "Send warmer email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}