mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:09:31 -06:00
help urls
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user