What is your goal?
My goal is to set up a simple Telegram automation where the ‘Watch Updates’ module triggers every time a new message is posted in a specific Telegram Channel. I want to capture the text of the message for further processing
What is the problem & what have you tried?
The Telegram “Watch Updates” module is not receiving any data bundles. When I click “Run once”, the scenario stays in a listening state, but nothing happens when I post in the channel or message the bot directly.
Steps I have already taken:
Privacy Mode: Disabled via BotFather.
Permissions: The bot is an Administrator in the channel with full access to messages.
Choose where to start: I have manually set this to “All” and “From now on” multiple times.
Connection: I have deleted and re-created the connection with a fresh API token from BotFather.
Webhook Check: I checked getWebhookInfo in my browser; it shows a valid URL, but no updates are being delivered to the Make scenario.
Error messages or input/output bundles
There are no specific error codes (like 403 or 404). The module simply stays in a constant state of “Waiting for data”. No output bundles are generated because the webhook handshake seems to be failing or silent.
Create public scenario page
Will provide upon request if needed