From 09da5a2d463da0919c26139c5ba3529cd0010fa4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 31 Dec 2024 12:04:17 -0500 Subject: [PATCH] Destroyed Notify_chantify (markdown) --- Notify_chantify.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Notify_chantify.md diff --git a/Notify_chantify.md b/Notify_chantify.md deleted file mode 100644 index d24eea0..0000000 --- a/Notify_chantify.md +++ /dev/null @@ -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" -``` \ No newline at end of file