diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-05 12:52:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-05 12:52:44 -0400 |
commit | aa2ca3342dc6783c7a0a679c11ac94213a7226bb (patch) | |
tree | a6ecc294d2e146fd25702299608889331e39f97c /docs | |
parent | 0de269041389c0ab521de30ca2b878d242f691b8 (diff) | |
parent | bc6b443c3db4f260bdc1460009c8110b54b3c257 (diff) |
Merge pull-request #981
Diffstat (limited to 'docs')
-rw-r--r-- | docs/slack.markdown | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/slack.markdown b/docs/slack.markdown index af60d38e..437098ac 100644 --- a/docs/slack.markdown +++ b/docs/slack.markdown @@ -26,3 +26,14 @@ This feature use the [Incoming webhook](https://api.slack.com/incoming-webhooks) 3. Copy the webhook url to the Kanboard settings page: **Settings > Integrations > Slack** or **Project settings > Integrations > Slack** Now, Kanboard events will be sent to the Slack channel. + +### Overriding Channel (Optional) + +Optnally you can override the channel, private group or send direct messages by filling up **Channel/Group/User** textbox. Leaving it empty will post to the channel configured during webhook configuration. + +Examples: + +- #mychannel1 - Send message to channel 'mychannel1' +- #myprivategroup1 - Send message to private group 'myprivategroup1' +- @anotheruser1 - Send message to user 'anotheruser1' + |