Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Notify_parseplatform

Chris Caron edited this page Jan 10, 2026 · 2 revisions

Important

Documentation Moved: This Wiki is archived and no longer maintained.

👉 Please view the official documentation at AppriseIt.com for the latest content.


Parse Platform Notifications

Syntax

Channels are optional; if no channel is specified then you are just personally notified.

  • parsep://{app_id}:{master_key}@{hostname}
  • parseps://{app_id}:{master_key}@{hostname}

Parameter Breakdown

Variable Required Description
app_id Yes The Application ID
master_key Yes This is the Master Key associated with your account
hostname Yes The Hostname of your Parse Platform Server

Example

Send a Parse Platform notification

# Assume:
#  - our {app_id} is abc123
#  - our {master_key} is a6k4ABnck26hDh8AA3EDHoOVdDEUlw3nty
#  - our {hostname} is parseplatform.local
apprise -vv -t "Test Message Title" -b "Test Message Body" \
   parsep://app_id:master_key@parseplatform.local

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.