Experiencing a Data Breach? Get help now.
Give MFT teams a practical shortcut: tested templates, clear documentation, import-ready packages, and subscription access that cuts development time from days to minutes.
Our Clients &
Partners
ISO
27001
24/7 Global
Operations
Trusted by 1,000+ Organisations Across 27 Countries
Foundational templates covering everyday MFT tasks. Available to all subscribers.
Downloads an inbound file and PGP-encrypts it before writing to a local destination. Includes email alert on failure.
Encryption | PGP
Decrypts a PGP-encrypted inbound file, archives the original, and moves the plaintext output to a configured target directory.
Encryption | Archiving
Picks up a file from a local folder and uploads it to a configured SFTP destination. Deletes the local source on successful transfer.
Moving Files | SFTP
Reusable error-handler sub-workflow that captures failure context and sends a formatted email alert to a configured SMTP recipient list.
Email | Monitoring
Moves files older than a configurable age to an archive folder, then permanently deletes files past the retention period.
Maintenance | Retention
Routes inbound files to different destination folders based on filename pattern or file extension using configurable if/else logic.
Flow Logic | Routing
Downloads from source SFTP, PGP-encrypts, archives originals and encrypted copies, uploads to destination SFTP, and sends email on failure.
Encryption | Moving Files | PGP
Downloads encrypted files from SFTP, decrypts with PGP, parses content, and inserts records into a database table with full transaction logging.
Encryption | Databases
Exposes an HTTP endpoint, accepts webhook POSTs, extracts payload metadata, and routes incoming files based on configurable content rules.
API | Web Services | Routing
Delivers a file to multiple SFTP trading partners in sequence, with configurable retry logic per partner and consolidated delivery status reporting.
Moving Files | Flow Logic
EFT event rule that triggers on file upload, encrypts with a configured PGP public key, and writes the encrypted file to a destination folder.
Encryption | PGP
Scheduled EFT script that moves aged files to an archive site folder and purges files beyond retention limits, with a log entry for each action.
Maintenance | Retention
Triggers an SMTP email notification whenever a file is uploaded to a specified EFT virtual folder, with file name and size in the message body.
Email | Monitoring
On inbound file arrival, PGP-encrypts and forwards to a remote SFTP destination with full error handling and delivery confirmation email.
Encryption | Moving Files
EFT custom command that calls an external REST API on file arrival, passing configurable headers and payload for downstream processing.
API | Web Services
Parses a structured inbound file on arrival and inserts records into a configured ODBC database with transaction error handling.
Databases | Integration
MOVEit Automation task that downloads files from a configured host, encrypts them using PGP, and stores the encrypted output in a local staging path.
Encryption | PGP
Automation task that removes files from a MOVEit folder older than a configurable number of days — designed to run nightly for folder hygiene.
Maintenance | Retention
Generates a daily transfer summary for a specified MOVEit host and emails the report as a CSV attachment to a distribution list.
Reporting | Email
Collects files from an external SFTP source, PGP-encrypts locally, and delivers to a target MOVEit host with retry and delivery confirmation.
Encryption | Moving Files
Fires a REST API call to a configured endpoint when a new file arrives, passing file metadata as JSON payload for downstream processing.
API | Web Services
Parses a received delimited file row-by-row and writes records to a configured database via ODBC — includes duplicate detection and error row logging.
Databases | Integration