The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Medical AI Workflow",
"nodes": [
{
"parameters": {
"path": "diagnosis-event",
"httpMethod": "POST"
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"functionCode": "return [{ json: { alert: $json[\"confidence\"] > 0.9 ? \"HIGH RISK\" : \"NORMAL\" } }];"
},
"name": "Risk Analysis",
"type": "n8n-nodes-base.function",
"position": [
400,
300
]
},
{
"parameters": {
"url": "http://api_server:8000/admin/alert",
"method": "POST"
},
"name": "Notify Doctor",
"type": "n8n-nodes-base.httpRequest",
"position": [
600,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Risk Analysis",
"type": "main"
}
]
]
},
"Risk Analysis": {
"main": [
[
{
"node": "Notify Doctor",
"type": "main"
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Medical AI Workflow. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/hasanzakrour-bot/medical-ai-platform/blob/eca9936b95e1e6faba314856920fbf50ef12a6d6/n8n/workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c
Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.
📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a