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): default
-
Running n8n via (Docker, npm, n8n cloud, desktop app):n8n cloude
-
Operating system: mac OS
Hello,I am using n8n Cloud.
My workflow is:
Telegram Trigger
↓
AI Agent
↓
Telegram Send Message
The workflow works perfectly when I click “Execute workflow” (Test mode).
The Telegram Trigger immediately receives my message, the AI processes it, and Telegram sends the reply.
However, after I activate the workflow, nothing happens.
The bot receives my messages in Telegram, but no workflow execution starts.
I have already checked:
• Telegram credentials are valid (“Connection successful”).
• The workflow is active.
• Only one Telegram Trigger is connected to this bot.
• The same bot works perfectly in Test mode.
• No executions appear after activation.
Additional information:
- The workflow is published and active.
- The Telegram Trigger receives messages only while the editor is in Test mode.
- As soon as I activate the workflow, the bot stops triggering.
- I suspect there may be a webhook registration problem.
What else should I check?
Thank you.
n8n version: 2.28.7 (Cloud)