Hey everyone,
I’m working on an automation workflow where every email I receive gets summarised using an AI agent and is then pushed to my Telegram bot. The bot provides me with the sender details and a summary of the email.
The next step is where I’m facing issues: I want to reply via Telegram, in a short, informal way (e.g., “Sure, let’s do 5 PM on Friday”), and then have AI reframe my response into a professional email, before sending it back to the original sender. However, when trying to capture my Telegram response, I keep getting the error:
Due to Telegram API limitations, you can use just one Telegram trigger for each bot at a time.
I’m currently stuck at this point. How can I efficiently capture my Telegram replies without violating this API restriction? Has anyone found a workaround to make this work smoothly in n8n?
Would really appreciate any insights or alternative approaches! Thanks in advance.