mirror of https://github.com/caronc/apprise
Updated Notify_clicksend (markdown)
parent
67a134f67b
commit
b7da200fe5
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* `clicksend://{user}:{password}@/{PhoneNo}`
|
* `clicksend://{user}:{password}@{PhoneNo}`
|
||||||
* `clicksend://{user}:{password}@{PhoneNo1}/{PhoneNo2}/{PhoneNoN}`
|
* `clicksend://{user}:{password}@{PhoneNo1}/{PhoneNo2}/{PhoneNoN}`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### 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
|
# Assuming our {PhoneNo} - is in the US somewhere making our country code +1
|
||||||
# - identifies as 800-555-1223
|
# - identifies as 800-555-1223
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
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,
|
# the following would also have worked (spaces, brackets,
|
||||||
# dashes are accepted in a phone no field):
|
# dashes are accepted in a phone no field):
|
||||||
apprise -vv -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
|
"clicksend://l2g:appriseIsAwesome@1-(800) 555-1223"
|
||||||
```
|
```
|
Loading…
Reference in New Issue