mirror of https://github.com/caronc/apprise
Destroyed Notify_my_android (markdown)
parent
33af257c95
commit
263a123b3c
|
@ -1,23 +0,0 @@
|
|||
## 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
|
||||
apprise nma://abcdefghijklmnop1234567890
|
||||
```
|
Loading…
Reference in New Issue