admin-dashboard-backend/groupTasks/groups/shx-order-voucher-code-acti.../index.json

28 lines
666 B
JSON

{
"category": "Shinnex",
"name": "Gutscheincode freigeschaltet",
"globalInputs": [],
"tasks": [
{
"name": "Gutscheincode per E-Mail an Kunden senden",
"onFinish": "next",
"undoPossible": false,
"repeatPossible": true,
"scriptPath": "script.py",
"parameters": [
{
"parameterName": "customer_email",
"type": "text",
"displayName": "E-Mail vom Kunden"
},
{
"parameterName": "voucher_type",
"type": "select",
"displayName": "Gutschein Typ",
"options": ["5 €", "10 €"],
"global": false
}
]
}
]
}