Chatbot watcher/monitor bot

How to create bot which monitors chatbot inputs and triggers another bot based on that input. Like a case where user vdi has ooutlook issue. He will open a chatbot and pass credentials. This credential will be read by watcher bot to trigger 2nd bot

Hello @98d5b817dcd19244c50b

You can do something like this.

Have a bot scheduled to check the chatbot inputs like every minute. If there are new messages get the data and put it to a queue.

Another process can be triggered based on the queue changes so that new records in the queue will be captured and processed automatically by an unattended robot.