Notify Customers Notify Customers
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
EASE_LOGGERstringwrite log messages using
LANGsetLocale for this application
OVERDUE_PATIENCEintegerDays of silence after due date
REMINDER_SKIPDOCTYPEstringDocument types to skip
REMIND_FROMstringMail Sender
Notify Customers
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Notify Customers",
        en: "Notify Customers"
    },
    description: {
        cs: "Send inventarization",
        en: "Send inventarization"
    },
    executable: "abraflexi-notify-customers",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-reminder",
    uuid: "2d08b097-6da2-475d-b5cc-85f51cf5e463",
    tags: [
        "AbraFlexi",
        "Inventarize",
        "Mail",
        "Sms"
    ],
    version: "1.7.3.244",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        LANG: {
            type: "set",
            description: "Locale for this application",
            defval: "cs_CZ",
            required: false
        },
        OVERDUE_PATIENCE: {
            type: "integer",
            description: "Days of silence after due date",
            defval: "0",
            required: false
        },
        REMINDER_SKIPDOCTYPE: {
            type: "string",
            description: "Document types to skip",
            defval: "TEST",
            required: true
        },
        REMIND_FROM: {
            type: "string",
            description: "Mail Sender",
            defval: "",
            required: true
        }
    }
}
Download notify_customers.multiflexi.app.json