mirror of
https://github.com/caronc/apprise.git
synced 2025-08-17 20:11:40 +02:00
Created Notify_pushed (markdown)
36
Notify_pushed.md
Normal file
36
Notify_pushed.md
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
## Pushed Notifications
|
||||||
|
* **Source**: https://pushed.co/
|
||||||
|
* **Icon Support**: No
|
||||||
|
* **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
|
||||||
|
|
||||||
|
### 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_.
|
||||||
|
|
||||||
|
### 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:
|
||||||
|
```bash
|
||||||
|
# Assuming our {app_key} is abcdefghijklmno
|
||||||
|
# Assuming our {app_secret} is 12345678
|
||||||
|
apprise pushed://abcdefghijklmno/12345678
|
||||||
|
```
|
Reference in New Issue
Block a user