Skip to main content

Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack

Workflow preview

Workflow preview
100%
Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow accepts new hire details via a webhook, logs them to Google Sheets, creates an onboarding folder in Google Drive, opens onboarding work items in Jira, and notifies the ...

Best for

  • HR automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.jira, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.googledrive, n8n-nodes-base.gmail, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.

Original n8n.io source

1.1 Workflow description

Title
Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack
Workflow name
Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack

Quick Overview

This workflow accepts new-hire details via a webhook, logs them to Google Sheets, creates an onboarding folder in Google Drive, opens onboarding work items in Jira, and notifies the employee and internal teams via Gmail and Slack, then updates the tracker with links and status.

How it works

  1. Receives a POST webhook request containing new hire details.
  2. Normalizes the incoming payload and appends the employee record to a Google Sheets onboarding tracker.
  3. Validates that the request is in a pending state and includes required fields (full name, work email, department, and manager email).
  4. Creates a dedicated Google Drive onboarding folder and shares it with the employee’s work email.
  5. Creates a Jira onboarding epic and two Jira tasks for IT access setup and the HR onboarding checklist.
  6. Looks up the created Google Drive folder to capture its web link, emails the employee a welcome message via Gmail, and posts an onboarding notification to a Slack channel.
  7. Updates the Google Sheets tracker row to mark the employee as processed, stores the Jira epic reference and Drive folder link, and sends a completion summary email to HR via Gmail.

Setup

  1. Configure the Webhook trigger URL in your HRIS or request form to send a POST payload with fields like status, full_name, work_email, department, and manager_email.
  2. Add Google Sheets OAuth2 credentials and set the target spreadsheet and sheet, ensuring columns exist for employee_id (match key), status, processed_at, drive_folder_link, and jira_epic_key.
  3. Add Google Drive OAuth2 credentials and set the parent folder where onboarding folders should be created.
  4. Add Jira Software Cloud credentials and select the Jira project and issue types (Epic and Task) used for onboarding.
  5. Add Gmail OAuth2 credentials and update the HR recipient email address and email content as needed.
  6. Add Slack credentials and choose the destination channel for onboarding notifications.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - New Hire Webhook Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Normalize Employee Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Create IT Access Task

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 4 - Create HR Checklist Task

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 5 - Log New Hire Record

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 6 - Validate Required Employee Fields

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 7 - Create Employee Onboarding Folder

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 8 - Grant Employee Folder Access

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 9 - Create Onboarding Epic

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 10 - Find Created Onboarding Folder

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Verify Folder Match

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 12 - Send Welcome Email to Employee

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 13 - Send Team Onboarding Notification

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 14 - Update Onboarding Tracker Status

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Send HR Completion Summary

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 16 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack
Complexity advanced
Nodes 23
Categories HR
Author WeblineIndia
Published 27 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15975/15975.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Orchestrate employee onboarding with Google Sheets, Drive, Jira, Gmail, and Slack do?

Quick Overview This workflow accepts new hire details via a webhook, logs them to Google Sheets, creates an onboarding folder in Google Drive, opens onboarding work items in Jira, and notifies the ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR use case.