Files
taro-bot-teams/templates/webhook-overview-no-webhooks-card.json
Björn Benouarets 7055272793 init: Initial commit
2026-01-07 06:20:16 +01:00

28 lines
652 B
JSON

{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Webhooks",
"size": "Large",
"weight": "Bolder",
"color": "Accent"
},
{
"type": "TextBlock",
"text": "Es sind keine 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"
}