oms-Monitoring/Admin/Install/Workflow.install.json
Dennis Eichhorn 9d70b8606d
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

35 lines
874 B
JSON

{
"triggers": [
],
"actions": {
"1000700001": {
"name": "Error report",
"description": {
"en": "Send error report",
"de": "Versende Fehlerbericht"
},
"function_type": "Cli",
"function": "cliLogReport",
"module": "Monitoring",
"inputs": [
"email",
"{*}"
],
"outputs": [
"resources[]",
"{*}"
],
"settings": {
"email": {
"type": "input",
"subtype": "text",
"default": null,
"title": {
"en": "Email",
"de": "Email"
}
}
}
}
}
}