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": "Leave Request Notifications",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "leave-request",
"options": {}
},
"id": "3c4d5e6f-leave-webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"fromEmail": "admin@campusflow.edu",
"toEmail": "={{ $json.body.approver_email }}",
"subject": "New Leave Request Submitted",
"text": "={{ 'A new ' + $json.body.leave_type + ' leave request has been submitted by ' + $json.body.student_name + '. Please review it in the CampusFlow portal.' }}",
"options": {}
},
"id": "4d5e6f7a-send-email",
"name": "Send Email to Approver",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Send Email to Approver",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "e1de7d71-c0c1-4b13-9f5e-14fbdb7d6db1",
"id": "leave-request-workflow",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/theashwinikumar/campusflow/blob/4fadb60388a79902e93098c89c62b49e5738948f/n8n-workflows/leave-requests.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.
Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.
CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.
Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.