From 45c93bd503040c5c5fd0c0c4c6f0efb3cd560cc5 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:08:40 -0400 Subject: [PATCH] Updated Notify_kavenegar (markdown) --- Notify_kavenegar.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Notify_kavenegar.md b/Notify_kavenegar.md index 2b933c0..264cd06 100644 --- a/Notify_kavenegar.md +++ b/Notify_kavenegar.md @@ -28,9 +28,11 @@ Send a Kavenegar Notification as an SMS: # Assuming our {ApiKey} is gank339l7jk3cjaE # Assuming our {PhoneNo} - is in the US somewhere making our country code 001 # - identifies as 800-555-1223 -apprise kavenegar://gank339l7jk3cjaE/0018005551223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + kavenegar://gank339l7jk3cjaE/0018005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise kavenegar://gank339l7jk3cjaE/001 - (800) 555-1223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + kavenegar://gank339l7jk3cjaE/001 - (800) 555-1223 ``` \ No newline at end of file