workflows.fit
Back to n8n workflows
n8n templateFreeBy Shahrear

Extract and process healthcare claims with VLM Run, Google Drive and Sheets

Automatically process healthcare claims into structured Google Sheets entries with VLM Run extraction What this workflow does Monitors Google Drive for new files in a target folder Downloads the file inside n8n for pr...

Data & StorageProductivityCore Nodes@vlm-run/n8n-nodes-vlmrun.vlm RunGoogle SheetsGoogle DriveSticky Note
Loading interactive preview...

Template notes

Automatically process healthcare claims into structured Google Sheets entries with VLM Run extraction

What this workflow does

Monitors Google Drive for new files in a target folder Downloads the file inside n8n for processing Sends the file to VLM Run for AI transcription or analysis Fetches extra details from the healthcare.claims-processing domain as JSON Appends normalized fields to a Google Sheet as a new row

Setup

Prerequisites: Google account, VLM Run API credentials, Google Sheets access, n8n. Install the verified VLM Run node by searching for VLM Run in the node list, then click Install. Once installed, you can start using it in your workflows.

Quick Setup:

1. Create the Drive folder you want to watch and copy its Folder ID 2. Create a Google Sheet with headers like: timestamp, file\name, file\id, mime\type, size\bytes, uploader\email, form\type, carrier\name, patient\name, patient\birth\date, patient\sex, patient\address, insurance\type, insurance\id, insured\name, total\charge, amount\due, amount\paid, hospitalization\from, hospitalization\to, referring\physician\name, processing\notes, …other claim fields as needed 3. Configure Google Drive OAuth2 for the trigger and download nodes 4. Add VLM Run API credentials from [https://app.vlm.run/dashboard](https://app.vlm.run/dashboard) to the VLM Run node 5. Configure Google Sheets OAuth2 and set Spreadsheet ID and target sheet tab 6. Test by uploading a sample file to the watched Drive folder and activate

Perfect for