## The Problem
Telegram-triggered workflows can fail silently if the webhook isn't configured correctly. Makers only discover the issue at runtime β often after publishing.
## The Solution
Validate Telegram webhook configuration when saving:
β Check bot token is valid (API call to Telegram)
β Verify webhook URL is reachable
β Test the connection before saving
β Show clear error messages with fix suggestions
## Why It Matters
β Catch errors early, not in production
β Better Maker experience
β Fewer failed workflows and support requests
β Builds trust in the platform
## Links
β GitHub #888
π¬ What other triggers need better validation?