transfer_files_from_integration
Transfers files from a cloud integration or storage gateway to MASV, creating a new package and initiating the transfer.
Instructions
Transfer files from a cloud integration (AWS S3, Azure, Dropbox, etc.) or MASV Storage Gateway to MASV. Creates a new package and initiates the transfer. Use list_files_on_integration first to get file information including IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of files/directories to transfer from the integration | |
| recipients | No | Email addresses to send package to | |
| accessLimit | No | Download access limit (default: 5) | |
| notifyEmail | No | Email to notify on transfer completion | |
| packageName | Yes | Name for the new package | |
| integrationId | Yes | ID of the cloud or storage gateway integration | |
| packageDescription | No | Description for the package |