diff --git a/Notify_nexmo.md b/Notify_nexmo.md index eca1198..ed34c9d 100644 --- a/Notify_nexmo.md +++ b/Notify_nexmo.md @@ -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 ``` \ No newline at end of file