Updated Notify_pushalot (markdown)

master
lead2gold 2017-11-29 20:55:39 -05:00
parent b02263d565
commit 69fa407905
1 changed files with 3 additions and 3 deletions

@ -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
```