{
  "name": "Revive expired real estate listings with OpenAI and Gmail follow-ups",
  "nodes": [
    {
      "id": "fe1a3344-0363-463c-8312-8b382f7e6193",
      "name": "Get Listings",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        220,
        -280
      ]
    },
    {
      "id": "f9b43706-6ba4-4c7a-bda7-7b27296f151e",
      "name": "Check >30 Days",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        -280
      ]
    },
    {
      "id": "ef1ad425-d92d-433b-b147-178f61b1baf4",
      "name": "Send Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1040,
        -280
      ]
    },
    {
      "id": "978b3493-385d-453b-a59a-fbcfa84c5bfe",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        660,
        -280
      ]
    },
    {
      "id": "38f7ff60-f96b-43a2-aeae-bfa263c35907",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        -280
      ]
    },
    {
      "id": "35180652-0e96-4812-8d19-1b25284d0075",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -60
      ],
      "parameters": {
        "width": 780,
        "height": 1180,
        "content": "# Expired Listing Revival Agent\n\n## Problem\nIn the real estate industry, many property listings in CRMs or spreadsheets go inactive after 30 days without any action. These expired listings are often f"
      }
    },
    {
      "id": "5a14b90b-8333-4939-945b-3b597dbee549",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -340
      ],
      "parameters": {
        "width": 1300,
        "height": 240,
        "content": "## Flow"
      }
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Listings": {
      "main": [
        [
          {
            "node": "Check >30 Days",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check >30 Days": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Listings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}