πŸ’¬ AI chatbot call center: demo call back (production-ready, part 6)

⚑ 460 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: πŸ’¬ Demo Call Back

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

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.

πŸ”— Nodes Used

HTTP Request, Postgres, Redis, Telegram, Execute Workflow Trigger, Chat Trigger

πŸ“₯ Import

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

πŸ“– Importing guide Β· πŸ”‘ Credential setup