CyberAgent.id_

Webhook & Notifikasi

Terima notifikasi instan saat AI menemukan celah Critical/High.

Platform Didukung

PlatformMetodeField
SlackIncoming Webhook URLurl
DiscordWebhook URLurl
TelegramBot APIbot_token + chat_id

Membuat Webhook

POST /api/webhooks
Authorization: Bearer <token>

{
  "type": "telegram",
  "bot_token": "123456:ABC-DEF...",
  "chat_id": "-100123456789",
  "events": "critical"
}

Event

💡 Webhook URL internal/private ditolak (SSRF protection).