Updated Notify_pushed (markdown)

master
lead2gold 2019-01-31 00:24:11 -05:00
parent 9886c0bdca
commit a601eec9f4
1 changed files with 9 additions and 0 deletions

@ -21,12 +21,21 @@ Subscribe to this App; there is a _Subscription Link_ you can follow right from
### Syntax
Valid syntaxes are as follows:
* **pushed**://**{app_key}**/**{app_secret}**
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id}**
* **pushed**://**{app_key}**/**{app_secret}**/**#{channel}**
You can also form any combination of the above and perform updates from one url:
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id}**/**#{channel}**/
If neither a **@{user_pushed_id}** or **#{channel}** is specified, then the default configuration is to send to just the _App_ you provided keys for.
### 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_pushed_id | No | Users must be prefixed with an _at_ (@) character or they will be ignored. You can identify users here by their Pushed ID.
| channel | No | Channels must be prefixed with a _hash tag_ (#) or they will be ignored. Channels must be registered with your Pushed account to work.
#### Example
Send a Pushed notification: