> For the complete documentation index, see [llms.txt](https://docs.ubiquity.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ubiquity.co.nz/documentation/data-and-integrations/connectors.md).

# 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
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.ubiquity.co.nz/documentation/data-and-integrations/connectors.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.
