From 97b2dea38260962285ed2cf1620a256eea32224a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Feb 2019 17:23:21 -0500 Subject: [PATCH] Updated Notify_ryver (markdown) --- Notify_ryver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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