πŸ“‹ Monitor stuck tasks in Monday.com with automated Slack alerts

⚑ 234 views Β· πŸ“‹ Project Management

Description

πŸ§‘β€πŸ’» Description

This workflow checks a Monday.com board/group for items with Status = β€œStuck” and sends a Slack alert (e.g., to a user or channel). Great for nudging owners on blocked work without manual chasing.


βš™οΈ Setup Instructions

1️⃣ Connect Monday.com Node

  1. In Monday.com β†’ go to your Admin β†’ API
  2. In n8n β†’ Credentials β†’ New β†’ Monday.com API
    • Paste your token and save.
  3. Open the Get many items node β†’ choose your credential β†’ set your Board ID and Group ID (these must match where your items live).

2️⃣ Connect Slack API

  1. Create an app β†’ https://api.slack.com/apps
  2. OAuth & Permissions β†’ add scopes:
    • chat:write (send messages)
    • channels:read, groups:read, users:read (to look up channels and users)
  3. Install the app to your workspace β†’ copy the Bot User OAuth Token
  4. In n8n β†’ Credentials β†’ New β†’ Slack OAuth2 API β†’ paste token and save
  5. In the Slack node (β€œAlert Team”), select your Slack credential and pick a user or channel.

🧠 How it works


βœ… Tips


πŸ“¬ Contact

Need help mapping custom columns or routing alerts by owner?

πŸ“§ robert@ynteractive.com
πŸ”— Robert Breen
🌐 ynteractive.com

πŸ”— Nodes Used

Slack, Monday.com, Filter

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup