Back to work
n8nCase study

Low Stock Alert Automation

Daily inventory monitoring workflow that scans Google Sheets for premium extension items below threshold and sends Slack alerts when stock falls under 5, with Gmail error reporting for failures.

n8n · workflow canvasproduction build
Low Stock Alert Automation workflow

Context

Operations teams needed an automated way to watch premium extension inventory levels every day and get alerted immediately when stock dropped below a critical threshold.

Approach

Built two connected n8n workflows: the main flow runs on a daily schedule, reads the inventory sheet, filters for Premium Extension items with stock under 5, and posts a Slack alert only when low stock is detected; a separate error path emails the admin on failures.

Architecture

  1. Cron schedule
  2. Google Sheets fetch
  3. aggregate rows
  4. filter for category Premium Extension and stock < 5
  5. low stock?
  6. yes: Slack alert
no
  1. no-op
  2. Error Trigger
  3. Gmail error alert

Results

~2 hrs/weekInventory check time saved
Before depletionStockouts caught
EliminatedManual sheet review