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