Back to work
n8nCase study

Guest Logistics Alert Automation

Real-time guest logistics workflow that validates RSVPs, logs confirmed water taxi guests into the event manifest, and sends after-hours Discord alerts to the Project Manager for arrivals after 5:00 PM, keeping event ops informed without manual monitoring.

n8n · workflow canvasproduction build
Guest Logistics Alert Automation workflow

Context

Event teams had to manually review guest RSVPs, verify water taxi transfers, update manifests, and watch for late arrivals after business hours, which increased the chance of missed notifications and delayed coordination.

Approach

Built two interconnected n8n workflows: the main pipeline validates and normalizes RSVP data, filters for confirmed water taxi guests, classifies transfer slots, appends approved records to Google Sheets, and sends Discord alerts for arrivals after 5:00 PM; a separate error handler posts formatted failure notifications to Discord.

Architecture

  1. Webhook POST (guest RSVP)
  2. Validate + normalize
  3. Gate 1: confirmed + water taxi?
  4. No: stop
Yes
  1. classify transfer slot
  2. Format row
  3. Google Sheets append
  4. Gate 2: after 5:00 PM?
  5. No: stop
Yes
  1. format alert
  2. Discord PM alert
  3. Error Trigger
  4. Format failure alert
  5. Discord failure notification

Results

~2 hrs/weekManifest update time saved
Instant, down from manual checkLate-arrival alert time
0%Missed after-hours notices