Setup
- Add or edit a bot in the web UI
- Enable Proxy mode
- Set Backend URL to the webhook endpoint (e.g.,
https://legacy-bot.example.com/webhook) - Optionally set Secret Token (sent as
X-Telegram-Bot-Api-Secret-Tokenheader) - Save
Webhook Responses
The backend can respond with a webhook-style reply — JSON with amethod field — and BotMux will proxy it back to the Telegram API.
Health Monitoring
- Automatic health checks every 60 seconds
- Status visible in the dashboard
- Manual CHECK WEBHOOK button in bot detail view