Nikhil Ponduri
Nikhil Ponduri

Reputation: 531

How to show popup message in msbot after adding it to a teams channel (nodejs)

I am trying to show a popup message to user asking him to login after adding my bot to teams channel. Like how trello and polly does.Here is the pic of trello how it is asking user to login after adding it to teams channel. Is there any way that I can achieve something like that? Any help would be really thankful

Upvotes: 0

Views: 418

Answers (2)

Gousia Begum
Gousia Begum

Reputation: 2124

If you want to open a popup to allow a user to login you could do that by implementing Authentication for your Bot. If you want to open a popup to show a card/Html page you could try using TaskModule.

Upvotes: 3

Related Questions