Skip to main content

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

Workflow preview

Workflow preview
100%
AI chatbot call center: Taxi booking worker (production-ready, part 5) preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Workflow Name: ‍ ️ Taxi Booking Worker Template was created in n8n v1.90.2 Skill Level: High Categories: n8n, Chatbot Stacks Execute Sub workflow Trigger node Chat Trigger node Redis node Postgre...

Best for

  • Support Chatbot automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.redis, n8n-nodes-base.postgres, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.switch

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ChatPayLabs.

Original n8n.io source

1.1 Workflow description

Title
AI chatbot call center: Taxi booking worker (production-ready, part 5)
Workflow name
AI chatbot call center: Taxi booking worker (production-ready, part 5)

Workflow Name: 👷‍♂️ Taxi Booking Worker

Template was created in n8n v1.90.2

Skill Level: High

Categories: n8n, Chatbot

Stacks

  • Execute Sub-workflow Trigger node
  • Chat Trigger node
  • Redis node
  • Postgres node
  • Google Calendar node
  • Execute Sub-workflow
  • If node, Switch node, Code node, Edit Fields (Set)

Prerequisite

  • Execute Sub-workflow Trigger: Call In Center (or your own node)
  • Sub-workflow: Demo Call Back (or your own node)

Production Features

  • Scaling Design for n8n Queue mode in production environment
  • Customize Open Booking Action
  • Integrate with Long Term Memory backup.
  • Error Management

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

  • The Form Trigger node will wait for the message from any node with the input in number.
  • First check for NEW booking under the same chat session
  • For input 0, which is cancel
    • Reset the user session in Redis memory
  • For input 1 or above, which is the provider selection number
    • Set the booking status to OPEN in database
    • OPTIONAL Save the summary to User Memory database
    • OPTIONAL Create a new Event in Google Calendar and sync to the database
    • Reset the user session in Redis memory
  • Afterward, process data clean up
    • Delete the provider selection number queue in Redis
    • Delete the route data in Redis
    • OPTIONAL Delete the chat memory with current session
  • Finally, output the response to the Call Back node

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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Flow Trigger

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 2 - Input

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Test Trigger

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 4 - Test Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Reset Session

Type / Role
n8n-nodes-base.redis - redis
Config choices
Version 1

Block 6 - Error Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Set Open Booking

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 8 - Save User Memory

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.6

Block 9 - Delete Route Data

Type / Role
n8n-nodes-base.redis - redis
Config choices
Version 1

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Delete Provider Number

Type / Role
n8n-nodes-base.redis - redis
Config choices
Version 1

Block 13 - If Booking

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - If Not Zero

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Cancel Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Reset Session 2

Type / Role
n8n-nodes-base.redis - redis
Config choices
Version 1

Block 22 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 23 - English

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 24 - Chinese

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow AI chatbot call center: Taxi booking worker (production-ready, part 5)
Complexity advanced
Nodes 33
Categories Support Chatbot, AI Chatbot
Author ChatPayLabs
Published 14 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4048/4048.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does AI chatbot call center: Taxi booking worker (production-ready, part 5) do?

Workflow Name: ‍ ️ Taxi Booking Worker Template was created in n8n v1.90.2 Skill Level: High Categories: n8n, Chatbot Stacks Execute Sub workflow Trigger node Chat Trigger node Redis node Postgre...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.