24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"type": "AdaptiveCard",
|
|
"version": "1.4",
|
|
"body": [
|
|
{
|
|
"type": "TextBlock",
|
|
"weight": "Bolder",
|
|
"size": "Large",
|
|
"text": "A LibGuides reminder bot",
|
|
"wrap": "true"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "@{triggerBody()?['body'][0]?['text1']}",
|
|
"wrap": "true"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "@{triggerBody()?['body'][1]?['text2']}",
|
|
"wrap": "true"
|
|
}
|
|
]
|
|
}
|