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
|
||||
| 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
|
||||
Send a Pushalot notification
|
||||
```bash
|
||||
# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg
|
||||
notify palot://abcdefghijklmnop-abcdefg
|
||||
# Assuming our {authorizationtoken} is 1f418df7577e32b89ac6511f2eb9aa68
|
||||
notify palot://1f418df7577e32b89ac6511f2eb9aa68
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue