kafka-security-manager
kafka-security-manager copied to clipboard
[Slack Notifications] Use new API
Incoming Webhooks are a simple way to post messages from apps into Slack. These integrations lack newer features and they will be deprecated and possibly removed in the future.
In the current implementation following properties are defined in the configuration file, but username, icon and channel are ignored.
- webhook
- username
- icon
- channel
Recommend and latest API is following: https://api.slack.com/methods/chat.postMessage
Happy to take a PR on this!