From b102436c9c2d5ac8d2e1cb434a71cb6f49d7dac7 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Tue, 24 Oct 2023 09:22:10 +1300 Subject: [PATCH] help urls --- Gotify/Communication/Gotify.cs | 5 +++++ Telegram/Communication/Telegram.cs | 5 +++++ 2 files changed, 10 insertions(+) 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