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": "SMP - Hospital Ingest Router",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "hospital",
"responseMode": "onReceived",
"options": {}
},
"id": "2a2a2a2a-0002-0002-0002-000000000001",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"jsCode": "const input = $input.first().json.body || $input.first().json;\nreturn [{\n json: {\n organizationId: input.organizationId || 'org_hospital',\n deviceId: input.deviceId || 'dev_hosp_01',\n domain: 'hospital',\n metrics: input.metrics || {},\n timestamp: input.timestamp || Date.now()\n }\n}];"
},
"id": "2a2a2a2a-0002-0002-0002-000000000002",
"name": "Normalize Payload",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
500,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:3000/api/ingest",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify($json) }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-ingest-key",
"value": "spla_ingest_dev_key"
}
]
}
},
"id": "2a2a2a2a-0002-0002-0002-000000000003",
"name": "POST to Core",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
760,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Normalize Payload",
"type": "main",
"index": 0
}
]
]
},
"Normalize Payload": {
"main": [
[
{
"node": "POST to Core",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
SMP - Hospital Ingest Router. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/chi-cuongg/swd392/blob/d60f18b3b5bb3570fe435c3965ffaf4419420ba4/n8n/workflow-hospital.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