Created Notify_serverchan (markdown)

master
Chris Caron 2021-12-14 19:25:57 -05:00
parent f71097a054
commit 4393ad2e70
1 changed files with 28 additions and 0 deletions

28
Notify_serverchan.md Normal file

@ -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
```