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