Skip to main content

Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack

Workflow preview

Workflow preview
100%
Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack preview
Open on n8n.io

1. Workflow Overview

Who’s it for Property managers and operations teams who want better visibility into unresolved maintenance requests. What this workflow does This workflow logs incoming maintenance requests, classi...

Best for

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

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.switch, n8n-nodes-base.slack, n8n-nodes-base.emailsend

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack
Workflow name
Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack

Who’s it for

Property managers and operations teams who want better visibility into unresolved maintenance requests.

What this workflow does

This workflow logs incoming maintenance requests, classifies urgency using AI, and tracks whether issues are resolved within a defined SLA. If requests remain unresolved, it escalates them automatically based on priority and sends daily summary reports.

How it works

Maintenance requests are received via a form or webhook and logged in Google Sheets. After a configurable delay, the workflow checks resolution status and routes unresolved issues through different escalation paths.

How to set up

  • Connect a form or webhook for maintenance intake
  • Configure the OpenAI node for urgency classification
  • Set your SLA delay window
  • Connect Google Sheets for tracking
  • Configure Slack and Email notifications

Requirements

  • Google Sheets
  • Slack and Email credentials
  • OpenAI API key

How to customize

  • Adjust SLA timing
  • Add vendor notifications
  • Expand escalation logic

Created by QuarterSmart — Hyrum Hurst

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 - Maintenance Request Webhook

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

Block 2 - Workflow Configuration

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

Block 3 - Normalize Request Fields

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

Block 4 - Classify Urgency with AI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 5 - Log Request to Sheets

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

Block 6 - Wait for SLA Window

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

Block 7 - Check Request Status

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

Block 8 - Check if Resolved

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 9 - Route by Urgency

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 10 - Send Slack Alert (High)

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

Block 11 - Email Manager (High)

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

Block 12 - Send Slack Alert (Medium)

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

Block 13 - Log Low Priority (No Alert)

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

Block 14 - Daily Summary Schedule

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

Block 15 - Get Unresolved Requests

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

Block 16 - Aggregate Unresolved Requests

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

Block 17 - Send Daily Summary Email

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

Block 18 - Sticky Note

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

Block 19 - Sticky Note1

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

Block 20 - Sticky Note2

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

Block 21 - Sticky Note3

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

Block 22 - Sticky Note4

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

3. Summary Table

Workflow Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack
Complexity advanced
Nodes 22
Categories Project Management, AI Summarization
Author Hyrum Hurst
Published 13 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12687/12687.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 Escalate unresolved maintenance requests with GPT-4o, Google Sheets and Slack do?

Who’s it for Property managers and operations teams who want better visibility into unresolved maintenance requests. What this workflow does This workflow logs incoming maintenance requests, classi...

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