RB statement mailer RB statement mailer
KeyTypeRequiredDescription
ACCOUNT_CURRENCYstringfor multicurrency accounts please specify one
ACCOUNT_NUMBERstringBank Account Number
CERT_FILEfile-pathPath to RB Certificate file
CERT_PASSpasswordCertificate password
EASE_LOGGERstringwrite log messages using
RBAPI_RATE_LIMIT_JSON_FILEstringwrite API rate limit file using
STATEMENTS_DIRstringTime scope of transactions downloaded
STATEMENTS_FROMemailSender's email address
STATEMENTS_REPLYTOemailReply-To email address
STATEMENTS_TOemailRecipient's email address
STATEMENT_FORMATstringpdf or xml
STATEMENT_LINEstringStatement line can be MAIN or ADDITIONAL
STATEMENT_SCOPEstringTime scope of transactions downloaded
XIBMCLIENTIDstringClientID
RB statement mailer
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Pos\u00edla\u010d v\u00fdpis\u016f RB",
        en: "RB statement mailer"
    },
    description: {
        cs: "St\u00e1hn\u011bte v\u00fdpisy Raiffeisenbank ve zvolen\u00e9m form\u00e1tu a ode\u0161lete je e-mailem",
        en: "Download Raiffeisenbank statements in given format and send it via email"
    },
    executable: "raiffeisenbank-statement-mailer",
    homepage: "https:\/\/github.com\/Spoje-NET\/raiffeisenbank-statement-tools",
    uuid: "b50fe50c-4dab-419e-815e-dcd95bbeb29e",
    tags: [
        "RaiffeisenBank",
        "Mail",
        "Statements"
    ],
    version: "1.4.2.97",
    schemaVersion: "3.3.0",
    environment: {
        ACCOUNT_CURRENCY: {
            type: "string",
            description: "for multicurrency accounts please specify one",
            defval: "CZK",
            required: false
        },
        ACCOUNT_NUMBER: {
            type: "string",
            description: "Bank Account Number",
            defval: "",
            required: true
        },
        CERT_FILE: {
            type: "file-path",
            description: "Path to RB Certificate file",
            defval: "",
            required: true
        },
        CERT_PASS: {
            type: "password",
            description: "Certificate password",
            defval: "",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        RBAPI_RATE_LIMIT_JSON_FILE: {
            type: "string",
            description: "write API rate limit file using",
            defval: "{MULTIFLEXI_TMP}\/rbczpremiumapi_rates.json",
            required: false
        },
        STATEMENTS_DIR: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: ".\/",
            required: false
        },
        STATEMENTS_FROM: {
            type: "email",
            description: "Sender's email address",
            defval: "",
            required: false
        },
        STATEMENTS_REPLYTO: {
            type: "email",
            description: "Reply-To email address",
            defval: "",
            required: false
        },
        STATEMENTS_TO: {
            type: "email",
            description: "Recipient's email address",
            defval: "",
            required: true
        },
        STATEMENT_FORMAT: {
            type: "string",
            description: "pdf or xml",
            defval: "pdf",
            required: true
        },
        STATEMENT_LINE: {
            type: "string",
            description: "Statement line can be MAIN or ADDITIONAL",
            defval: "MAIN",
            required: false
        },
        STATEMENT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "last_month",
            required: true
        },
        XIBMCLIENTID: {
            type: "string",
            description: "ClientID",
            defval: "",
            required: true
        }
    }
}
Download rb_statement_mailer.multiflexi.app.json