Skip to main content

Team morale monitoring from Teams/Slack messages with Gemini AI

Workflow preview

Workflow preview
100%
Team morale monitoring from Teams/Slack messages with Gemini AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

AI Team Morale Monitor Who’s it for For team leads, HR, and managers who want to monitor the emotional tone and morale of their teams based on message sentiment. How it works 1. Trigger: Runs every...

Best for

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

Tools used

n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.slack, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Team morale monitoring from Teams/Slack messages with Gemini AI
Workflow name
Team morale monitoring from Teams/Slack messages with Gemini AI

AI Team Morale Monitor

Who’s it for

For team leads, HR, and managers who want to monitor the emotional tone and morale of their teams based on message sentiment.

How it works

  1. Trigger: Runs every Monday at 9 AM.
  2. Config: Defines your Teams and Slack channels.
  3. Fetch: Gathers messages for the week.
  4. AI Analysis: Evaluates tone and stress levels.
  5. Aggregate: Computes team sentiment averages.
  6. Report: Creates a readable morale summary.
  7. Slack Post: Sends report to your workspace.

How to set up

  1. Connect Microsoft Teams and Slack credentials.
  2. Enter your Team and Channel IDs in the Workflow Configuration node.
  3. Adjust the schedule if desired.

Requirements

  • Microsoft Teams and Slack access.
  • Gemini (or OpenAI) API credentials set in AI nodes.

How to customize

  • Modify the AI prompts for different insight depth.
  • Replace Gemini with other LLMs if preferred.
  • Change posting platform or format.

Note: This workflow uses only linguistic data — no personal identifiers or private metadata.

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 - Split In Batches

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

Block 2 - Fetch Teams Messages (Simulated)1

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

Block 3 - Log Progress1

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

Block 4 - Weekly Morale Check Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Workflow Configuration

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

Block 6 - Aggregate Sentiment Scores

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

Block 7 - Calculate Weekly Statistics

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

Block 8 - Generate Morale Report (OpenAI)1

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

Block 9 - Sentiment Analysis (OpenAI)1

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

Block 10 - Send a message1

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

Block 11 - Template Overview

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

Block 12 - Trigger Description

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

Block 13 - Configuration Description

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

Block 14 - Fetch Messages Description

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

Block 15 - AI Analysis Description

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

Block 16 - Aggregate Description

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

Block 17 - Report Description

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

Block 18 - Slack Description

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

3. Summary Table

Workflow Team morale monitoring from Teams/Slack messages with Gemini AI
Complexity advanced
Nodes 18
Categories HR, AI Summarization
Author higashiyama
Published 20 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9926/9926.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 Team morale monitoring from Teams/Slack messages with Gemini AI do?

AI Team Morale Monitor Who’s it for For team leads, HR, and managers who want to monitor the emotional tone and morale of their teams based on message sentiment. How it works 1. Trigger: Runs every...

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.