ontometrics / slack-youtrack

Integration of slack and you track.
49 stars 14 forks source link

Move to using Slack "Incoming WebHooks" API #7

Closed atyndall closed 8 years ago

atyndall commented 8 years ago

The New "Incoming WebHooks" API is the recommended way for bots to interact with Slack channels. It allows easy configuration of the bot name and image within the Slack services UI, as well as less brittle API tokens.

I have modified the bot and documentation to use this new API instead.