From 206b041407e0bc8962c69236cb4c0aae758898e1 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 30 Jan 2019 20:58:18 -0500 Subject: [PATCH] Updated Notify_pushed (markdown) --- Notify_pushed.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Notify_pushed.md b/Notify_pushed.md index 9e72531..d118c27 100644 --- a/Notify_pushed.md +++ b/Notify_pushed.md @@ -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