Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

n8n-nodes-telegram-client-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-telegram-client-api

n8n nodes for Telegram Client API integration using Telethon

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
9
80%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-telegram-client-api

This package provides n8n nodes for Telegram Client API integration using Telethon, enabling AI agent workflows capable of initiating conversations, listening for responses, maintaining persistent conversations, and supporting concurrent user sessions.

Features

  • Send Messages: Send messages to Telegram users or groups using the Telegram Client API
  • Receive Messages: Listen for incoming messages in real-time using a long-lived Telethon session
  • Support for AI-powered Conversations: Integrate with existing n8n workflows for dynamic, AI-powered conversations
  • Avoid Bot API Limitations: Overcome Telegram Bot API limitations like rate-limiting and lack of context
  • Persistence: Maintain persistent sessions across multiple workflows/users
  • Internal Execution: All logic runs inside the existing n8n container

Installation

You can install this package in n8n via the GUI:

  • Open your n8n instance
  • Go to Settings > Community Nodes
  • Click "Install"
  • Enter "n8n-nodes-telegram-client-api" in the package name field
  • Click "Install"

Usage

Send Message Node

  • Add the "Telegram Client" node to your workflow
  • Select the "Send Message" operation
  • Configure the node with your Telegram Client API credentials
  • Specify the chat ID and message content

Note

This is a placeholder package. The full implementation will be available in a future version.

Keywords

n8n-community-node-package

FAQs

Package last updated on 22 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts