Block 1 - Webhook Configuration Form
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Telegram Bot Webhook Configuration Tool This workflow creates a simple web form that helps you configure Telegram bot webhooks quickly. Instead of manually constructing the Telegram API URL, thi...
n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.form, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Un tal Camilo Medina.
Original n8n.io sourceThis 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Configure Telegram bot webhooks with form automation |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | DevOps |
| Author | Un tal Camilo Medina |
| Published | 10 Jun 2025 |
Use the JSON export at /data/workflows/4856/4856.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Telegram Bot Webhook Configuration Tool This workflow creates a simple web form that helps you configure Telegram bot webhooks quickly. Instead of manually constructing the Telegram API URL, thi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.