31 lines
751 B
JSON
31 lines
751 B
JSON
{
|
|
"type": "AdaptiveCard",
|
|
"body": [
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Webhooks Overview",
|
|
"size": "Large",
|
|
"weight": "Bolder",
|
|
"color": "Accent"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Currently no webhooks for this channel are registered.",
|
|
"size": "Small",
|
|
"color": "Good",
|
|
"isSubtle": true
|
|
},
|
|
{
|
|
"type": "FactSet",
|
|
"facts": [
|
|
{
|
|
"title": "Webhook Count",
|
|
"value": "0"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
|
"version": "1.4"
|
|
}
|