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": "BloodBridge Donor Notification Workflow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "donor-registered",
"responseMode": "responseNode",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook - New Donor",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "GET",
"url": "http://localhost:8080/api/donors",
"options": {}
},
"id": "fetch-donors",
"name": "Fetch All Donors",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.bloodType }}",
"operation": "equals",
"value2": "O-"
}
]
}
},
"id": "check-universal-donor",
"name": "Check Universal Donor",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendBody": true,
"sendHeaders": true,
"sendQuery": true,
"url": "https://api.email-service.com/send",
"specifyBody": "json",
"jsonBody": "={\n \"to\": \"{{ $json.email }}\",\n \"subject\": \"Welcome to BloodBridge!\",\n \"body\": \"Thank you for registering as a blood donor. Your donation can save lives!\"\n}",
"options": {}
},
"id": "send-email",
"name": "Send Welcome Email",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
850,
200
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"status\": \"success\", \"message\": \"Donor registered and notification sent\" } }}"
},
"id": "webhook-response",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1050,
300
]
}
],
"connections": {
"Webhook - New Donor": {
"main": [
[
{
"node": "Fetch All Donors",
"type": "main",
"index": 0
}
]
]
},
"Fetch All Donors": {
"main": [
[
{
"node": "Check Universal Donor",
"type": "main",
"index": 0
}
]
]
},
"Check Universal Donor": {
"main": [
[
{
"node": "Send Welcome Email",
"type": "main",
"index": 0
}
],
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Send Welcome Email": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2024-01-01T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
BloodBridge Donor Notification Workflow. Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/Srikar787/Blood-Bridge/blob/ebc7c0604dc3176e48f27cdf6ddc1d41bdfb6df0/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 template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface
Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.