Webhook & Notifikasi
Terima notifikasi instan saat AI menemukan celah Critical/High.
Platform Didukung
| Platform | Metode | Field |
|---|---|---|
| Slack | Incoming Webhook URL | url |
| Discord | Webhook URL | url |
| Telegram | Bot API | bot_token + chat_id |
Membuat Webhook
POST /api/webhooks
Authorization: Bearer <token>
{
"type": "telegram",
"bot_token": "123456:ABC-DEF...",
"chat_id": "-100123456789",
"events": "critical"
}
Event
critical— hanya Critical/High (default)all— semua temuancompleted— audit selesai
💡 Webhook URL internal/private ditolak (SSRF protection).