diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 3f5dea4..fac8a74 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -64,5 +64,6 @@ Send a Rocket.Chat notification to the channel *#nuxref*: # Assuming our {user} is l2g # Assuming our {password} is awes0m3! # Assuming our {hostname} is rocket.server.local -apprise rocket://l2g:awes0m3!@rocket.server.local/#nuxref +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + rocket://l2g:awes0m3!@rocket.server.local/#nuxref ``` \ No newline at end of file