Search code examples
botframeworkmicrosoft-teams

How to invoke a task module on bot command msbot for Teams (Nodejs)


Is there any way that I can invoke a task module (a popup window loaded in Iframe) when user enters one of my bot commands

enter image description here

Any help would be thankfull


Solution

  • It is not possible to invoke a TaskModule from a Bot command. Task Modules can only be invoked on a Button click. Please check the samples here.