mirror of https://github.com/caronc/apprise
Updated Notify_nexmo (markdown)
parent
4ba591f5c8
commit
5491a5a01b
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue