This workflow provides an automated pipeline for processing medical X-ray images using VLM Run (model: vlm-agent-1), and distributing the AI-generated analysis to multiple channels—email, Telegram, and Google Drive.
A Form Trigger allows the user to upload an X-ray file.
Once the image is submitted, the workflow immediately starts processing.
The uploaded X-ray image is sent to VLM Run (vlm-agent-1) via an OpenAI-compatible endpoint.
The model returns:
A Code node scans the model response and extracts the first valid
https://storage.googleapis.com/... image link.
This clean URL is passed downstream for:
The Convert to File node transforms the analysis text into a shareable .txt report.
This file is used both for email and Drive storage.
The workflow automatically:
📧 Emails the doctor (or configured staff email):
📨 Sends a Telegram message containing:
This ensures instant notification and cross-platform availability.
The final step uses Google Drive OAuth2 to store:
These files are uploaded to a designated Drive folder for archiving and future reference.
VLM Run API Credentials
Required to call vlm-agent-1 for image analysis.
Gmail OAuth2 Credentials
Needed to automatically email the diagnostic report.
Telegram Bot Token
Sends analysis results to a Telegram chat or group.
Google Drive OAuth2
Stores reports and annotated images in Google Drive.
This workflow automates image handling and communication.
All AI-generated content must be reviewed by a qualified medical professional before any clinical use.