API Mitto Auth API In addition to the Mitto API, Mitto users also have access to the Auth API, which among other things, enables the ability to list, create, update, and delete users in the Mitto UI.
Job Types System Monitor Starting in Mitto 2.9, users can add a system job that monitors system resources including memory, disk space and services. To create this job, click on the Add Job button on the
Job Types Bash Shell Script You can upload and run a bash script in your Mitto command jobs. Bash, the most commonly available unix shell, is the shell, or command language interpreter, for the GNU operating system.Bash
Job Types Email (Outgoing - Gmail) Google requires creating an App Password in order to send mail using their SMTP server (smtp.gmail.com). As a result, Mitto's email jobs cannot send using a gmail account over SMTP. However,
Job Types Email (Incoming IMAP) Mitto allows you to grab files from UNREAD email attachments and download them to Mitto's file manager. The files can then be used in subsequent jobs (CSV, Excel, JSON, etc) to create the
Inputs - Databases MariaDB OverviewMariaDB can either be used as a data source or a data destination in Mitto. Source plugin example: Query Destination plugin examples: CSV, Salesforce, SQL MariaDB as a data destinationMitto automatically creates the
Inputs - Databases MySQL OverviewMySQL can either be used as a data source or a data destination in Mitto. Source plugin example: Query Destination plugin examples: CSV, Salesforce, SQL MySQL as a data destinationMitto automatically creates the
UI Data Editor Mitto allows users to create data editor pages in Mitto's UI. These simple, editable database tables allow you to add, edit, or delete rows from any table in any database Mitto has access
Outputs - Files Export to Flat File Mitto can output data to delimited (e.g. comma, tab, pipe, etc) flat files. Outputting to a flat file with a custom IO jobHere's an example SQL database table we will export to