mirror of https://github.com/caronc/apprise
Updated Notify_clicksend (markdown)
parent
f8cfe81e6e
commit
b7465c6010
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
* **clicksend**://**{user}**:**{password}**@/**{PhoneNo}**
|
||||
* **clicksend**://**{user}**:**{password}**@**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
|
||||
* `clicksend://{user}:{password}@/{PhoneNo}`
|
||||
* `clicksend://{user}:{password}@{PhoneNo1}/{PhoneNo2}/{PhoneNoN}`
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
|
@ -24,9 +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 clicksend://l2g:appriseIsAwesome@18005551223
|
||||
apprise -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 clicksend://l2g:appriseIsAwesome@1-(800) 555-1223
|
||||
apprise -t "Test Message Title" -b "Test Message Body" \
|
||||
clicksend://l2g:appriseIsAwesome@1-(800) 555-1223
|
||||
```
|
Loading…
Reference in New Issue