mirror of https://github.com/caronc/apprise
Updated Notify_slack (markdown)
parent
513c25daca
commit
ffefac2f2b
|
@ -110,8 +110,8 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
Perhaps you want to disable the footer, you can do so like so:
|
Perhaps you want to disable the footer, you can do so like so:
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {OAuthToken} is xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d
|
# Assuming our {OAuthToken} is xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d
|
||||||
# we want to send it to our #general channel
|
# we want to send it to our #general channel; %23 is the encoded way of representing the #
|
||||||
# we set footer to no as well
|
# we set footer to no as well
|
||||||
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?footer=no
|
slack://xoxb-1234-1234-4ddbc191d40ee098cbaae6f3523ada2d/%23general?footer=no
|
||||||
```
|
```
|
Loading…
Reference in New Issue