Updated Notify_kavenegar (markdown)

Chris Caron 2020-08-03 10:08:40 -04:00
parent 7f92e83676
commit 45c93bd503

@ -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
```