๐Ÿ’ฌ AI chatbot call center: Telegram call in (production-ready, part 1a)

โšก 428 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: ๐Ÿค™ Telegram Call In

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 Call In Workflow. It will wait for message from Telegram bot and sent to the Call Center to process.

How it works

Set up instructions

n8n-nodes-google-speech

  1. Pull and Set up the required SQL from our Github repository.
  2. Go User > Settings > Community nodes, install n8n-nodes-google-speech node
    1. Follow https://www.npmjs.com/package/n8n-nodes-google-speech
    2. Setup the Google STT node
  3. Create you Telegram credentials, refer to n8n integration documentation for more information.
  4. Select your Credentials in Telegram Trigger
  5. Create you Redis credentials, refer to n8n integration documentation for more information.
  6. Select your Credentials in Member Cache and Save Member Cache.
  7. Create you Postgres credentials, refer to n8n integration documentation for more information.
  8. Select your Credentials in Load Member Data.
  9. FOR TEST ONLY. Enable the Telegram Test Output for testing from the Test Input.
  10. Remember to activate this workflow for incoming message.

How to adjust it to your needs

  1. By default, this template will use the sys_member table for member information, you could change it for your own design.
  2. The demo implementation does not include failed member loading situation, you should implement based on your needs, e.g. if is_active is not true, doโ€ฆ
  3. You can replace the sub-workflow Demo Call Back and Demo Call Center to another flow as needs.

๐Ÿ”— Nodes Used

Postgres, Redis, Telegram, Telegram Trigger, Execute Sub-workflow, Extract from File

๐Ÿ“ฅ Import

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

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