From 15986ab3d094365e6d3881b65e365fbef3f1dc6f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:05:33 -0400 Subject: [PATCH] Updated Notify_msg91 (markdown) --- Notify_msg91.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Notify_msg91.md b/Notify_msg91.md index 935aeb6..9ce28a2 100644 --- a/Notify_msg91.md +++ b/Notify_msg91.md @@ -28,9 +28,11 @@ Send a MSG91 Notification as an SMS: # Assuming our {AuthKey} is gank339l7jk3cjaE # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 -apprise msg91://gank339l7jk3cjaE/18005551223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + msg91://gank339l7jk3cjaE/18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise msg91://gank339l7jk3cjaE/1-(800) 555-1223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + msg91://gank339l7jk3cjaE/1-(800) 555-1223 ``` \ No newline at end of file