Back to Templates
This workflow creates a simple web form that helps you configure Telegram bot webhooks quickly. Instead of manually constructing the Telegram API URL, this tool does it for you automatically.
The workflow consists of three main steps:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz
)Field | Description | Example |
---|---|---|
Bot API Token | Token from BotFather | 123456789:ABCdefGHIjklMNOpqrsTUVwxyz |
Webhook URL | Your n8n webhook endpoint | https://your-instance.app.n8n.cloud/webhook/telegram |
https://api.telegram.org/bot{TOKEN}/setWebhook?url={WEBHOOK_URL}
n8n Cloud: https://your-instance.app.n8n.cloud/webhook/telegram-bot
Self-hosted: https://your-domain.com/webhook/telegram-bot
Invalid Token Error: Make sure you copied the complete token from BotFather
Webhook Error: Ensure your URL is publicly accessible and uses HTTPS
SSL Error: Verify your webhook URL has a valid SSL certificate
This tool simply automates the manual process of visiting the Telegram API URL to configure your bot's webhook. Perfect for developers who frequently set up or change Telegram bot configurations.