Skip to content

Notify_serverchan

Chris Caron edited this page Dec 15, 2021 · 4 revisions

ServerChan Notifications

  • Source: https://sct.ftqq.com/
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 32768 Characters per Message

Account Setup

Login on this page, and register your own account. After configure the notify channel, you will get the token using for notify.

Syntax

Valid authentication syntax is as follows:

  • schan://{sendkey}/

Parameter Breakdown

Variable Required Description
sendkey Yes This is token provided to you through your SimpleChan account.

Example

Send a SimpleChan notification:

# Assume:
#  - our {sendkey} is ABC123
apprise -vv -t "Test Message Title" -b "Test Message Body" \
   schan://ABC123
Clone this wiki locally