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: 140 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}

You'll also need something to notify; so once you've created an account and an app, you'll also need to retrieve their mobile app (for either Android or iOS) and log in.

Syntax

Valid syntaxes are as follows:

  • pushed://{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.

Example

Send a Pushed notification:

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