Back to work
n8nCase study

Automated Staff Recognition & Coaching Pipeline

Sentiment-based feedback automation that classifies Tally submissions into kudos or coaching, posts public recognition to Discord with retry handling, and sends private HR coaching alerts with Google Sheets logging.

n8n · workflow canvasproduction build
Automated Staff Recognition & Coaching Pipeline workflow

Context

Teams needed a structured way to turn client feedback into either public recognition for strong performance or private coaching for improvement, while still handling anonymous submissions and failed Discord posts cleanly.

Approach

Built two connected n8n workflows: the intake flow parses Tally feedback, checks whether a staff name is present, routes named submissions by sentiment into kudos or coaching branches, retries failed kudos posts after 2 minutes, and logs every outcome to Google Sheets; a separate error monitor emails the admin on workflow failures.

Architecture

  1. Webhook POST (Tally feedback)
  2. Parse + classify
  3. Staff name present?
  4. No: Gmail missing-name alert + Sheets unattributed log
Yes
  1. sentiment routing
  2. Kudos: Discord post
  3. if failed wait 2 min
  4. retry Discord
  5. Gmail fallback alert
Coaching
  1. Gmail HR alert + Sheets coaching entry + Sheets service log
  2. Error Trigger
  3. Gmail admin failure alert

Results

~2 hrs/weekFeedback processing time saved
Instant, down from manager review cycleRecognition delivery time
Automatically via retryFailed Discord posts recovered