. . .

My Modules


My modules contains all panels for tools provided by your selected modules; the content therefore depends on your selection.
The only exception is the analytics and the cronjob tool, which are always available.

images/download/attachments/61479683/MyModules.png

Analytics

images/download/attachments/61479683/apiOmat_Analytics.PNG

The analytics tool shows you the amount of users of your app and the disk space it uses.
This helps you to decide if you need to upgrade to a higher plan.

Cronjob

images/download/attachments/61479683/apiOmat_Cronjob.PNG

With a paid plan, you have the opportunity to create cronjobs. A cronjob is a javascript code, just like what you can use in server code, but which is executed automatically in defined time spans: Hourly, daily, weekly or monthly.

All you have to do is place your javascript to execute as cronjob in one of the following methods:

JavaScript
function aom_hourly() {
// code here gets executed every hour
}
function aom_daily() {
// code here gets executed every day at 3:00
}
function aom_weekly() {
// code here gets executed every week at Monday, 3:00
}
function aom_monthly() {
// code here gets executed every week at first day of month, 3:00
}

CSV/XML

images/download/attachments/61479683/apiOmat_CSV_XML.PNG

This tool allows you to import or export ZIP-files containing CSV/XML Data in an easy dialog.
So you don’t have to use the REST interface to download/upload your data.

Push

images/download/attachments/61479683/apiOmat_Push.PNG

You can send push messages to your users using the dashboard.

Restore

images/download/attachments/61479683/apiOmat_Restore.PNG

With this tool you can choose a day from which you want to restore your data.