mirror of https://github.com/caronc/apprise
Destroyed Notify_chantify (markdown)
parent
8f51f5b7d7
commit
09da5a2d46
|
@ -1,22 +0,0 @@
|
|||
## Chantify Notifications
|
||||
* **Source**: https://chanify.net/
|
||||
* **Icon Support**: No
|
||||
* **Message Format**: Text
|
||||
* **Message Limit**: 32768 Characters per message
|
||||
|
||||
### Syntax
|
||||
Valid syntax is as follows:
|
||||
* `chantify://{token}`
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
| --------------- | -------- | -----------
|
||||
| token | **Yes** | The token you generated as part of your Chantify account
|
||||
|
||||
#### Example
|
||||
Send a notification to your Chantify account:
|
||||
```bash
|
||||
# Assuming our {token} is token
|
||||
apprise -vv --body="Test Message" \
|
||||
"chantify://token"
|
||||
```
|
Loading…
Reference in New Issue