Hi team,
I’m facing an issue with the Telegram Trigger node in n8n.
- n8n version: 1.102.4
- Deployment: local (PM2)
- Trigger: Telegram Trigger (Updates: message)
- Bot token: classic (not scoped)
Problem:
- The Telegram bot is active and responds correctly via the
Send Telegram Messagenode. - The workflow works fine when using the
When Chat Message Receivednode (on chattrigger). - However, the
Telegram Triggerdoes not respond to any new messages. - I have tried deleting the webhook via
deleteWebhook, then re-running the workflow — no effect. getWebhookInfoshows a valid webhook URL, no error message, andpending_update_countis always 0.
The bot has received /start in private chat, and it’s not part of any group.
Is this a known issue or am I missing something?
Thanks in advance!
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: