AutomationFlowsGeneral › Leave Request Email Notifications

Leave Request Email Notifications

Original n8n title: Leave Request Notifications

Leave Request Notifications. Uses emailSend. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesEmail Send
General Trigger: Webhook Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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": []
}
Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Post-Job Google Review Request. Uses emailSend. Webhook trigger; 3 nodes.

Email Send
General

MamVibe — Item Sold. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

CivicEye Email Workflow. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

Notificaciones Inventario. Uses emailSend. Webhook trigger; 2 nodes.

Email Send
General

Attendance Alerts. Uses emailSend. Webhook trigger; 2 nodes.

Email Send