diff --git a/Notify_mattermost.md b/Notify_mattermost.md index c55352f..985432c 100644 --- a/Notify_mattermost.md +++ b/Notify_mattermost.md @@ -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 ``` \ No newline at end of file