๐Ÿ’ฌ AI chatbot call center: Taxi booking support (production-ready, part 7)

โšก 758 views ยท ๐Ÿ’ฌ Support Chatbots

๐Ÿ’ก Pro Tip โ€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

Workflow Name: ๐Ÿซถ Taxi Booking Support

Template was created in n8n v1.90.2

Skill Level: Mid

Categories: n8n, Chatbot

Stacks

Prerequisite

Production Features

What this workflow does?

This is a n8n Taxi Booking Support, the background node to process the job at scheduled. It is scheduled to check the database for outstanding booking and handle the after sales process. In this particular case, it will check for OPEN booking over 10 minutes, then update the booking status from OPEN to CANCELLED, delete the Calendar event and send a reply to the user.

How it works

Set up instructions

  1. Pull and Set up the required SQL from our Github repository.
  2. Create you Postgres credentials, refer to n8n integration documentation for more information.
  3. Select your Credentials in Open Hold Booking and Set Cancel Booking.
  4. Create your Google Calendar credentials, refer to n8n integration documentation for more information.
  5. Create a Google Calendar, e.g. DEMO
  6. Select your Credentials in Delete Event, and select the above Calendar
  7. Remember to activate this workflow for schedule to run.

How to adjust it to your needs

  1. There should be more status for the booking.
  2. The current action only check for OPEN and HOLD booking, you can do more based on your needs.
  3. You can replace the sub-workflow trigger Call Back to another flow as needs.

๐Ÿ”— Nodes Used

Postgres, Execute Sub-workflow, Google Calendar, Schedule Trigger, AI Agent, xAI Grok Chat Model

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup