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)
- Go to Settings > Community Nodes
- Select Install
- Enter
@phamhius/n8n-nodes-telegram-forwarderin Enter npm Package Name - Agree to the risks of using community nodes
- 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
- Add the Telegram Forwarder node to your workflow
- Configure your Telegram Bot credentials
- Set the source and destination chat IDs
- Configure forwarding options
- Execute the workflow