> For the complete documentation index, see [llms.txt](https://docs.unimarket.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unimarket.com/documentation/file-automation-sftp/unimarket-file-automation-sftp.md).

# Unimarket File Automation (sFTP)

Unimarket File Automation provides a low-barrier alternative to full system integration by allowing customers to securely import and export data using simple CSV flat files. This service eliminates the need for manual data entry and report generation by automating the exchange of information via Secure File Transfer Protocol (sFTP).

## Audience and Intent

* **Audience**: Organizations seeking to automate master data or reporting without the complexity or budget of a full integration.
* **Intent**: To provide a simple method for securely importing/exporting CSV files, reducing manual workload for data loads and exports.

## Supported Master Data Imports

You can use File Automation to manage several key master data categories:

* **Users**: Bulk upload and update user profiles. See [User Data Uploads via sFTP](/documentation/file-automation-sftp/user-data-uploads-via-sftp.md).
* **Account Codes**: Sync general ledger and financial codes. See [Account Code Formats](https://help.unimarket.com/hc/en-us/articles/45850693718937-Account-Code-Formats-Manually).
* **Approval Data**: Automate the upload of approval chains and limits. See [Approval Data Uploads via sFTP](/documentation/file-automation-sftp/approval-data-uploads-via-sftp.md).
* **Payment Status**: Update payment records for processed invoices. See [Payment data uploads using sFTP](https://help.unimarket.com/hc/en-us/articles/45852076227481-Payment-data-uploads-using-sFTP).
* **Suppliers**: Create and update supplier records and remittance addresses. See [Supplier Master Data Uploads via sFTP](/documentation/file-automation-sftp/supplier-master-data-uploads-via-sftp.md).
* **Blanket Order Invoices**: Speed up invoice entry by uploading lines via CSV. See [Upload Blanket Order Invoices Using a CSV](https://help.unimarket.com/hc/en-us/articles/45849771795609-Upload-Blanket-Order-Invoices-Using-a-CSV).

## How to Set Up File Automation

Setup is straightforward and requires minimal configuration beyond establishing an sFTP connection.

1. **Request Activation**: Contact your **Account Manager** to discuss requirements and enable the service for specific uploads.
2. Further details relating to setting up File Automation can be found in [sFTP Setup for File Automation](/documentation/file-automation-sftp/sftp-setup-for-file-automation.md).

## Automated Reporting

Reporting automation is even simpler than data imports. Reports can be scheduled on a regular export cycle to be delivered automatically to your chosen sFTP location. This ensures your team always has access to the latest procurement insights without manual extraction.

## Limits & Notes

* **Cost**: There is a minimal annual fee associated with enabling this functionality.
* **File Format**: All automated files must adhere to the specific CSV syntax, character encoding, and date formats required by Unimarket.
* **Sequencing**: When loading multiple files, they must be processed in order (e.g., creating suppliers before adding supplier addresses) to avoid errors.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.unimarket.com/documentation/file-automation-sftp/unimarket-file-automation-sftp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
