From 34f0df2605f7de84632691c17ce407278234beba Mon Sep 17 00:00:00 2001 From: Alexei Tighineanu Date: Thu, 26 May 2022 19:28:01 +0200 Subject: [PATCH] improved documentation covering slack usage (#564) This PR clarrifies how user can use --notify -url flag and respect the username by adding @ in front of tokenA. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7ff9f..0995f9b 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,10 @@ Alternatively you can use the `--message-template-drain` and `--message-template Here is the syntax: - slack: `slack://tokenA/tokenB/tokenC` -(`--slack-hook-url` is deprecated but possible to use) + + (`slack://@tokenA/tokenB/tokenC` - in case you want to [respect username](https://github.com/weaveworks/kured/issues/482)) + + (`--slack-hook-url` is deprecated but possible to use) - rocketchat: `rocketchat://[username@]rocketchat-host/token[/channel|@recipient]`