From 9aec388b32f751bcd0a28a2a6bd690d2656be34c Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:21:06 -0500 Subject: [PATCH] Created Notify_faast (markdown) --- Notify_faast.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Notify_faast.md diff --git a/Notify_faast.md b/Notify_faast.md new file mode 100644 index 0000000..e0b9924 --- /dev/null +++ b/Notify_faast.md @@ -0,0 +1,23 @@ +## 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 +```bash +# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg +notify.py faast://abcdefghijklmnop-abcdefg +``` \ No newline at end of file