Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Slack Notifications] Use new API #59

Open
klalafaryan opened this issue Oct 18, 2019 · 1 comment
Open

[Slack Notifications] Use new API #59

klalafaryan opened this issue Oct 18, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@klalafaryan
Copy link

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

@simplesteph
Copy link
Contributor

Happy to take a PR on this!

@simplesteph simplesteph added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants