Updated Notify_msg91 (markdown)

master
Chris Caron 2020-08-03 10:05:33 -04:00
parent 5491a5a01b
commit 15986ab3d0
1 changed files with 4 additions and 2 deletions

@ -28,9 +28,11 @@ Send a MSG91 Notification as an SMS:
# Assuming our {AuthKey} is gank339l7jk3cjaE # Assuming our {AuthKey} is gank339l7jk3cjaE
# Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # Assuming our {PhoneNo} - is in the US somewhere making our country code +1
# - identifies as 800-555-1223 # - identifies as 800-555-1223
apprise msg91://gank339l7jk3cjaE/18005551223 apprise -vv -t "Test Message Title" -b "Test Message Body" \
msg91://gank339l7jk3cjaE/18005551223
# the following would also have worked (spaces, brackets, # the following would also have worked (spaces, brackets,
# dashes are accepted in a phone no field): # dashes are accepted in a phone no field):
apprise msg91://gank339l7jk3cjaE/1-(800) 555-1223 apprise -vv -t "Test Message Title" -b "Test Message Body" \
msg91://gank339l7jk3cjaE/1-(800) 555-1223
``` ```