Getting an error posted in the following image:
n8n is wanting me to unpublish the workflow because for some reason that lowers the number of test excecutions the workflow has to listen to. But when i unpublish the workflow my telegram simply does not respond to the trigger. what do i do?
achamm
January 19, 2026, 12:13am
2
This error occurs because Telegram webhooks can’t handle multiple active listeners for the same bot. Here’s how to fix it:
1. First unpublish ALL workflows using this Telegram bot
2. Then publish ONLY the workflow you want active
3. Make sure no other services are using the same bot token
The Telegram node can only have one active webhook at a time - multiple published workflows create conflicts.
1 Like
Thanks for the response!
For item number 3., quick question: so I should create a different telegram bot for each service (using botfather)?
achamm
January 20, 2026, 3:48pm
4
You can! I’ve done it before! use a diffrent bot for each service can help with the telegram trigger issue, but it cannot occur in the same workflow.