From 513c25daca55a4ae4233ae48f37893743f7bafaf Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 1 Dec 2020 11:45:01 -0500 Subject: [PATCH] Updated Notify_slack (markdown) --- Notify_slack.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Notify_slack.md b/Notify_slack.md index f6ad732..bd82e6b 100644 --- a/Notify_slack.md +++ b/Notify_slack.md @@ -105,4 +105,13 @@ Alternatively, if you're using the Bot; a Slack notification sent to the channel # our channel general is represented by #general apprise -vv -t "Test Message Title" -b "Test Message Body" \ slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general +``` + +Perhaps you want to disable the footer, you can do so like so: +```bash +# Assuming our {OAuthToken} is xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d +# we want to send it to our #general channel +# we set footer to no as well +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general?footer=no ``` \ No newline at end of file