What are you trying to achieve?
Hello everyone!
I’m trying to create a bot in Telegram. I created the bot via @BotFather. Then, I’m implementing all the bot’s logic in Make.com.
I ran into a very frustrating problem.
The first module is Telegram Bot > Watch updates. I enter the token, create the connection. Then I add the next module: Telegram Bot > Send a text message or a reply. I set a simple response to any message — everything works.
Then I change something in the Send a text message or a reply module (no metter what in that case). I run the scenario again and get an error. Okay, I did something wrong — it happens. I roll back the changes, run the scenario again, select “process new request” — but I still get the same error.
After a long struggle, I did this:
I deleted the bot and created a new one, deleted the token, the webhook, and the connection. I created a new scenario. Everything works. I fixed the issue that caused the original error. Everything is fine, the bot works, so I continue.
I add a Router module. Then I add another Send a text message or a reply module. I configure it — everything works. Then I complicate the logic and reconfigure the second Send a text message or a reply module — and I get the other error again.
I roll back the scenario settings to a previously working state, but I still get the same error no matter which requests I process — old or new.
I start looking for a solution. I can’t just keep recreating bots and scenarios every time an error happens.
I found out how to delete a webhook and set a new one, but that doesn’t help.
I still haven’t found a way to solve this problem. Please help.