Skip to content

Notify_chanify

Chris Caron edited this page Jan 10, 2026 · 2 revisions

Important

Documentation Moved: This Wiki is archived and no longer maintained.

👉 Please view the official documentation at AppriseIt.com for the latest content.


Chanify Notifications

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:

# Assuming our {token} is token
apprise -vv --body="Test Message" \
   "chanify://token"

Clone this wiki locally