help urls

This commit is contained in:
John Andrews
2023-10-24 09:22:10 +13:00
parent c977aad99b
commit b102436c9c
2 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,11 @@ public class Gotify: Node
/// Gets if this can be used in a failure flow
/// </summary>
public override bool FailureNode => true;
/// <summary>
/// Gets the Help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/gotify";
/// <summary>
/// Gets or sets the message to send

View File

@@ -25,6 +25,11 @@ public class Telegram: Node
/// Gets if this can be used in a failure flow
/// </summary>
public override bool FailureNode => true;
/// <summary>
/// Gets the Help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/telegram";
/// <summary>
/// Gets or sets the message to send