mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 10:21:51 +01:00
Updated Notify_ryver (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user