Skip to main content

Onboard employees automatically with Google Workspace, Slack, Notion and Gmail

Workflow preview

Workflow preview
100%
Onboard employees automatically with Google Workspace, Slack, Notion and Gmail preview
Open on n8n.io

1. Workflow Overview

How it works Fully automates your Day 0–30 employee onboarding sequence the moment HR submits a webhook. No manual steps, no missed tasks. Provisions Google Workspace account via Admin API ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.slack, n8n-nodes-base.notion, n8n-nodes-base.gmail, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Onboard employees automatically with Google Workspace, Slack, Notion and Gmail
Workflow name
Onboard employees automatically with Google Workspace, Slack, Notion and Gmail

🚀 How it works

Fully automates your Day 0–30 employee onboarding sequence the moment HR submits a webhook. No manual steps, no missed tasks.

  • 🔐 Provisions Google Workspace account via Admin API
  • 💬 Posts a personalised welcome message to Slack
  • 📝 Creates a Notion onboarding page pre-filled with the employee's details
  • 📧 Sends a welcome email via Gmail with first-day instructions
  • ⏱️ Waits 7 days, then checks task completion — alerts the manager if anything is overdue
  • ✅ Waits 30 days, runs a final completion check and closes the onboarding loop

🛠️ Set up steps

Estimated setup time: ~20 minutes

  1. Webhook — copy the webhook URL and send it from your HR system (BambooHR, HiBob, Workday, or a simple form)
  2. Google Workspace — connect a Service Account with Domain-Wide Delegation; grant admin.directory.user scope
  3. Slack — connect Slack OAuth2; set the welcome channel in the node (e.g. #general)
  4. Notion — connect Notion OAuth2; set your Onboarding database ID in the Create Page node
  5. Gmail — connect Gmail OAuth2; customise the welcome email template in the Send Email node
  6. Follow the sticky notes inside the workflow — each key node has a one-liner guide

📋 Prerequisites

  • Google Workspace (Business Starter or higher)
  • Slack workspace with a bot or OAuth2 app
  • Notion workspace with an onboarding database
  • Gmail account for sending welcome emails

Custom Workflow Request with Personal Dashboard

[email protected]

https://www.smartflowcraft.com/contact

More free templates

https://www.smartflowcraft.com/n8n-templates

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 - Overview

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

Block 2 - Prerequisites

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

Block 3 - Setup Required

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

Block 4 - How It Works

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

Block 5 - New Employee Webhook

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

Block 6 - Build Payload note

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

Block 7 - Build Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Provision Google note

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

Block 9 - Provision Google Account

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Welcome Slack note

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

Block 11 - Post Welcome Slack

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

Block 12 - Create Notion note

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

Block 13 - Create Notion Onboarding Page

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

Block 14 - Send Welcome Email

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

Block 15 - Wait 7 Days note

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

Block 16 - Wait 7 Days

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 17 - Check Tasks note

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

Block 18 - Check Completed Tasks

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

Block 19 - 3+ Tasks Complete?

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

Block 20 - Wait Until Day 30

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 21 - Day 30 Completion Message

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

Block 22 - Alert Manager — Incomplete Tasks

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

3. Summary Table

Workflow Onboard employees automatically with Google Workspace, Slack, Notion and Gmail
Complexity advanced
Nodes 22
Categories HR
Author Kumar SmartFlow Craft
Published 18 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14142/14142.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 Onboard employees automatically with Google Workspace, Slack, Notion and Gmail do?

How it works Fully automates your Day 0–30 employee onboarding sequence the moment HR submits a webhook. No manual steps, no missed tasks. Provisions Google Workspace account via Admin API ...

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.