diff --git a/Notify_serverchan.md b/Notify_serverchan.md new file mode 100644 index 0000000..b28a5c7 --- /dev/null +++ b/Notify_serverchan.md @@ -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 +```