Automatically Create Files on Load Drop Dispatch
You can use the automation feature to automatically create files in a specified SFTP account every time a load drop is dispatched. This is ideal for generating dynamic files with specific event details.Create your automation
Go to the Automations section and create a new automation. Set it to activate when a load drop is dispatched. Enter the desired File Name, choose the FTP User account for the file upload, and select the relevant Document Category (e.g., dispatch).
Upload a template file
In the Template File box, upload the template that will be used to create the file. This template can be in common formats such as CSV or TXT. The template will automatically include data from the dispatched load drop.
Use dynamic data in the template
Add dynamic data to your template using placeholders. The main data objects available are:To list the product code for each dispatch transaction:
- load_drop: Access information about the load drop, such as its ID or destination.
- dispatch_transactions: Details about the transactions linked to the load drop dispatch.
Refer to the Liquid templates documentation for more detailed guidance on using dynamic data.

