mirror of https://github.com/caronc/apprise
Updated Notify_pushalot (markdown)
parent
b02263d565
commit
69fa407905
|
@ -13,11 +13,11 @@ Valid syntax is as follows:
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| authorizationtoken | Yes | The authorization token associated with your Pushalot account.
|
| authorizationtoken | Yes | The authorization token associated with your Pushalot account. This is an alpha-numeric string (32 characters in length)
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a Pushalot notification
|
Send a Pushalot notification
|
||||||
```bash
|
```bash
|
||||||
# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg
|
# Assuming our {authorizationtoken} is 1f418df7577e32b89ac6511f2eb9aa68
|
||||||
notify palot://abcdefghijklmnop-abcdefg
|
notify palot://1f418df7577e32b89ac6511f2eb9aa68
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue