From c368627930f374fd055ecae7fe082564a67ef3e7 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:13:03 -0400 Subject: [PATCH] Updated Notify_clicksend (markdown) --- Notify_clicksend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_clicksend.md b/Notify_clicksend.md index 816eab4..f403e5a 100644 --- a/Notify_clicksend.md +++ b/Notify_clicksend.md @@ -24,11 +24,11 @@ Send a ClickSend Notification as an SMS: # Assuming our {password} is appriseIsAwesome # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ clicksend://l2g:appriseIsAwesome@18005551223 # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): -apprise -t "Test Message Title" -b "Test Message Body" \ +apprise -vv -t "Test Message Title" -b "Test Message Body" \ clicksend://l2g:appriseIsAwesome@1-(800) 555-1223 ``` \ No newline at end of file