Updated Notify_mattermost (markdown)

master
Chris Caron 2022-11-17 22:13:40 -05:00
parent d389a9040b
commit 14aee2ef44
1 changed files with 10 additions and 0 deletions

@ -72,6 +72,16 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \
mmosts://mattermost.server.local/3ccdd113474722377935511fc85d3dd4
```
Send a secure Mattermost notification to our server running on TCP Port 8065
```bash
# Assuming our {hostname} is mattermost.server.local
# Assuming our secure {port} our server is running on is 8065
# Assuming our {token} is 3ccdd113474722377935511fc85d3dd4
apprise -vv -t "Test Message Title" -b "Test Message Body" \
mmosts://mattermost.server.local:8065/3ccdd113474722377935511fc85d3dd4
```
Send an insecure Mattermost notification to server in addition to having to address specific channels:
```bash
# Assuming our {hostname} is mattermost.server.local