{
  "name": "Qualify real estate leads automatically with OpenAI, Gmail & Airtable CRM",
  "nodes": [
    {
      "id": "5d431bce-7614-4890-a72a-625d7565c89b",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -120,
        -220
      ]
    },
    {
      "id": "f69f0530-4554-4911-99bb-85d9cabd512c",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -120,
        0
      ]
    },
    {
      "id": "1ef89976-db25-463c-83e1-5849aefd27e8",
      "name": "Information Extractor",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        100,
        -220
      ]
    },
    {
      "id": "384abf4b-6f25-451d-b0ee-b6089a2a7251",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        696,
        -220
      ]
    },
    {
      "id": "45c42d95-ffe3-4aae-b4ff-77bfaf83bd32",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        476,
        -220
      ]
    },
    {
      "id": "745a47a0-47ae-40e1-988c-dc2d6493ba88",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1000,
        -460
      ]
    },
    {
      "id": "938a489a-e785-40e9-9b2c-93503423ab4c",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1000,
        60
      ]
    },
    {
      "id": "bc72a77a-99ea-48d3-b5ea-11ed0d942cd3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        -280
      ],
      "parameters": {
        "width": 1100,
        "height": 220,
        "content": "## Flow"
      }
    },
    {
      "id": "4ae2ea9f-e369-4dad-9b4c-6be96d7bdeda",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -40
      ],
      "parameters": {
        "width": 200,
        "height": null,
        "content": "## Engine"
      }
    },
    {
      "id": "6be7b903-9375-45a1-b678-b72a17769468",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        0
      ],
      "parameters": {
        "width": 260,
        "height": 220,
        "content": "## CRM"
      }
    },
    {
      "id": "f12e0a18-e41e-4b79-8449-795e8750a805",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        -520
      ],
      "parameters": {
        "width": 260,
        "height": 220,
        "content": "## Follow Up"
      }
    },
    {
      "id": "70cecac6-50ea-4046-bb53-20553ea87f7a",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -540
      ],
      "parameters": {
        "width": 360,
        "height": 760,
        "content": "## AI Agent Leads Processor\n\n- **Problem**  \nReal estate agents waste time on low-quality leads and slow follow-ups.  \nThey manually qualify buyers, which leads to lost deals and burnout.\n\n- **Solutio"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          },
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Information Extractor",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Information Extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Information Extractor": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}