Describe the problem/error/question
I have a workflow where that I want to be triggered by either a message from the user or a button push (callback_query). In one trigger node I have selected both the message trigger as well as the callback_query trigger, for a message the workflow starts as expected, but when the user pushes an inline button it does not work. I also tried to split it into two separate trigger nodes, also different workflows, but somehow nothing gets it to work. In my trigger node I see the “Due to Telegram API limitations, you can use just one Telegram trigger for each bot at a time.” warning message but I don’t really get what it means. Why am I even able to select multiple triggers for one node if the API hat a limitation for one?
What is the error message (if any)?
No error message, the workflow is simply not triggered.
My trigger node:
Information on your n8n setup
- n8n version: 1.118.2
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
