ČSas statement mailer ČSas statement mailer
KeyTypeRequiredDescription
ACCOUNT_CURRENCYstringfor multicurrency accounts please specify one
APP_DEBUGboolEnable application debug mode
CSAS_ACCESS_TOKENstringAccess token for CSAS
CSAS_ACCOUNT_IBANstringIBAN of the CSAS account
CSAS_ACCOUNT_UUIDstringUUID of the CSAS account
CSAS_API_DEBUGboolEnable API debug mode
CSAS_API_KEYstringAPI key for CSAS
CSAS_GENERATE_EMPTY_STATEMENTSboolGenerate and mail mock statements when no transactions are available for the period
CSAS_SANDBOX_MODEboolEnable sandbox mode for CSAS
EASE_LOGGERstringwrite log messages using
IMPORT_SCOPEstringTime scope of transactions downloaded
RESULT_FILEstringwrite output json data to
STATEMENTS_CCemailCC email address
STATEMENTS_DIRstringDirectory to save statements
STATEMENTS_FROMemailSender's email address
STATEMENTS_REPLYTOemailReply-To email address
STATEMENTS_TOemailRecipient's email address
STATEMENT_FORMATsetpdf or xml
ČSas statement mailer
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "\u010cSas mailer v\u00fdpis\u016f",
        en: "\u010cSas statement mailer"
    },
    description: {
        cs: "St\u00e1hnout v\u00fdpisy \u010cSas v zadan\u00e9m form\u00e1tu a odeslat je e-mailem",
        en: "Download Csas statements in given format and send it via email"
    },
    executable: "csas-statement-mailer",
    homepage: "https:\/\/github.com\/VitexSoftware\/csas-statement-tools",
    uuid: "bd700603-7a49-431c-8e30-97dbf1bddb41",
    tags: [
        "Csas",
        "Mail",
        "Statements"
    ],
    version: "0.1.3.50",
    schemaVersion: "3.3.0",
    environment: {
        ACCOUNT_CURRENCY: {
            type: "string",
            description: "for multicurrency accounts please specify one",
            defval: "CZK",
            required: false
        },
        APP_DEBUG: {
            type: "bool",
            description: "Enable application debug mode",
            defval: "0",
            required: false
        },
        CSAS_ACCESS_TOKEN: {
            type: "string",
            description: "Access token for CSAS",
            defval: "",
            required: true
        },
        CSAS_ACCOUNT_IBAN: {
            type: "string",
            description: "IBAN of the CSAS account",
            defval: "",
            required: true
        },
        CSAS_ACCOUNT_UUID: {
            type: "string",
            description: "UUID of the CSAS account",
            defval: "",
            required: true
        },
        CSAS_API_DEBUG: {
            type: "bool",
            description: "Enable API debug mode",
            defval: "0",
            required: false
        },
        CSAS_API_KEY: {
            type: "string",
            description: "API key for CSAS",
            defval: "",
            required: true
        },
        CSAS_GENERATE_EMPTY_STATEMENTS: {
            type: "bool",
            description: "Generate and mail mock statements when no transactions are available for the period",
            defval: "0",
            required: false
        },
        CSAS_SANDBOX_MODE: {
            type: "bool",
            description: "Enable sandbox mode for CSAS",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        IMPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "auto",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "csas_statement_mailer.json",
            required: false
        },
        STATEMENTS_CC: {
            type: "email",
            description: "CC email address",
            defval: "",
            required: false
        },
        STATEMENTS_DIR: {
            type: "string",
            description: "Directory to save statements",
            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: "set",
            description: "pdf or xml",
            defval: "pdf",
            required: false
        }
    },
    artifacts: [
        {
            name: "Statements report",
            path: "csas_statement_mailer.json",
            type: "file",
            description: {
                cs: "Generovan\u00e9 bankovn\u00ed v\u00fdpisy",
                en: "Generated bank statements"
            }
        }
    ]
}
Download _sas_statement_mailer.multiflexi.app.json