Skip to main content

Alert on equipment health issues with Google Sheets and MS Teams integration

Workflow preview

Workflow preview
100%
Alert on equipment health issues with Google Sheets and MS Teams integration preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ Advanced Equipment Health Monitor with MS Teams Integration (n8n API Google Sheets MSTeams) This n8n workflow automatically monitors equipment health by fetching real time metrics like tem...

Best for

  • DevOps automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.converttofile, n8n-nodes-base.googledrive, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.microsoftteams

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Alert on equipment health issues with Google Sheets and MS Teams integration
Workflow name
Alert on equipment health issues with Google Sheets and MS Teams integration

⚙️ Advanced Equipment Health Monitor with MS Teams Integration (n8n | API | Google Sheets | MSTeams)

This n8n workflow automatically monitors equipment health by fetching real-time metrics like temperature, voltage and operational status. If any of these parameters cross critical thresholds, an alert is instantly sent to a Microsoft Teams channel and the event is logged in Google Sheets. The workflow runs every 15 minutes by default.

⚡ Quick Implementation Steps

  1. Import the workflow JSON into your n8n instance.
  2. Open the "Set Config" node and update:
    • API endpoint
    • Teams webhook URL
    • Threshold values
    • Google Sheet ID
  3. Activate the workflow to start receiving alerts every 15 minutes.

🎯 Who’s It For

  • Renewable energy site operators (solar, wind)
  • Plant maintenance and operations teams
  • Remote infrastructure monitoring services
  • IoT-integrated energy platforms
  • Enterprise environments using Microsoft Teams

🛠 Requirements

Tool Purpose
n8n Instance To run and schedule automation
HTTP API Access to your equipment or IoT platform health API
Microsoft Teams Incoming Webhook URL configured
Google Sheets Logging and analytics
SMTP (optional) For email-based alternatives or expansions

🧠 What It Does

  • Runs every 15 minutes to check the latest equipment metrics.
  • Compares values (temperature, voltage, status) against configured thresholds.
  • Triggers a Microsoft Teams message when a threshold is breached.
  • Appends the alert data to a Google Sheet for logging and review.

🧩 Workflow Components

  • Set Node: Configures thresholds, endpoints, webhook URL and Sheet ID.
  • Cron Node: Triggers the check every 15 minutes.
  • HTTP Request Node: Pulls data from your equipment health monitoring API.
  • IF Node: Evaluates if conditions are within or outside defined limits.
  • MS Teams Alert Node: Sends structured alerts using a Teams incoming webhook.
  • Google Sheets Node: Logs alert details for recordkeeping and analytics.

🔧 How To Set Up – Step-by-Step

  1. Import Workflow:

    • In n8n, click Import and upload the provided .json file.
  2. Update Configurations:

    • Open the Set Config node.
    • Replace the placeholder values:
      • apiEndpoint: URL to fetch equipment data.
      • teamsWebhookUrl: Your MS Teams channel webhook.
      • temperatureThreshold: Example = 80
      • voltageThreshold: Example = 400
      • googleSheetId: Google Sheet ID (must be shared with n8n service account).
  3. Check Webhook Integration:

    • Ensure your MS Teams webhook is properly authorized and points to a live channel.
  4. Run & Monitor:

    • Enable the workflow and view logs/alerts.
    • Adjust thresholds as needed.

🧪 How To Customize

Customization How
Add more parameters (humidity, pressure) Extend the HTTP + IF node conditions
Change alert frequency Edit the Cron node
Use Slack or Email instead of Teams Replace MS Teams node with Slack or Email node
Add PDF Report Generation Use HTML → PDF node and email the report
Export to Database Add a PostgreSQL or MySQL node instead of Google Sheets

➕ Add‑ons (Advanced)

Add-on Description
📦 Auto-Ticketing Auto-create issues in Jira, Trello or ClickUp for serious faults
📊 Dashboard Sync Send real-time logs to BigQuery or InfluxDB
🧠 Predictive Alerts Use machine learning APIs to flag anomalies
🗂 Daily Digest Compile all incidents into a daily summary email or Teams post
📱 Mobile Alert Integrate Twilio for SMS alerts or WhatsApp notifications

📈 Example Use Cases

  1. Monitor solar inverter health for overheating or voltage drops.
  2. Alert field engineers via Teams when a wind turbine sensor fails.
  3. Log and visualize hardware issues for weekly analytics.
  4. Automate SLA compliance tracking through timely notifications.
  5. Ensure distributed infrastructure (e.g., substations) are always in operational range.

🧯 Troubleshooting Guide

Issue Possible Cause Solution
No Teams alert Incorrect webhook URL or formatting Recheck the Teams webhook and payload
Workflow not triggering Cron node misconfigured Ensure it’s set to run every 15 mins and workflow is active
Google Sheet not updating Sheet ID is wrong or not shared Share Sheet with your n8n Google service account
No data from API Endpoint URL is down or wrong Test the endpoint manually with Postman or browser

📞 Need Assistance?

Need help tailoring this to your exact equipment type or expanding the workflow? 👉 Contact WeblineIndia – Expert automation partners for renewable energy, infrastructure and enterprise workflows.

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 - HTTP Request

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

Block 2 - Convert to File

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

Block 3 - Upload file

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

Block 4 - Condition check for Temp and voltage

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

Block 5 - Schedule Trigger for Every 15 Min

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

Block 6 - Create chat message

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

3. Summary Table

Workflow Alert on equipment health issues with Google Sheets and MS Teams integration
Complexity intermediate
Nodes 6
Categories DevOps
Author WeblineIndia
Published 04 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6958/6958.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 Alert on equipment health issues with Google Sheets and MS Teams integration do?

️ Advanced Equipment Health Monitor with MS Teams Integration (n8n API Google Sheets MSTeams) This n8n workflow automatically monitors equipment health by fetching real time metrics like tem...

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