Hello there!
Problem : Activity Recieve message from the Telegram Package won’t work while the telegram Bot
has a webhook activated (https://api.telegram.org/YOURBOT/getwebhookinfo).
Context : My telegram bot is linked to a chatbot I created in Azure (microsoft) and it needs the webhook to make the connection. With my uipath robot, I want to catch the message with the activity (since selection in the telegram window is not possible or precise). So I found the activity, but it works only when I remove the webhook, and then my bot is dead…
Goal : Some message should trigger the uipath robot to do something, so there is an infinity loop that checks every second if a message arrived and if it contains some specific text (the bot answers in a predictive way).
Any idea how to go around that?
Or should I use another medium (skype doesn’t seem nice either…)? Some experience?