Skip to content

Notify_faast

lead2gold edited this page Mar 13, 2018 · 6 revisions

Faast Notifications

  • Source: http://www.faast.io/
  • Icon Support: Yes
  • Message Format: Text
  • Message Limit: 32768 Characters per message

There isn't too much configuration for Faast notifications. The message is basically just passed to your online Faast account and then gets relayed to your device(s) you've setup from there.

Syntax

Valid syntax is as follows:

  • faast://{authorizationtoken}

Parameter Breakdown

Variable Required Description
authorizationtoken Yes The authorization token associated with your Faast account.

Example

Send a Faast notification

# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg
apprise faast://abcdefghijklmnop-abcdefg
Clone this wiki locally