kasunkv / slack-notification

Slack Notification task with advanced slack message customization for Visual Studio Team Services
MIT License
20 stars 9 forks source link

Support Incoming WebHooks. #9

Open dlemstra opened 6 years ago

dlemstra commented 6 years ago

At the moment this task uses "Legacy tokens" (https://api.slack.com/custom-integrations/legacy-tokens) to communicate with Slack. It would be nice if support could be added for "Incoming webhooks" (https://slack.com/apps/A0F7XDUAZ-incoming-webhooks). Some examples of how this works can be found here: https://api.slack.com/incoming-webhooks#sending_messages. One of the benefits is that we no longer need to share an API key that is linked to a user account. I am even wondering if support for legacy tokens should be dropped.

hdiass commented 4 years ago

Is this on roadmap ?