AI Taxi Booking Auto-Cancellation & Notification (Prod-Ready)
Automates checking Postgres for expired taxi bookings every 5 mins, cancels them, deletes Google Calendar events, and sends AI-generated multi-language replies.
This production-ready n8n workflow serves as the backend for a taxi booking support chatbot. Triggered every 5 minutes via Schedule Trigger, it queries a Postgres database for OPEN or HOLD bookings older than 10 minutes. For qualifying bookings, it updates the status to CANCELLED, deletes the associated Google Calendar event, and optionally uses an AI Agent to generate a personalized, multi-language reply message to the user.
Key features include scaling design for n8n Queue mode, customizable
Platform
n8n
Category
Utilities
Price
$22.99
Creator
Jose Maurino
taxi-booking
ai-agent
postgres
google-calendar
chatbot
scheduling
automation
multi-language
production-ready
n8n
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.