By far most modules are built-in. However, it is also possible for 3rd party to write plugin modules with custom functionality. The built-in automation modules include:
- DeleteFiles
Delete files with specific names.
- ExtensionRenamer
Rename file extensions.
- FtpUploader
Upload files to FTP servers.
- ImageEffects
Can perform certain operations/effects on bitmap images.
- ListDirInHtml
Generate a html "index" file that lists and links to all files and directories within a given directory.
- ListPathe
All paths passed can either all or conditionally be included (separated by a string such as "," or newline) and written to a designated file.
- PathNameFixer
Alter directory and file path names in various ways.
- RunOther
Use this to call third party applications with paths as parameters.
- TextReplacer
Search and replace text (strings) in files.
- WebPageOptimizer
Optimize HTML space usage often leading to output size being 20-30% smaller.
- ZipCompress
Compress files and folders in Zip format.
- SendEmail
Send emails using MAPI.