How to automate 2 workflow (or more) telegram bot in n8n

I have a workflow like this. The goal is to report daily IT support activities, for example:

Activity 12/03/2001

  1. Check computer
  2. Check printer
  3. etc.

After sending, I want Telegram to respond with the option:

Do you want to edit the activity?

[button] Yes
[button] No

(Why do I need edit verification? Sometimes the message is forwarded from another group, not typed manually)

When the “Yes” button is selected:

Select the activity you want to edit?

[button] Down (the list is automatic based on the number of activities sent to the group; in this example, there are only 3, there could be more):

  1. Check computer
  2. Check printer
  3. etc.

When an activity is selected:

A button appears (after each entry, it will immediately return to the button options):

content (if selected, enter a description)
location (if selected, enter the location)
urgency (if selected, enter the urgency)
impact (if selected, enter the impact)
priority (if selected, enter the priority)
completed (if selected, return to the list of activities to be edited)

The problem is, I’ve tried activating the workflow.

image

But when I send a message, it doesn’t respond. Even if I trigger it manually, the workflow works. It’s really tiring having to trigger it manually. Do you have any suggestions? Sorry for the hassle. I hope everyone is healthy and successful.

It’s not an issue with your code blocks or message sending; it’s probably about how the triggers are configured or permissions.

  1. Telegram Trigger Settings
  • Make sure your Telegram bot is added to the group where you send the message.
  • Your Telegram bot must have admin permissions or at least permission to read messages in the group.
  • The Telegram trigger that listens for updates/message might be configured to listen to private chats only by default.

Thank you for your reply.

I’ve checked the telegram it’s correct.

If I trigger it manually, it works normally.

The reply message is sent.

But when I select the “yes” or “no” button, nothing appears, just loading.

image

To run the trigger, I have to go back to n8n and execute the second one.

Is there an automatic way? Thanks for the suggestion.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.