diff --git a/Notify_mattermost.md b/Notify_mattermost.md index 977eaf0..9157d6b 100644 --- a/Notify_mattermost.md +++ b/Notify_mattermost.md @@ -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