From 8f51f5b7d7b4e84a281d34c4124a62214ed971df Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 31 Dec 2024 12:04:11 -0500 Subject: [PATCH] Created Notify_chanify (markdown) --- Notify_chanify.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Notify_chanify.md diff --git a/Notify_chanify.md b/Notify_chanify.md new file mode 100644 index 0000000..49042ab --- /dev/null +++ b/Notify_chanify.md @@ -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" +``` \ No newline at end of file