Telegram Community Bot (Unverified)
detail.loadingPreview
A community-contributed n8n workflow for interacting with Telegram.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is a community-contributed template for n8n that allows for basic interaction with the Telegram platform. It's designed to be a starting point for users looking to build Telegram bots or integrate Telegram into their automation processes. As it's unverified, it may require further configuration or testing before production use.
Key Features
- Triggers workflows based on incoming Telegram messages.
- Sends responses back to Telegram users.
- Utilizes n8n's robust automation capabilities for custom logic.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'Telegram Trigger' node with your bot token and desired updates.
- Configure the 'Telegram' node with your bot token and the chat ID to send messages to (you can dynamically get this from the trigger node).
- Add any custom logic between the trigger and the Telegram send node.
Apps Used
Workflow JSON
{
"id": "b0680f9a-b7a5-4b2f-80fa-0f2d25edc296",
"name": "Telegram Community Bot (Unverified)",
"nodes": 0,
"category": "Telegram",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b0680f9a-b7a5...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed Telegram Template (Unverified)
This template allows for community contributions to a Telegram bot, but the contributions have not yet been verified.
Community Contributed Telegram Chatbot (Unverified)
An unverified community-contributed template for a Telegram chatbot.
Telegram Community Contributed (Unverified)
This workflow template allows users to submit content to a Telegram channel, which is then processed and potentially reviewed.
Telegram Bot Responds to Webhook
This workflow receives messages via a webhook and sends a personalized response back to the Telegram chat.
Telegram Response Generator
Generates responses to Telegram messages using an AI model.
Telegram Echo Bot
A simple Telegram bot that echoes back the received message content in JSON format.