Skip to content

Notify_pushed

lead2gold edited this page Jan 31, 2019 · 12 revisions

Pushed Notifications

  • Source: https://pushed.co/
  • Icon Support: From within the pushed.co website you can set up an icon.
  • Message Format: Text
  • Message Limit: 32768 Characters per Message

Account Setup

You'll want to Request Developer Access which is asked of you when you first log in to the site. Check your email because you'll need to verify your account with them. Once this is done you will have access to the apps where you can create a new one if you don't already have one.

Once this is done, you'll get access to an:

  • Application Alias: {app_alias}
  • Application Key: {app_key}
  • Application Secret: {app_secret}

Syntax

Valid syntaxes are as follows:

  • pushed://{app_alias}/{app_key}/{app_secret}

Parameter Breakdown

Variable Required Description
app_key Yes The Application Key can be generated on the Settings page of your Pushed's account. You must have an application key for this Notification service to work.
app_secret Yes The Application Secret can be generated on the Settings page of your Pushed's account. You must have an application secret for this Notification service to work.
user No Associated user(s) with your Pushed account can be found in your account.
channel No Channels must be prefixed with a hash (#) or they will be interpreted as a application id. Channels must be registered with your Pushed account to work.

Example

Send a Pushed notification to all devices:

# Assuming our {app_key} is abcdefghijklmno
# Assuming our {app_secret} is 12345678
apprise pushed://abcdefghijklmno/12345678
Clone this wiki locally