From 4c85551f83a0a8adffbc8c7d64a4e14e6d5e64f8 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:49:02 -0400 Subject: [PATCH] Updated Notify_slack (markdown) --- Notify_slack.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Notify_slack.md b/Notify_slack.md index c29f4fc..43f716e 100644 --- a/Notify_slack.md +++ b/Notify_slack.md @@ -93,12 +93,14 @@ Send a Slack notification to the channel `#nuxref`: # Assuming our {tokenB} is A1BRTD4JD # Assuming our {tokenC} is TIiajkdnlazkcOXrIdevi7F # our channel nuxref is represented by #nuxref -apprise slack:///T1JJ3T3L2/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/#nuxref +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + slack:///T1JJ3T3L2/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/#nuxref ``` Alternatively, if you're using the Bot; a Slack notification sent to the channel `#general` might look like this: ```bash # Assuming our {OAuthToken} is xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d # our channel general is represented by #general -apprise slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general -``` +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general +``` \ No newline at end of file