Block 1 - Upload Image Trigger
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This automated n8n workflow transforms uploaded radiology images into professional, patient friendly PDF reports. It uses AI powered image analysis to interpret medical scans, simplify technical te...
n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis automated n8n workflow transforms uploaded radiology images into professional, patient-friendly PDF reports. It uses AI-powered image analysis to interpret medical scans, simplify technical terms, and produce clear explanations. The reports are formatted, converted to PDF, stored in a database, and sent directly to patients via email, ensuring both accuracy and accessibility.
Simple Process Flow:
Send POST request to webhook with:
{
"patient_name": "John Smith",
"patient_id": "P12345",
"scan_type": "X-Ray",
"body_part": "Chest",
"image_url": "https://example.com/xray.jpg",
"doctor_name": "Dr. Johnson",
"patient_email": "[email protected]"
}
YOUR_REPORTS_SHEET_ID with your actual sheet IDWant a tailored workflow for your business? Our experts can craft it quickly Contact our team
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 | Convert radiology images to patient-friendly reports with GPT-4 Vision & PDF email |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Document Extraction, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 12 Aug 2025 |
Use the JSON export at /data/workflows/7275/7275.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 automated n8n workflow transforms uploaded radiology images into professional, patient friendly PDF reports. It uses AI powered image analysis to interpret medical scans, simplify technical te...
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, Multimodal AI use case.