I’m trying to connect to Telegram via a webhook, and I want my Telegram bot to send messages to topics when task statuses change or new tasks are created. The bot is written in python, and taiga is deployed according to this guide: https://www.techrepublic.com/article/how-to-quickly-deploy-the-taiga-kanban-platform-with-docker/
To briefly describe the problem: for some reason, when I try to add a url to a webhook, it is considered incorrect, and when I add one that meets the requirements, the bot does not receive messages about changes. Please help me, what should I do in this case?