I have several TradingView strategies that fire technical-indicator alerts throughout the day. I now need a lightweight webhook that will listen to those alerts and forward them straight into a designated Telegram chat as plain text. Key requirements • The webhook must accept TradingView’s standard alert JSON and immediately push the content to Telegram via a bot token I will provide. • Messages in Telegram should arrive as simple text (no charts or links), preserving any variable placeholders I include in the TradingView alert template. • Reliability matters more than fancy UI, so clean, well-documented code—Node.js, Python, or Go are all fine—is preferred. Please include clear setup instructions (bot creation, environment variables, and how to host/deploy). A quick test showing a sample indicator signal arriving in Telegram will be the acceptance criterion.