Gerald Hanks
Does anyone have examples of posting adaptive cards to MS Teams channels?
0
Comments
Please sign in to leave a comment.
Hello there
Of course; developing java script load that define the card layout and information must be done for trying to post responsive cards to microsoft teams channels. You can create your flexible card by hand coding json in accordance with the adapted cards structure and by using the adaptive cards designer. Once your flexible card payload is ready, use microsoft graph api and a bot factory such as bot factory api to send https posts to the specified teams channel endpoint. Make sure azure AD authentication is used for api access; and think about using the graph explorer tool for testing.