Updated Notify_pushed (markdown)

lead2gold 2019-01-31 15:22:22 -05:00
parent a601eec9f4
commit 0f92e012cd

@ -22,10 +22,12 @@ Subscribe to this App; there is a _Subscription Link_ you can follow right from
Valid syntaxes are as follows:
* **pushed**://**{app_key}**/**{app_secret}**
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id}**
* **pushed**://**{app_key}**/**{app_secret}**/**#{channel}**
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id1}**/**@{user_pushed_id2}**/**@{user_pushed_idN}**
* **pushed**://**{app_key}**/**{app_secret}**/**#{channel_alias}**
* **pushed**://**{app_key}**/**{app_secret}**/**#{channel_alias1}**/**#{channel_alias2}**/**#{channel_aliasN}**
You can also form any combination of the above and perform updates from one url:
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id}**/**#{channel}**/
* **pushed**://**{app_key}**/**{app_secret}**/**@{user_pushed_id}**/**#{channel_alias}**/
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.
@ -35,7 +37,7 @@ If neither a **@{user_pushed_id}** or **#{channel}** is specified, then the defa
| 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.
| channel_alias | No | Channels must be prefixed with a _hash tag_ (#) or they will be ignored. Channels must be registered with your Pushed account to work. This must be the channel alias itself; not the channel. The alias can be retrieved from the channel settings from within your pushed.io account.
#### Example
Send a Pushed notification: