Import tasks using the API
- Last Updated: August 13, 2026
- 2 minute read
- Automate MFT
- Documentation
Automate MFT provides API functionality for importing MOVEit Automation task exports. The API is intended for advanced migration scenarios where users want to automate validation and import activities for multiple task exports. Progress encourages users to perform manual import iterations and become comfortable with the import process before attempting to automate the import process.
The API provides two operations: preview and import. The preview operation returns information similar to the import wizard, including the task name, entities that will be created, entities that will be reused, and any warnings or errors. This allows you to review the import results and address any issues before proceeding. Progress recommends using the preview operation before calling the import operation. When the task can be imported successfully, the import operation applies the import and creates or reuses the identified entities as required.
For detailed information on the API endpoints, see API endpoints.
API workflow
- Export each task individually from MOVEit Automation.
- Call the preview operation for the task export.
- Review warnings, errors, entities to create, and entities to reuse.
- Resolve blocking errors.
- Apply the import only after the preview result has been reviewed.
- Open the imported task in Automate MFT.
- Review, configure, test, and enable the task using the same workflow as a task imported through the user interface
folderIds query parameter from the URL. If a valid folder ID is
supplied, the task is imported into that folder.