mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
Updated Notify_slack (markdown)
@ -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
|
# our channel general is represented by #general
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/#general
|
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
|
||||||
```
|
```
|
Reference in New Issue
Block a user