{
  "name": "Extract and track receipt data with VLM Run and Google Drive + Airtable",
  "nodes": [
    {
      "id": "120e6838-dc95-40b6-826d-afe0e2f3898d",
      "name": "🧾 Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        0
      ],
      "parameters": {
        "width": 400,
        "height": 680,
        "content": "## 🧾 AI Receipt Data Extraction Workflow\n\n**Overview:**\nAutomates receipt processing for expense management. Upload receipts to Google Drive → VLM Run extracts data using Execute Agent → Saves to Airt"
      }
    },
    {
      "id": "e64a31b8-cfe6-4d8e-9112-d19df787d340",
      "name": "📁 Input Processing Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        432,
        0
      ],
      "parameters": {
        "width": 400,
        "height": 680,
        "content": "## 📁 Input Processing\n\n**Monitors & downloads receipt files from Google Drive.**\n\n**Process:**\n1. Watches designated Drive folder\n2. Auto-triggers on new uploads\n3. Downloads files for AI processing\n\n"
      }
    },
    {
      "id": "e7089f8b-62a1-4883-a5a2-bce7f61518f6",
      "name": "🤖 AI Extraction Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        848,
        0
      ],
      "parameters": {
        "width": 400,
        "height": 680,
        "content": "## 🤖 VLM Run Receipt Extraction\n\n**Uses VLM Run node to extract structured data from receipt images/PDFs.**\n\n**Extracts:**\n- Merchant name\n- Customer info\n- Total amount\n- Currency\n- Transaction date\n"
      }
    },
    {
      "id": "3bf8dd58-9c22-4892-b5c8-38ce26dce71a",
      "name": "📊 Storage Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1264,
        0
      ],
      "parameters": {
        "width": 420,
        "height": 680,
        "content": "## 📊 Data Storage\n\n**Structures and stores extracted data as Airtable Records.**\n\n**Features:**\n- Clean, organized format\n- Centralized expense database\n- Auto-appends new entries\n- Analysis-ready dat"
      }
    },
    {
      "id": "05206108-2827-456e-918c-518214f5bbc7",
      "name": "Monitor Receipt Uploads",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        480,
        480
      ]
    },
    {
      "id": "cf695dc5-221f-4233-bff1-2c711d400555",
      "name": "Download  Receipt File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        688,
        480
      ]
    },
    {
      "id": "0266c61d-31f7-4804-aba5-7b8b2926a36e",
      "name": "VLM Run Receipt Parser",
      "type": "@vlm-run/n8n-nodes-vlmrun.vlmRun",
      "position": [
        896,
        480
      ]
    },
    {
      "id": "7b5bd63d-8edc-49ad-800c-3a991cea9523",
      "name": "Format Receipt Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1312,
        480
      ]
    },
    {
      "id": "b16bf063-a677-4dc7-a2c6-f261dad252cd",
      "name": "Create a record",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1504,
        480
      ]
    },
    {
      "id": "3e0c0aef-c23d-48cf-9491-da8004edb1c2",
      "name": "Receive Data",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1104,
        480
      ]
    }
  ],
  "connections": {
    "Receive Data": {
      "main": [
        [
          {
            "node": "Format Receipt Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Receipt Data": {
      "main": [
        [
          {
            "node": "Create a record",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download  Receipt File": {
      "main": [
        [
          {
            "node": "VLM Run Receipt Parser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "VLM Run Receipt Parser": {
      "main": [
        []
      ]
    },
    "Monitor Receipt Uploads": {
      "main": [
        [
          {
            "node": "Download  Receipt File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}