Automat:ee 1.2.1 Documentation
Cron Types
Automat:ee has 4 different modes that allow you schedule ExpressionEngine to do whatever you want.
Plugin
Select the Plugin you want to run. If there is a particular method you want executed (outside of the controller) enter the name in the cooresponding text field. Keep in mind that you can not pass arguments to the methods at this time.
Module
Select the Module you want to run. If there is a particular method you want executed (outside of the controller) enter the name in the cooresponding text field. Keep in mind that you can not pass arguments to the methods at this time.
Get URL
Enter the full URL. Note that the request is done using the standard GET method and, if logging is enabled, the return will be saved.
Command Line
Enter the command exactly as you would from the *nix terminal. Note that this function does not work on Windows systems and is contingent upon your system having the exec() function available.

