kafka-security-manager icon indicating copy to clipboard operation
kafka-security-manager copied to clipboard

[Slack Notifications] Use new API

Open klalafaryan opened this issue 6 years ago • 1 comments

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

klalafaryan avatar Oct 18 '19 14:10 klalafaryan

Happy to take a PR on this!

simplesteph avatar Nov 06 '19 15:11 simplesteph