๐Ÿ’ฌ AI chatbot call center: Taxi service (Production-ready, part 3)

โšก 436 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 Service

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 Service Workflow demo. It is the core node for Taxi Service. It will receive message from the Call Center Workflow, handling the QA from the caller, and pass to each of the Taxi Service Provider Workflow to process the estimation.

How it works

Set up instructions

  1. Pull and Set up the required SQL from our Github repository.
  2. Create you Redis credentials, refer to n8n integration documentation for more information.
  3. Select your Credentials in Service Cache, Save Service Cache, Reset Session, Delete Route Data, Route Data, Update User Session and Create Route Data.
  4. Create you Postgres credentials, refer to n8n integration documentation for more information.
  5. Select your Credentials in Load Service Data, Postgres Chat Memory, Load User Memory and Save User Memory.
  6. Modify the AI Agent prompt to fit your need
  7. Set you Google Map API key in Find Route Distance

How to adjust it to your needs

  1. By default, this template will use the sys_service table provider information, you could change it for your own design.
  2. You can use any AI Model for the AI Agent node
  3. Learn we use the prompt for the Load/Save User Memory on demand.
  4. Include is our prompt for the taxi service. It is a flexible design which use the data from the Service node to customize the prompt, so you could duplicate this workflow as another service.
  5. Create difference Taxi Providers to process the and feedback the estimate.

๐Ÿ”— Nodes Used

Postgres, Redis, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Chat Trigger

๐Ÿ“ฅ Import

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

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