28 lines
662 B
JSON
28 lines
662 B
JSON
{
|
|
"type": "AdaptiveCard",
|
|
"body": [
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Webhooks",
|
|
"size": "Large",
|
|
"weight": "Bolder",
|
|
"color": "Accent"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "Es sind {webhook_count} Webhooks registriert",
|
|
"size": "Small",
|
|
"color": "Good",
|
|
"isSubtle": true,
|
|
"wrap": true
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "",
|
|
"separator": true
|
|
}
|
|
],
|
|
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
|
"version": "1.4"
|
|
}
|