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": "Attendance Alerts",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "attendance-alert",
"options": {}
},
"id": "1a2b3c4d-attendance-webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"fromEmail": "admin@campusflow.edu",
"toEmail": "={{ $json.body.student_email }}",
"subject": "Low Attendance Warning",
"text": "={{ 'Dear Student, your attendance has dropped to ' + $json.body.attendance_percentage + '%. Please ensure you meet the minimum requirement of 75%.' }}",
"options": {}
},
"id": "2b3c4d5e-send-email",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2,
"position": [
450,
300
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "f0fe7d71-c0c1-4b13-9f5e-14fbdb7d6db0",
"id": "attendance-alert-workflow",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Attendance Alerts. Uses emailSend. Webhook trigger; 2 nodes.
Source: https://github.com/theashwinikumar/campusflow/blob/4fadb60388a79902e93098c89c62b49e5738948f/n8n-workflows/attendance-alerts.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.
Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.
CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.
Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.