Skip to main content

Automate AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets

Workflow preview

Workflow preview
100%
Automate AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets preview
Open on n8n.io

1. Workflow Overview

How it works 1. Triggered every 4 hours (or manually) to check all active products in Google Sheets 2. Each product is evaluated for stock level and urgency against its reorder threshold 3. Product...

Best for

  • HR automation workflows
  • AI Chatbot 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 AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets
Workflow name
Automate AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets

How it works

  1. Triggered every 4 hours (or manually) to check all active products in Google Sheets
  2. Each product is evaluated for stock level and urgency against its reorder threshold
  3. Products with sufficient stock are skipped; duplicate daily orders are prevented
  4. OpenAI generates a professional Purchase Order message for products needing reorder
  5. PO is posted to a Slack channel; inventory sheet is updated and reorder log appended
  6. A summary report is posted to Slack after each full run
  7. An error handler sends a Slack alert if anything fails

Set up steps

  • Estimated time: ~15 minutes
  • Add your OpenAI API key; connect Slack and Google Sheets via OAuth2
  • Create a Google Sheet with a Products tab and a Reorder Log tab (column names in setup sticky note)
  • Select your spreadsheet in all Google Sheets nodes
  • Select your Slack channels in the three Slack nodes
  • Activate the workflow

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 AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets
Complexity advanced
Nodes 20
Categories HR, AI Chatbot
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/15451/15451.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 AI-powered employee onboarding emails and Slack updates with Groq, Gmail, and Google Sheets do?

How it works 1. Triggered every 4 hours (or manually) to check all active products in Google Sheets 2. Each product is evaluated for stock level and urgency against its reorder threshold 3. Product...

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 Chatbot use case.