diff --git a/Gotify/Communication/Gotify.cs b/Gotify/Communication/Gotify.cs index 7e2485e1..87e0efe1 100644 --- a/Gotify/Communication/Gotify.cs +++ b/Gotify/Communication/Gotify.cs @@ -28,6 +28,11 @@ public class Gotify: Node /// Gets if this can be used in a failure flow /// public override bool FailureNode => true; + + /// + /// Gets the Help URL + /// + public override string HelpUrl => "https://fileflows.com/docs/plugins/gotify"; /// /// Gets or sets the message to send diff --git a/Telegram/Communication/Telegram.cs b/Telegram/Communication/Telegram.cs index 9b13c94b..e7e8965c 100644 --- a/Telegram/Communication/Telegram.cs +++ b/Telegram/Communication/Telegram.cs @@ -25,6 +25,11 @@ public class Telegram: Node /// Gets if this can be used in a failure flow /// public override bool FailureNode => true; + + /// + /// Gets the Help URL + /// + public override string HelpUrl => "https://fileflows.com/docs/plugins/telegram"; /// /// Gets or sets the message to send