telegram-forwarder

n8n node to forward Telegram messages between chats or topics

Package Information

Downloads: 1 weekly / 11 monthly
Latest Version: 0.1.0
Author: phamhius

Documentation

n8n-nodes-telegram-forwarder

This is an n8n community node that allows you to forward Telegram messages between chats or topics.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter @phamhius/n8n-nodes-telegram-forwarder in Enter npm Package Name
  4. Agree to the risks of using community nodes
  5. Select Install

Manual Installation

To get started install the package in your n8n root directory:

npm install @phamhius/n8n-nodes-telegram-forwarder

For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:

RUN cd /usr/local/lib/node_modules/n8n && npm install @phamhius/n8n-nodes-telegram-forwarder

Operations

This node supports the following operations:

  • Forward Message: Forward messages from one Telegram chat/topic to another
  • Copy Message: Copy messages between chats while preserving formatting
  • Bulk Forward: Forward multiple messages at once

Credentials

This node requires Telegram Bot API credentials. You'll need:

  • Bot Token: Your Telegram Bot API token (get it from @BotFather)

Compatibility

  • Tested with n8n version 1.0.0+
  • Requires n8n-workflow peer dependency

Usage

  1. Add the Telegram Forwarder node to your workflow
  2. Configure your Telegram Bot credentials
  3. Set the source and destination chat IDs
  4. Configure forwarding options
  5. Execute the workflow

Resources

License

MIT

Discussion