Telegram Bot Responds to Webhook
detail.loadingPreview
This workflow receives messages via a webhook and sends a personalized response back to the Telegram chat.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow acts as a simple Telegram bot. It's designed to listen for incoming messages through a webhook. Upon receiving a message, it extracts the message content and sends a customized reply back to the originating Telegram chat, including the recipient's name.
Key Features
- Receives messages via a webhook endpoint.
- Sends dynamic responses back to a Telegram chat.
- Includes recipient's first name in the response.
- Robust error handling for workflow execution.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Telegramnode with your Telegram bot token and the targetchatId. - Ensure the
Webhooknode's path (/telegramin this example) is accessible. - Send messages to your Telegram bot, and it will respond.
Apps Used
Workflow JSON
{
"id": "3f7faa02-a5bd-4338-aa90-ef304a52ab77",
"name": "Telegram Bot Responds to Webhook",
"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: 3f7faa02-a5bd...
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
Telegram Response Generator
Generates responses to Telegram messages using an AI model.
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 Bot (Unverified)
A community-contributed n8n workflow for interacting with Telegram.
Telegram Community Contributed (Unverified)
This workflow template allows users to submit content to a Telegram channel, which is then processed and potentially reviewed.
Telegram Echo Bot
A simple Telegram bot that echoes back the received message content in JSON format.