Updated Notify_ryver (markdown)

Chris Caron 2019-02-09 17:23:21 -05:00
parent 9335775029
commit 97b2dea382

@ -30,7 +30,7 @@ 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**://**{user}**@**{organization}**/**{token}**/
* **ryver**://**{botname}**@**{organization}**/**{token}**/
* **ryver**://**{organization}**/**{token}**/?**webhook=slack**
### Parameter Breakdown
@ -38,7 +38,7 @@ Valid syntaxes are as follows:
| ----------- | -------- | -----------
| organization| Yes | The organization you created your webhook under.
| token | Yes | The token provided to you after creating a *incoming-webhook*
| user | No | Set the display name the message should appear from.
| botname | 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