From bc9051532d3e46503bdd6672d2f8ff46654d524d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Feb 2019 16:53:14 -0500 Subject: [PATCH] Updated Notify_ryver (markdown) --- Notify_ryver.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Notify_ryver.md b/Notify_ryver.md index 13ad9ac..128aa52 100644 --- a/Notify_ryver.md +++ b/Notify_ryver.md @@ -19,16 +19,19 @@ Next you need to define a new webhook and get the corresponding URL. This is do When you've completed this process you will receive a URL that looks something like this: ```https://apprise.ryver.com/application/webhook/ckhrjW8w672m6HG``` -This effectively equates to: +This effectively equates to:
```https://{organization}.ryver.com/application/webhook/{token}``` -The last part of the URL you're given is the token we're most interested in. With respect to the above example, the **token** is ```ckhrjW8w672m6HG``` and the organization is **apprise**. +The last part of the URL you're given is the token we're most interested in. With respect to the above example: + +- the **token** is ```ckhrjW8w672m6HG``` +- the **organization** is ``apprise`` ### Syntax Valid syntaxes are as follows: * **ryver**://**{organization}**/**{token}**/ * **ryver**://**{user}**@**{organization}**/**{token}**/ -* **ryver**://**{organization}**/**{token}**/?webhook=slack +* **ryver**://**{organization}**/**{token}**/?**webhook=slack** ### Parameter Breakdown | Variable | Required | Description @@ -37,6 +40,7 @@ Valid syntaxes are as follows: | token | Yes | The token provided to you after creating a *incoming-webhook* | user | No | Set the display name the message should appear from. | webhook | No | The type of webhook you created (Slack or Ryver). The only possible values are **slack** and **ryver**. The default value is **ryver** if the webhook value isn't specified. + #### Example Send a ryver notification: ```bash