Updated Notify_ryver (markdown)

Chris Caron 2019-08-12 16:40:36 -04:00
parent 10dd9b463e
commit e2a490be48

@ -22,6 +22,8 @@ Next you need to define a new webhook and get the corresponding URL. This is do
This effectively equates to:<br/>
```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