Module slack

Module slack 

Source
Expand description

Slack notification service for security notifications

Supports multiple Slack integration methods:

  • Incoming Webhooks (simpler, just POST to webhook URL)
  • Web API (chat.postMessage, requires bot token)
  • Disabled (logs only, for development/testing)

Structs§

SlackConfig
Slack configuration
SlackMessage
Slack message
SlackService
Slack service for sending notifications

Enums§

SlackMethod
Slack integration method