diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-05 13:14:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-05 13:14:00 -0400 |
commit | afab68b130ccdd97a7575a682683d6df71006748 (patch) | |
tree | d1c00cc280afbf257f1caafa42cb5e39110a2900 /docs | |
parent | aa2ca3342dc6783c7a0a679c11ac94213a7226bb (diff) |
Add schema migration for Slack channel
Diffstat (limited to 'docs')
-rw-r--r-- | docs/slack.markdown | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/slack.markdown b/docs/slack.markdown index 437098ac..f90464e8 100644 --- a/docs/slack.markdown +++ b/docs/slack.markdown @@ -29,11 +29,10 @@ 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. +Optionally you can override the channel, private group or send direct messages by filling up **Channel/Group/User** text box. 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' - +- Send messages to another channel: **#mychannel1** +- Send messages to a private group: **#myprivategroup1** +- Send messages directly to someone: **@anotheruser1** |