mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-07 21:11:06 -05:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"Plugins": {
|
|
"Apprise": {
|
|
"Description": "A plugin that allows you to send messages to a Apprise server.",
|
|
"Fields": {
|
|
"ServerUrl": "Server",
|
|
"ServerUrl-Placeholder": "http://apprise.lan",
|
|
"ServerUrl-Help": "The URL of the Apprise server",
|
|
"Endpoint": "Endpoint",
|
|
"Endpoint-Placeholder": "notify/apprise",
|
|
"Endpoint-Help": "The endpoint on the Apprise server, for example notify/apprise"
|
|
}
|
|
}
|
|
},
|
|
"Flow": {
|
|
"Parts": {
|
|
"Apprise": {
|
|
"Outputs": {
|
|
"1": "Apprise message sent",
|
|
"2": "Apprise message failed to send"
|
|
},
|
|
"Description": "Sends a message to a Apprise server.",
|
|
"Fields": {
|
|
"Message": "Message",
|
|
"Message-Help": "The message to send to the Apprise server",
|
|
"Tag": "Tag",
|
|
"Tag-Help": "A list of tags to send this message as, if empty it will be tagged with ''all''.",
|
|
"MessageType": "Type",
|
|
"MessageType-Help": "The type of message to be sent"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |