mirror of https://github.com/caronc/apprise
Updated Notify_serverchan (markdown)
parent
4393ad2e70
commit
b14f65b59f
|
@ -9,20 +9,20 @@ Login on this page, and register your own account. After configure the notify ch
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid authentication syntax is as follows:
|
Valid authentication syntax is as follows:
|
||||||
* `schan://{token}/`
|
* `schan://{sendkey}/`
|
||||||
|
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| token | Yes | This is token provided to you through your SimpleChan account.
|
| sendkey | Yes | This is token provided to you through your SimpleChan account.
|
||||||
|
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a SimpleChan notification:
|
Send a SimpleChan notification:
|
||||||
```bash
|
```bash
|
||||||
# Assume:
|
# Assume:
|
||||||
# - our {token} is ABC123
|
# - our {sendkey} is ABC123
|
||||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
schan://ABC123
|
schan://ABC123
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue