Created Notify_chantify (markdown)

master
Chris Caron 2024-04-08 20:55:26 -04:00
parent 9094199db3
commit fb1b781c48
1 changed files with 22 additions and 0 deletions

22
Notify_chantify.md Normal file

@ -0,0 +1,22 @@
## 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"
```