adaptive-cards-py
adaptive-cards-py copied to clipboard
A user-friendly python library for building adaptive cards easily on code level
added CodeBlock according to https://adaptivecards.microsoft.com/?topic=CodeBlock
Microsoft released a new [Adaptive Card Information Hub](https://adaptivecards.microsoft.com/?topic=welcome) alongside a bunch of features available specifically for the target platforms **Teams**, **Outlook** and **Bot**. In order to integrate them in a...
With non-adaptive cards, one could set a summary field to change the notification text to provide context. Regrettably, using these adaptive cards results in very generic toast notifications that are...
The adaptive card designer at https://adaptivecards.microsoft.com/designer produces the following if I simply drag a text block and change size to large using the drop down: ```json { "type": "AdaptiveCard", "$schema":...