init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-08 10:10:12 +01:00
parent 7055272793
commit a1eca7baef
17 changed files with 392 additions and 111 deletions

View File

@@ -3,23 +3,26 @@
"body": [
{
"type": "TextBlock",
"text": "Webhooks",
"text": "Webhooks Overview",
"size": "Large",
"weight": "Bolder",
"color": "Accent"
},
{
"type": "TextBlock",
"text": "Es sind keine Webhooks registriert",
"text": "Currently no webhooks for this channel are registered.",
"size": "Small",
"color": "Good",
"isSubtle": true,
"wrap": true
"isSubtle": true
},
{
"type": "TextBlock",
"text": "",
"separator": true
"type": "FactSet",
"facts": [
{
"title": "Webhook Count",
"value": "0"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",