Skip to content

Instantly share code, notes, and snippets.

@mbodell01
Created September 9, 2022 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbodell01/97cf159cd0bbf1588171a11ec5b7a731 to your computer and use it in GitHub Desktop.
Save mbodell01/97cf159cd0bbf1588171a11ec5b7a731 to your computer and use it in GitHub Desktop.
Bulb Digital - Better User Experience with Adaptive Cards
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Issue Assigned",
"spacing": "Medium",
"size": "Large",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "Issue assigned to: ",
"size": "Medium",
"spacing": "None"
},
{
"type": "FactSet",
"facts": [
{
"title": "Issue"
},
{
"title": "Category"
},
{
"title": "Department"
},
{
"title": "Priority"
},
{
"title": "Status"
},
{
"title": "Created By"
},
{
"title": "Created"
}
]
},
{
"type": "TextBlock",
"text": "Details",
"weight": "Bolder",
"wrap": true
},
{
"type": "RichTextBlock",
"inlines": [
{
"type": "TextRun"
}
],
"$data": ""
},
{
"type": "ActionSet"
}
],
"version": "1.4",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment