{
  "name": "SmartLead Sheet Sync (Airtable Edition)",
  "nodes": [
    {
      "id": "b19aeac4-715b-44ea-9470-6bfac9db3dd7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        80
      ],
      "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": [
        -340,
        440
      ]
    },
    {
      "id": "dcfaf2cf-806a-4633-a128-5d885b16395f",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        -80,
        440
      ]
    }
  ],
  "connections": {
    "Form Submission Hook": {
      "main": [
        [
          {
            "node": "Parse + Clean Lead Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse + Clean Lead Data": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}