Skip to main content

Automate employee recognition with Slack, Sheets, Gmail & optional GPT-4

Workflow preview

Workflow preview
100%
Automate employee recognition with Slack, Sheets, Gmail & optional GPT-4 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated Employee Recognition Bot with Slack + Google Sheets + Gmail Description Turn employee recognition into an automated system. This workflow celebrates great work instantly it posts recognit...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.slack, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate employee recognition with Slack, Sheets, Gmail & optional GPT-4
Workflow name
Automate employee recognition with Slack, Sheets, Gmail & optional GPT-4

Automated Employee Recognition Bot with Slack + Google Sheets + Gmail

Description

Turn employee recognition into an automated system.

This workflow celebrates great work instantly it posts recognition messages on Slack, sends thank-you emails via Gmail, and updates your tracking sheet automatically.

Your team feels appreciated. Your HR team saves hours. Everyone wins.


⚙️ How It Works

  1. You add a new recognition in Google Sheets.
  2. The bot automatically celebrates it in Slack.
  3. The employee receives a thank-you email.
  4. HR gets notified and the sheet updates itself.

🔧 Setup Steps

1️⃣ Prepare Your Google Sheet

Create a sheet called “Employee_Recognition_List” with these columns: Name | Department | Reason | Date | Email | Status | EmailStatus Then add one test row — for example, your own name — to see it work.


2️⃣ Connect Your Apps

Inside n8n:

  • Google Sheets: Connect your Google account so the bot can read the sheet.
  • Slack: Connect your Slack workspace to post messages in a channel (like #general).
  • Gmail: Connect your Gmail account so the bot can send emails automatically.

3️⃣ (Optional) Add AI Personalization

If you want the messages to sound more natural, add an OpenAI node with this prompt:

> “Write a short, friendly recognition message for {{name}} from {{dept}} who was recognized for {{reason}}. Keep it under 2 sentences.”

This makes your Slack and email messages feel human and genuine.


4️⃣ Turn It On

Once everything’s connected:

  • Save your workflow
  • Set it to Active
  • Add a new row in your Google Sheet

The bot will instantly post on Slack and send a thank-you email 🎉

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 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 2 - New Row Added

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

Block 3 - Format Employee Data

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

Block 4 - Generate Personalized Message

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

Block 5 - Post Message to #general

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

Block 6 - Update Row (Status)

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

Block 7 - Send Thank You Email

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

Block 8 - Notify HR privately

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

Block 9 - Check if Email Sent Successfully

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

Block 10 - Alert HR if Email Fails

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

Block 11 - Update Row (Email Status)

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

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

Block 16 - Sticky Note4

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

3. Summary Table

Workflow Automate employee recognition with Slack, Sheets, Gmail & optional GPT-4
Complexity advanced
Nodes 16
Categories HR, Multimodal AI
Author Marth
Published 27 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10222/10222.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 recognition with Slack, Sheets, Gmail & optional GPT-4 do?

Automated Employee Recognition Bot with Slack + Google Sheets + Gmail Description Turn employee recognition into an automated system. This workflow celebrates great work instantly it posts recognit...

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