diff --git a/Notify_ryver.md b/Notify_ryver.md index 0032bdd..d87f06f 100644 --- a/Notify_ryver.md +++ b/Notify_ryver.md @@ -22,6 +22,8 @@ Next you need to define a new webhook and get the corresponding URL. This is do This effectively equates to:
```https://{organization}.ryver.com/application/webhook/{token}``` +**Note:** Apprise supports this URL _as-is_ (_as of v0.7.7_); you no longer need to parse the URL any further. However there is slightly less overhead (internally) if you do. + 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``` @@ -29,9 +31,10 @@ The last part of the URL you're given is the token we're most interested in. Wit ### Syntax Valid syntaxes are as follows: -* **ryver**://**{organization}**/**{token}**/ -* **ryver**://**{botname}**@**{organization}**/**{token}**/ -* **ryver**://**{organization}**/**{token}**/?**webhook=slack** +* `https://{organization}.ryver.com/application/webhook/{token}` +* `ryver://{organization}/{token}/` +* `ryver://{botname}@{organization}/{token}/` +* `ryver://{organization}/{token}/?webhook=slack` ### Parameter Breakdown | Variable | Required | Description