diff --git a/Notify_ryver.md b/Notify_ryver.md index a1b5b19..0032bdd 100644 --- a/Notify_ryver.md +++ b/Notify_ryver.md @@ -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