LIVE AUTOMATION 10
Booking + Reminder Automation
A live booking workflow that records a booking, confirms it immediately, waits on the server, and sends the reminder automatically.
BUSINESS PROBLEM
The manual work this replaces
Teams can confirm a booking today and still forget the reminder later. Manual reminder lists create missed messages, duplicated work, and inconsistent customer follow-up.
LIVE WORKFLOW
What happens after one submission
Visitor submits a safe sample booking → PHP gateway validates it → n8n prepares the booking record → saves it to Google Sheets → sends the confirmation immediately → returns proof that the reminder is scheduled → a real Wait node holds the workflow for one minute in the portfolio → the reminder email sends automatically → the reminder event is logged.
REAL EXTERNAL ACTIONS
Proof beyond the browser screen
Real Google Sheets booking write; real confirmation email; real n8n Wait node; real delayed reminder email; reminder log.
VERIFIED TEST
What the final test proved
The final verified test saved BOOK-20260817-P92WFK, sent the booking confirmation, and scheduled the one-minute reminder. The one-minute delay is intentionally short for portfolio viewing; client deployments can use hours or days.
BUSINESS VALUE
Why a business would use it
Replaces manual booking entry, confirmation sending, reminder tracking, timer/calendar checking, and reminder sending.
SAFE BOUNDARIES
What remains under human or client control
The portfolio uses a one-minute wait so a visitor can observe the automation. A client implementation should use the actual booking date, timezone, consent rules, and preferred message channel.
ARCHITECTURE
How the portfolio test reaches the workflow
Browser form → same-domain PHP gateway → authenticated published n8n workflow → business logic and external actions → structured response → live portfolio result. Private workflow URLs and authentication secrets remain server-side.
NEED A VERSION FOR YOUR BUSINESS?
The portfolio flow is designed to be replaced with your real systems and rules.
Client implementations can connect your website, CRM, inbox, database, team, APIs, and operating process while keeping the same automation architecture.