{ "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" }