mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 11:50:20 -06:00
28 lines
676 B
JSON
28 lines
676 B
JSON
{
|
|
"Plugins": {
|
|
"Telegram": {
|
|
"Description": "A plugin that allows you to send Telegram messages.",
|
|
"Fields": {
|
|
"BotToken": "Bot Token",
|
|
"BotToken-Help":"Your telegram bot token.",
|
|
"ChatId": "Chat ID",
|
|
"ChatId-Help":"The ID of the chat to send messages to."
|
|
}
|
|
}
|
|
},
|
|
"Flow": {
|
|
"Parts": {
|
|
"Telegram": {
|
|
"Outputs": {
|
|
"1": "Telegram message sent",
|
|
"2": "Telegram message failed to send"
|
|
},
|
|
"Description": "Sends a Telegram message.",
|
|
"Fields": {
|
|
"Message": "Message",
|
|
"Message-Help": "The message to send."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |