-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using adaptive cards #174
Comments
I've not tested the steps, but this guide: walks you through the process of getting a Mention Token for a user via Power Automate. This may work for retrieving the ID and Name values for a bot. Once you have that, you could try mentioning the bot as you would another user. |
This guide provides the steps necessary to retrieve the ID and display name for a tag:
It may be that retrieving the ID and display name for a bot is similar (haven't tested). |
Hi,
I have tried using adaptive cards, when we use
adaptivecard.NewMessage().Mention()
, how can i mention custom bot which is configured with the channel I'm posting to. Please advice. ThanksThe text was updated successfully, but these errors were encountered: