From 5491a5a01b9ff5fe6579d3f7d530776182cdcaf4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:05:09 -0400 Subject: [PATCH] Updated Notify_nexmo (markdown) --- Notify_nexmo.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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