# Connectors

{% hint style="info" %}
CONNECTORS ARE COMING AUGUST 2026
{% endhint %}

### What are Connectors?

Connectors let you automatically move data between your systems and UbiQuity, removing the need for manual uploads or custom-built integrations.

They are self-service integration pipelines that import and export flat files between UbiQuity and external storage locations such as SFTP, Microsoft Azure Blob Storage, and Amazon S3.

For imports, Connectors automatically scan configured storage locations every five minutes and process matching files. For exports, Connectors generate files on a defined schedule and deliver them to your chosen storage location.

Once configured, Connectors run automatically in the background, keeping your data up to date and ready to use for campaigns, journeys, reporting, and downstream systems.

Connectors replace UbiQuity’s legacy importer and exporter tools and form part of our move toward a more standardised, product-led SaaS model.

***

### What can you do with Connectors?

With Connectors, you can:

* Import flat files from other systems into UbiQuity
* Export flat files out of UbiQuity for use in other systems
* Automate recurring data flows without manual intervention

Connectors support flat file integrations with:

* SFTP Servers
* Microsoft Azure Blob Storage
* Amazon S3

Each connector is configured for a specific data flow and runs independently, allowing you to manage multiple integrations in parallel.


---

# Agent Instructions: 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:

```
GET https://docs.ubiquity.co.nz/documentation/data-and-integrations/connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
