mirror of
https://github.com/caronc/apprise.git
synced 2024-12-12 09:51:05 +01:00
Updated Notify_ryver (markdown)
parent
36495ab73d
commit
bc9051532d
@ -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:<br/>
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user