mirror of https://github.com/caronc/apprise
Created Notify_serverchan (markdown)
parent
f71097a054
commit
4393ad2e70
|
@ -0,0 +1,28 @@
|
||||||
|
## ServerChan Notifications
|
||||||
|
* **Source**: https://sct.ftqq.com/
|
||||||
|
* **Icon Support**: No
|
||||||
|
* **Message Format**: Text
|
||||||
|
* **Message Limit**: 32768 Characters per Message
|
||||||
|
|
||||||
|
## Account Setup
|
||||||
|
Login on this page, and register your own account. After configure the notify channel, you will get the token using for notify.
|
||||||
|
|
||||||
|
### Syntax
|
||||||
|
Valid authentication syntax is as follows:
|
||||||
|
* `schan://{token}/`
|
||||||
|
|
||||||
|
|
||||||
|
### Parameter Breakdown
|
||||||
|
| Variable | Required | Description
|
||||||
|
| ----------- | -------- | -----------
|
||||||
|
| token | Yes | This is token provided to you through your SimpleChan account.
|
||||||
|
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
Send a SimpleChan notification:
|
||||||
|
```bash
|
||||||
|
# Assume:
|
||||||
|
# - our {token} is ABC123
|
||||||
|
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||||
|
schan://ABC123
|
||||||
|
```
|
Loading…
Reference in New Issue