From 509f99a99c2d63ed92e6bc503d5a8e581fb78db1 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:54:51 -0400 Subject: [PATCH] Updated Notify_sinch (markdown) --- Notify_sinch.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Notify_sinch.md b/Notify_sinch.md index cdb0ef6..fff2c1a 100644 --- a/Notify_sinch.md +++ b/Notify_sinch.md @@ -39,9 +39,11 @@ Send a Sinch 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 sinch://AC735c307c62944b5a:e29dfbcebf390dee9@19005559999/18005551223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + sinch://AC735c307c62944b5a:e29dfbcebf390dee9@19005559999/18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise sinch://AC735c307c62944b5a:e29dfbcebf390dee9@1-(900) 555-9999/1-(800) 555-1223 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + sinch://AC735c307c62944b5a:e29dfbcebf390dee9@1-(900) 555-9999/1-(800) 555-1223