{
  "name": "Generate property investment reports with GPT-4, SerpAPI, Google Docs & Airtable",
  "nodes": [
    {
      "id": "8f3f5c3c-f714-4001-ae0c-dc667da9b399",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        16
      ]
    },
    {
      "id": "5f2977ea-7893-464f-a4c1-eaca9f3c0be3",
      "name": "The Data Researcher",
      "type": "n8n-nodes-serpapi.serpApi",
      "position": [
        224,
        16
      ]
    },
    {
      "id": "e8501698-d82e-4ac8-b677-80ae496bfa58",
      "name": "Data Aggregation",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        16
      ]
    },
    {
      "id": "f26d998b-4201-4616-868d-bc96274001f6",
      "name": "The Market Analyst",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -16,
        304
      ]
    },
    {
      "id": "84423207-18ed-4de0-a155-34a701116af1",
      "name": "The Report Generator",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        384,
        304
      ]
    },
    {
      "id": "de86641d-8500-4e71-9ef0-bcdea6fb44be",
      "name": "Create Report",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        0,
        624
      ]
    },
    {
      "id": "d9ffb05c-821a-410f-8764-ba9539aead42",
      "name": "Create a record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        224,
        624
      ]
    },
    {
      "id": "fa243b5f-00bc-4fa1-975c-3562024a6b9a",
      "name": "Send Report to Client",
      "type": "n8n-nodes-base.gmail",
      "position": [
        528,
        624
      ]
    },
    {
      "id": "11cc7f92-445c-47ce-892a-cd152904bb3d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "17c9fae2-063a-40b8-b810-4cef87eed78a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f6db835c-ea17-4e42-9f64-f2a7eae64f13",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        528
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "08e03aad-b601-4447-9839-6a2c377aad06",
      "name": "Send Report to Client1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        528
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "cad9ec9b-e106-4671-becf-adea7fbe5189",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Create Report": {
      "main": [
        [
          {
            "node": "Create a record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a record": {
      "main": [
        [
          {
            "node": "Send Report to Client",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Data Aggregation": {
      "main": [
        [
          {
            "node": "The Market Analyst",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Market Analyst": {
      "main": [
        [
          {
            "node": "The Report Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Data Researcher": {
      "main": [
        [
          {
            "node": "Data Aggregation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "The Report Generator": {
      "main": [
        [
          {
            "node": "Create Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "The Data Researcher",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}