Updated Notify_nexmo (markdown)

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

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