{
  "name": "SmartLead sheet sync: auto-capture client inquiries to Google Sheets",
  "nodes": [
    {
      "id": "b19aeac4-715b-44ea-9470-6bfac9db3dd7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "64282f86-0998-4d4b-b7c4-650a1e322de4",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "76147af0-fac5-4d1c-95b3-5317b7f44f16",
      "name": "Form Submission Hook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -660,
        440
      ]
    },
    {
      "id": "36815153-cc90-4df3-ad47-f464482ee55e",
      "name": "Parse + Clean Lead Data",
      "type": "n8n-nodes-base.code",
      "position": [
        -300,
        440
      ]
    },
    {
      "id": "5c9805f7-78f6-46e8-926f-130600341fbe",
      "name": "Save To Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        40,
        440
      ]
    }
  ],
  "connections": {
    "Form Submission Hook": {
      "main": [
        [
          {
            "node": "Parse + Clean Lead Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse + Clean Lead Data": {
      "main": [
        [
          {
            "node": "Save To Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}