Describe the problem/error/question
I’m on n8n Cloud, trying to set up a simple Telegram bot trigger. The workflow publishes successfully and the Telegram Trigger node shows the correct production webhook URL.
What I’ve verified:
getWebhookInfo shows the correct URL registered, pending_update_count: 0, no last_error_message
getMe confirms the bot token matches the bot I’m messaging
A manual POST to the webhook URL gets a real response from n8n (rejects with “Provided secret is not valid” as expected for an unauthenticated test)
A GET request to the webhook URL returns n8n’s expected 404 (“did you mean POST”), confirming the path is live
Group Privacy is disabled on the bot
Tried both “Test this trigger” (test mode) and Publish (production mode) — same result both times
Sent multiple real messages to the bot from Telegram directly during an active “Test this trigger” listening session — n8n showed “Waiting for you to create an event” the whole time and then timed out with nothing received
Zero entries appear in Executions.
What is the error message (if any)?
Please share your workflow
(Sel{
"nodes": [
{
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"type": "n8n-nodes-base.telegramTrigger",
"typeVersion": 1.3,
"position": [
0,
0
],
"id": "4bb53cc0-f346-4225-8960-055ab7f48ed2",
"name": "Telegram Trigger",
"webhookId": "ffc0a24c-ef07-45e1-92fa-6ebffe0406af",
"retryOnFail": true,
"credentials": {
"telegramApi": {
"id": "ZB6Qk7h1sAYSUD9A",
"name": "Telegram account"
}
}
}
],
"connections": {},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "fc4b105363ed2afdc15b5f51be2aecbb84ab0edfd49e88230981d352d9c3b1f0"
}
}ect 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):default
- n8n EXECUTIONS_PROCESS setting (default: own, main):default
- Running n8n via (Docker, npm, n8n cloud, desktop app):n8n cloud, but same thing happened when hosted via npm on Windows 11
- Operating system: Windows 11