From 037f18581d5614f99ea5a901e77c9230c9f118ca Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:24:32 -0500 Subject: [PATCH] Created Notify_my_android (markdown) --- Notify_my_android.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Notify_my_android.md diff --git a/Notify_my_android.md b/Notify_my_android.md new file mode 100644 index 0000000..c8f55ca --- /dev/null +++ b/Notify_my_android.md @@ -0,0 +1,23 @@ +## Notify My Android Notifications +* **Source**: http://www.notifymyandroid.com/ +* **Icon Support**: No +* **Message Format**: HTML +* **Message Limit**: 10000 Characters per message + +There isn't too much configuration for Notify My Android (NMA) notifications. The message is basically just passed to your online NMA account and then gets relayed to your device(s) you've setup from there. + +### Syntax +Valid syntax is as follows: +* **nma**:://**{apikey}** + +### Parameter Breakdown +| Variable | Required | Description +| ----------- | -------- | ----------- +| apikey | Yes | The API key associated with your NMA account. + +#### Example +Send a NMA notification +```bash +# Assuming our {apikey} is abcdefghijklmnop1234567890 +notify nma://abcdefghijklmnop1234567890 +```