Fio Statement Mailer Fio Statement Mailer
KeyTypeRequiredDescription
ACCOUNT_NUMBERstringNumber of Account
EASE_LOGGERstringwrite log messages using
FIO_TOKENpasswordToken with account read permission
FIO_TOKEN_NAMEstringName of Token used
LANGsetLocale for this application
STATEMENTS_DIRfile-pathTemporary folder for statements downloaded
STATEMENTS_FORMATstring(default) pdf, csv, gpc, html, json, ofx, xml
STATEMENTS_FROMemailSender's email address
STATEMENTS_REPLYTOemailReply-To email address
STATEMENTS_TOemailRecipient's email address
Fio Statement Mailer
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Odes\u00edla\u010d Fio v\u00fdpis\u016f",
        en: "Fio Statement Mailer"
    },
    description: {
        cs: "Odeslat FioBank v\u00fdpisy na e-mail p\u0159\u00edjemce",
        en: "Send FioBank statements to mail recipient"
    },
    executable: "fiobank-statement-mailer",
    homepage: "https:\/\/github.com\/Spoje-NET\/fiobank-statement-tools",
    ociimage: "dockerhub.io\/spojenet\/fiobank-statement-downloader",
    uuid: "349491f1-ccc4-466a-950a-ce9baefb6eb3",
    tags: [
        "FioBank",
        "Statements",
        "Downloader"
    ],
    version: "1.0.1.95",
    schemaVersion: "3.3.0",
    requirements: [
        "FioBank"
    ],
    environment: {
        ACCOUNT_NUMBER: {
            type: "string",
            description: "Number of Account",
            defval: "",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        FIO_TOKEN: {
            type: "password",
            description: "Token with account read permission",
            defval: "",
            required: true
        },
        FIO_TOKEN_NAME: {
            type: "string",
            description: "Name of Token used",
            defval: "",
            required: true
        },
        LANG: {
            type: "set",
            description: "Locale for this application",
            defval: "cs_CZ",
            required: false
        },
        STATEMENTS_DIR: {
            type: "file-path",
            description: "Temporary folder for statements downloaded",
            defval: "\/tmp\/",
            required: false
        },
        STATEMENTS_FORMAT: {
            type: "string",
            description: "(default) pdf, csv, gpc, html, json, ofx, xml",
            defval: "pdf",
            required: true
        },
        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
        }
    }
}
Download fio_statement_mailer.multiflexi.app.json