From 31514337711cb98ff38e55ec076a516dd11c6391 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:53:19 -0400 Subject: [PATCH] Updated Notify_techulus (markdown) --- Notify_techulus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_techulus.md b/Notify_techulus.md index 3983e70..512e805 100644 --- a/Notify_techulus.md +++ b/Notify_techulus.md @@ -26,5 +26,6 @@ Valid syntax is as follows: Send a Techulus Push notification: ```bash # Assuming our {apikey} is b444a40f-3db9-4224-b489-9a514c41c009 -apprise push:///b444a40f-3db9-4224-b489-9a514c41c009/ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + push:///b444a40f-3db9-4224-b489-9a514c41c009/ ```