Updated Notify_mattermost (markdown)

master
Chris Caron 2020-08-03 10:07:23 -04:00
parent dd86226ba1
commit ddc7de9558
1 changed files with 2 additions and 1 deletions

@ -38,5 +38,6 @@ Send a secure Mattermost notification to our server
# Assuming our {hostname} is mattermost.server.local
# Assuming our {authtoken} is 3ccdd113474722377935511fc85d3dd4
apprise mmosts://mattermost.server.local/3ccdd113474722377935511fc85d3dd4
apprise -vv -t "Test Message Title" -b "Test Message Body" \
mmosts://mattermost.server.local/3ccdd113474722377935511fc85d3dd4
```