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

โšก 483 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 Worker

Template was created in n8n v1.90.2

Skill Level: High

Categories: n8n, Chatbot

Stacks

Prerequisite

Production Features

What this workflow does?

This is a n8n Taxi Booking Worker, the worker node to process the job. It will wait for message from the Call Center node and handle the real process here. In this particular case, it will check the input number for the selected provider, then update the booking from NEW to OPEN, then clean up the orphan data.

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 Booking, Set Open Booking, Sync Booking Google Cal, and Save User Memory.
  4. Create you Redis credentials, refer to n8n integration documentation for more information.
  5. Select your Credentials in Reset Session, Reset Session 2, Delete Provider Number and Delete Route Data.
  6. Create your Google Calendar credentials, refer to n8n integration documentation for more information.
  7. Create a Google Calendar, e.g. DEMO
  8. Select your Credentials in Create Event, and select the above Calendar
  9. FOR TEST ONLY. Enable the Telegram Test Output for testing from the Test Input.

How to adjust it to your needs

  1. You can specific a number to trigger the specific action based on your needs.
  2. The current action only create a event in Google Calendar, you can do more based on your needs.
  3. You can replace the sub-workflow trigger Flow Trigger and Call Back to another flow as needs.

๐Ÿ”— Nodes Used

Postgres, Redis, Execute Sub-workflow, Google Calendar, Execute Workflow Trigger, Chat Trigger

๐Ÿ“ฅ Import

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

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