Skip to content

Isaac24Karat/customer-booking-reminder-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Customer Booking Reminder Bot (n8n Workflow)

Status Built With Focus License Last Update

Project Pitch:
I built a simple n8n workflow that monitors upcoming customer transfers and automatically sends reminders if the booking is within the next 24 hours.
This workflow helps improve customer communication, reduce missed pickups, and optimize operational efficiency.


System Diagram

Customer Booking Reminder Bot Diagram


What it Does

  • Receives a list of bookings with transfer dates
  • Checks if any booking is scheduled within the next 24 hours
  • Sends an automated reminder notification for upcoming bookings
  • Logs reminder actions for future reference

Technologies Used

  • n8n (workflow automation)
  • Webhook Node (input trigger)
  • DateTime Comparison (Function Node) (to calculate 24-hour windows)
  • Email Node or Set Node (simulate reminder sending)
  • Set Node (logging)

Files

  • customer-booking-reminder-workflow.json β€” Exported n8n workflow file
  • customer-booking-reminder-diagram.png β€” Visual system diagram

πŸ“ Reminder Personalization Logic

  • Reminders adjust based on booking time + user timezone
  • Can exclude return-trip reminders for one-way bookings

Future Work

  • Add support for SMS and push notification reminders
  • Pull customer preferences from CRM for personalized timing
  • Log missed pickups and retry logic
  • Integrate with multilingual templates for broader customer support

Demo built for AI Agent Implementation Manager portfolio presentation.

About

Automated reminder system for customer bookings using n8n.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors