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