Hi all,
I’ve created a scenario to send Telegram Channel messages to Discord.
it works like a charm if I post messages or images manually, but when I try to post the message via API the Watch Updates module doesn’t trigger.
I have an app that sends a screenshot to the Telegram channel every time I press a key, but apparently, this message doesn’t count for the Make module although it sends a notification to all the channel users.
Do you know how to modify the Telegram Watch Updates module to recognize them as new messages so it can trigger?
Looks like an issue with Watch updates trigger configuration. Kindly send the screenshot of the Watch Updates trigger.
As a workaround, there is a setWebhook endpoint for Telegram bot: Telegram Bot API.
On successfully posting the message via API, you can trigger webhook to send messages to Discord.
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!