mirror of https://github.com/caronc/apprise
Updated Notify_pushed (markdown)
parent
1c79c977bd
commit
206b041407
|
@ -1,22 +1,20 @@
|
|||
## Pushed Notifications
|
||||
* **Source**: https://pushed.co/
|
||||
* **Icon Support**: No
|
||||
* **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. The request can take
|
||||
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](https://account.pushed.co/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_key}**/**{app_secret}**
|
||||
* **pushed**://**{app_key}**/**{app_secret}**/**@{user}**
|
||||
* **pushed**://**{app_key}**/**{app_secret}**/**#{channel}**
|
||||
|
||||
You can also form any combination of the above and perform updates from one url:
|
||||
* **pushed**://**{accesstoken}**/**@{user}**/**#{channel}**
|
||||
|
||||
If neither a **@{user}** or **#{channel}** is specified, then the default configuration is to send to the _app_.
|
||||
* **pushed**://**{app_alias}**/**{app_key}**/**{app_secret}**
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
|
|
Loading…
Reference in New Issue