Hi n8n community!
I’ve built an automation that should run every time the bot receives a new message from Telegram. The flow is fully functional — I’ve run multiple tests and everything works perfectly.
However, I noticed that after some time without usage, the automation stops responding to incoming messages, unless I manually press “Activate Workflow” or “Execute Workflow”. Only then does the webhook start responding again.
My question is:
Is there any way to keep the Telegram trigger working continuously, without needing to manually re-activate the flow?
Thanks in advance for any tips or solutions!
Below I send the beginning of my flow where I imagine the main problem is.