Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow provides an automated pipeline for processing medical X ray images using VLM Run (model: ) , and distributing the AI generated analysis to multiple channels— email, Telegram, and Goog...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.converttofile, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail, n8n-nodes-base.telegram, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mehedi Ahamed.
Original n8n.io sourceThis workflow provides an automated pipeline for processing medical X-ray images using VLM Run (model: vlmrun-orion-1:auto), 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 (vlmrun-orion-1:auto) via an OpenAI-compatible endpoint.
The model returns:
From artifact reference, download file using artifact node.
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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate X-ray analysis with VLM Orion and distribute to Gmail, Telegram & Drive |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Document Extraction, AI Summarization |
| Author | Mehedi Ahamed |
| Published | 19 Nov 2025 |
Use the JSON export at /data/workflows/10997/10997.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow provides an automated pipeline for processing medical X ray images using VLM Run (model: ) , and distributing the AI generated analysis to multiple channels— email, Telegram, and Goog...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.