Hello everyone,
I’m working on a Telegram bot connected to Make.com, and I’ve run into a blocking issue. Here’s what I’m trying to do:
Context:
I’ve set up a weekly automated follow-up system for my clients. In Scenario 2 (Make), the bot sends messages with inline buttons YES / NO.
• If the client clicks YES, I want to receive an alert so I can manually follow up via WhatsApp.
• If they click NO, I just want a Google Sheet update (no alert).
⸻
Problem:
I do not have access to the “Watch Callback Query” module in Make. It doesn’t show up, even after removing and reconnecting the Telegram module.
As a result, I can’t detect inline button clicks at all.
The “Watch Updates” module captures the general message, but not the button click, so my router can’t filter based on YES or NO.
⸻
What I’m looking for:
1. A workaround or alternative module to detect Telegram inline button clicks without “Watch Callback Query.”
2. A reliable way to ensure that:
• The scenario triggers only once per button click (not multiple times),
• I get only one alert per YES, even if the user clicks several times.
Thank you so much if anyone has a solution or has faced this before