{ "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Webhooks Overview", "size": "Large", "weight": "Bolder", "color": "Accent" }, { "type": "TextBlock", "text": "Currently {webhook_count} webhooks are registered.", "size": "Small", "color": "Good", "isSubtle": true, "wrap": true }, { "type": "FactSet", "facts": [ { "title": "Webhook Count", "value": "{webhook_count}" } ] } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4" }