diff --git a/apps/api/src/api/v1/webhooks.py b/apps/api/src/api/v1/webhooks.py index ea293fe1..06eb8e19 100644 --- a/apps/api/src/api/v1/webhooks.py +++ b/apps/api/src/api/v1/webhooks.py @@ -395,6 +395,9 @@ async def _push_to_telegram_background( ai_cost=ai_cost, ai_provider=ai_provider, incident_id=incident_id, + # ADR-075 斷點 B 修復: 傳入分類以啟用動態按鈕 + alert_category=alert_category, + notification_type=notification_type, ) logger.info(