Skip to main content

Automate employee onboarding with Groq, Gmail, Slack and Google Workspace

Workflow preview

Workflow preview
100%
Automate employee onboarding with Groq, Gmail, Slack and Google Workspace preview
Open on n8n.io

1. Workflow Overview

How it works 1. New hire submits an onboarding form with their details 2. Groq AI generates personalised welcome content, Slack messages, and IT access request 3. Welcome email sent to the new hire...

Best for

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

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.gmail, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googledrive

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate employee onboarding with Groq, Gmail, Slack and Google Workspace
Workflow name
Automate employee onboarding with Groq, Gmail, Slack and Google Workspace

How it works

  1. New hire submits an onboarding form with their details
  2. Groq AI generates personalised welcome content, Slack messages, and IT access request
  3. Welcome email sent to the new hire via Gmail
  4. Automated emails sent to HR, the manager, and IT team
  5. Company Policy and Employee Handbook PDFs downloaded from Drive and attached
  6. Slack messages posted to #general and #hr-team channels
  7. Onboarding record appended to Google Sheets tracker

Set up steps

  • Estimated time: ~15 minutes
  • Connect Groq API, Gmail, Slack, Google Drive, and Google Sheets credentials
  • Upload your Policy and Handbook PDFs to Drive and link them in the Download nodes
  • Select your Slack channels in the two Slack nodes
  • Select your onboarding Google Sheet in the Append row node
  • Activate the workflow and share the form link with new hires

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 - Onboarding Form

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

Block 2 - Store Form Data

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

Block 3 - Generate AI Content

Type / Role
@n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
Config choices
Version 1

Block 4 - Welcome Email → New Hire

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

Block 5 - Notification Email → HR Team

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

Block 6 - Notification Email → Manager

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

Block 7 - System Access Request → IT Team

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

Block 8 - Slack Intro → General Channel

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

Block 9 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 10 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 11 - Download Policy

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

Block 12 - Download Handbook

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

Block 13 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 14 - Aggregate

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

Block 15 - Append row in sheet

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

Block 16 - HR team

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

Block 17 - Main Overview

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

Block 18 - Section: Form & AI

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

Block 19 - Section: Documents

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

Block 20 - Section: Delivery & Logging

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

3. Summary Table

Workflow Automate employee onboarding with Groq, Gmail, Slack and Google Workspace
Complexity advanced
Nodes 20
Categories HR, AI Summarization
Author Redowan Ahmed Farhan
Published 03 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15449/15449.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 Automate employee onboarding with Groq, Gmail, Slack and Google Workspace do?

How it works 1. New hire submits an onboarding form with their details 2. Groq AI generates personalised welcome content, Slack messages, and IT access request 3. Welcome email sent to the new hire...

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, AI Summarization use case.