Apr 28 2023 03:59 PM
Hello!
I'm currently developing a command bot that would display some information after the user types a command. I've successfully deployed my bot to azure environment via the teams-toolkit 5.0 at the moment I'm seeking to add some extra functionality.
I've done some research in the documentation and I'm not sure if this is even possible?:
https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/universal-act...
If someone has an example of this working that would be greatly appreciated!!
Apr 28 2023 06:14 PM
SolutionYes, you can create an adaptive card that, when clicked, opens an Outlook email template. Here's how you can do it:
When the user clicks the button in the adaptive card, it will open a new email message in Outlook with the specified recipient, subject, and body.
Apr 29 2023 01:10 PM
May 17 2023 11:25 PM
@djcris - Is there any console error you are getting in Teams web?
Apr 28 2023 06:14 PM
SolutionYes, you can create an adaptive card that, when clicked, opens an Outlook email template. Here's how you can do it:
When the user clicks the button in the adaptive card, it will open a new email message in Outlook with the specified recipient, subject, and body.