From b7da200fe5e09c1232db1f31cce609eec447438b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Jun 2023 14:46:16 -0400 Subject: [PATCH] Updated Notify_clicksend (markdown) --- Notify_clicksend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_clicksend.md b/Notify_clicksend.md index f403e5a..81e47c9 100644 --- a/Notify_clicksend.md +++ b/Notify_clicksend.md @@ -6,7 +6,7 @@ ### Syntax Valid syntaxes are as follows: -* `clicksend://{user}:{password}@/{PhoneNo}` +* `clicksend://{user}:{password}@{PhoneNo}` * `clicksend://{user}:{password}@{PhoneNo1}/{PhoneNo2}/{PhoneNoN}` ### Parameter Breakdown @@ -25,10 +25,10 @@ Send a ClickSend Notification as an SMS: # Assuming our {PhoneNo} - is in the US somewhere making our country code +1 # - identifies as 800-555-1223 apprise -vv -t "Test Message Title" -b "Test Message Body" \ - clicksend://l2g:appriseIsAwesome@18005551223 + "clicksend://l2g:appriseIsAwesome@18005551223" # the following would also have worked (spaces, brackets, # dashes are accepted in a phone no field): apprise -vv -t "Test Message Title" -b "Test Message Body" \ - clicksend://l2g:appriseIsAwesome@1-(800) 555-1223 + "clicksend://l2g:appriseIsAwesome@1-(800) 555-1223" ``` \ No newline at end of file