workflows.fit
Back to n8n workflows
n8n templateFreeBy Un tal Camilo Medina

Configure Telegram bot webhooks with form automation

🤖 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, this tool does it for y...

Core NodesForm TriggerSetFormSticky Note
Loading interactive preview...

Template notes

🤖 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, this tool does it for you automatically.

How It Works

The workflow consists of three main steps:

1. Form Input: A web form collects your bot token and webhook URL 2. URL Construction: Automatically builds the correct Telegram API URL 3. Redirect: Takes you directly to the Telegram API to complete the configuration

What You Need

- Bot Token: Get this from @BotFather on Telegram (format: 123456789:ABCdefGHIjklMNOpqrsTUVwxyz) - Webhook URL: Your n8n webhook endpoint (must be HTTPS)

Setup Instructions