Skip to content

Notify_pushalot

Chris Caron edited this page Feb 26, 2019 · 6 revisions

💀 Pushalot Notifications

Service End Reason

There isn't much to go on here; Here was their last public tweet made on November 18th, 2014:
pushalot-last-tweet

There is also this reddit post which also hints that the permanent shutdown occurred sometime in early November 2016.

Presumably service was never restored and they just closed up shop.

Legacy Setup Details

There isn't too much configuration for Pushalot notifications. The message is basically just passed to your online Pushalot account and then gets relayed to your Microsoft device(s) from there.

Syntax

Valid syntax is as follows:

  • palot://{authorizationtoken}

Parameter Breakdown

Variable Required Description
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

# Assuming our {authorizationtoken} is 1f418df7577e32b89ac6511f2eb9aa68
apprise palot://1f418df7577e32b89ac6511f2eb9aa68
Clone this wiki locally