{
  "nodes": [
    {
      "name": "Intake Form",
      "type": "n8n-nodes-base.formTrigger"
    },
    {
      "name": "Document Upload",
      "type": "n8n-nodes-base.extractFromFile"
    },
    {
      "name": "Blob Store",
      "type": "n8n-nodes-base.set"
    },
    {
      "name": "Document Classification",
      "type": "@n8n/n8n-nodes-langchain.openAi"
    },
    {
      "name": "Data Extraction",
      "type": "@n8n/n8n-nodes-langchain.openAi"
    },
    {
      "name": "Tax Software API",
      "type": "n8n-nodes-base.httpRequest"
    }
  ],
  "connections": {
    "Intake Form": {
      "main": [
        [
          {
            "node": "Document Upload"
          }
        ]
      ]
    },
    "Document Upload": {
      "main": [
        [
          {
            "node": "Blob Store"
          }
        ]
      ]
    },
    "Blob Store": {
      "main": [
        [
          {
            "node": "Document Classification"
          }
        ]
      ]
    },
    "Document Classification": {
      "main": [
        [
          {
            "node": "Data Extraction"
          }
        ]
      ]
    },
    "Data Extraction": {
      "main": [
        [
          {
            "node": "Tax Software API"
          }
        ]
      ]
    }
  }
}