Updated Notify_d7networks (markdown)

Chris Caron 2020-08-03 09:41:21 -04:00
parent cad39cbab1
commit 9c15e01edd

@ -31,11 +31,11 @@ Send a D7 Network Notification as an SMS:
# Assuming our {password} is appriseIsAwesome # Assuming our {password} is appriseIsAwesome
# 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 -t "Test Message Title" -b "Test Message Body" \ apprise -vv -t "Test Message Title" -b "Test Message Body" \
d7sms://l2g:appriseIsAwesome@18005551223 d7sms://l2g:appriseIsAwesome@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 -t "Test Message Title" -b "Test Message Body" \ apprise -vv -t "Test Message Title" -b "Test Message Body" \
d7sms://l2g:appriseIsAwesome@1-(800) 555-1223 d7sms://l2g:appriseIsAwesome@1-(800) 555-1223
``` ```