Skip to main content

AI chatbot call center: demo call back (production-ready, part 6)

Workflow preview

Workflow preview
100%
AI chatbot call center: demo call back (production-ready, part 6) 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: Demo Call Back 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 T...

Best for

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

Tools used

n8n-nodes-base.switch, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.httprequest, n8n-nodes-base.telegram, n8n-nodes-base.stickynote, n8n-nodes-base.if

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: demo call back (production-ready, part 6)
Workflow name
AI chatbot call center: demo call back (production-ready, part 6)

Workflow Name: πŸ’¬ Demo Call Back

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
  • Telegram node
  • HTTP Request node
  • If node, Code node, Edit Fields (Set)

Prerequisite

Production Features

  • Scaling Design for n8n Queue mode in production environment
  • Optional Provider Data from external Database with Caching Mechanism.
  • Optional AI Clone Voice Message response via MiniMax API with Multi-Languages support.
  • Optional Backup Chat Log to Database, so you can use in APP/API building.
  • Testing Flow with or without dependance on other workflow.
  • Multi Chatbot (This is a demo for Telegram, you can add WhatsApp, Line, etc)
  • Error Management

What this workflow does?

This is a n8n Telegram Output Workflow. It will receive message from other Sub-workflow then output to Telegram for Message, or Replay Message and extra Voice Message.

How it works

  • The Flow Trigger node will wait for the message from other Sub-workflow.
  • When message is received, it will first check for the matching Provider from the PostgreSQL database.
  • Then determine if it is a Voice message to Text message.
  • OPTIONAL. For voice message, use the MiniMax API to generate a voice message, then send it to Telegram.
  • Finally, send the text to Telegram.

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 Provider Cache and Save Provider Cache.
  4. Create you Postgres credentials, refer to n8n integration documentation for more information.
  5. Select your Credentials in Load Member Data, Create Chat Log Input, and Create Chat Log Output.
  6. Create you Telegram credentials, refer to n8n integration documentation for more information.
  7. Select your Credentials in Telegram Voice Output, Telegram Reply Output, and Telegram Output.

AI Clone Voice setup instructions (Optional)

You can clone any voice with MiniMax

  1. Go to https://www.minimax.io/ and create a MiniMax account
  2. Setup the Database with the required variables found in the MiniMax TTS node
  3. That’s it

How to adjust it to your needs

  1. By default, this template will use the sys_provider table provider information, you could change it for your own design.
  2. The demo use MiniMax API for AI voice cloning, you could implement any other AI your choice.
  3. The Backup Chat Log will backup all chat conversion line by line. You can use it for you own APP/API development.

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 - Media Switch

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

Block 2 - Flow Trigger

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

Block 3 - Input

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

Block 4 - Test Trigger

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

Block 5 - Test Fields

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

Block 6 - Download Minimax Audio

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Telegram Voice Output

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - If Provider No

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

Block 12 - Provider Cache

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

Block 13 - Save Provider Cache

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

Block 14 - If Provider Cache

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

Block 15 - Provider

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

Block 16 - Load Provider Data

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

Block 17 - If Provider Voice

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

Block 18 - Sticky Note3

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

Block 19 - Switch

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

Block 20 - Create Chat Log Output

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

Block 21 - Create Chat Log Input

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

Block 22 - If Input

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

Block 23 - Output

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

Block 24 - Media Switch1

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

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

3. Summary Table

Workflow AI chatbot call center: demo call back (production-ready, part 6)
Complexity advanced
Nodes 35
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/4050/4050.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: demo call back (production-ready, part 6) do?

Workflow Name: Demo Call Back 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 T...

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.