mirror of https://github.com/caronc/apprise
Updated Notify_mattermost (markdown)
parent
d389a9040b
commit
14aee2ef44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue