(This is a continuation of Using the same telegram bot in different cases)
Okay, I have made more investigations on my problem and it seems I can draw some (negative) conclusion :
I want to listen to posts in private conversation with telegram bot and also posts in a private group where the bot is set as an admin. Depending on the place (in private conversation or in group), I want to trigger a scenario or another.
- I set a telegram watch update module as a trigger in scenario A, and I create a first telegram webhook.
- I test it (by sending a post in private conversation with the bot), it works perfect.
- in a scenario B, I set a telegram watch updates trigger. I asks me to create another webhook. I create it with another name.
- if I test scenario A by sending a message in private conversation with bot like in step 2, now it does not work. The scenario that have been triggered is scenario B, not scenario A.
I understand that in Make it is impossible to listen to telegram updates in different chats to trigger different scenarios. Can you confirm it ?
There is no information about that in the documentation.
It should be technically possible. I can do that with IFTTT for instance.