# Monitoring Connectors

### Overview

Once a Connector is active, it runs automatically. You can monitor activity in three ways: the Connectors dashboard, individual Connector run history, and email notifications. Together these give you visibility into whether your data is being imported or exported as expected.

***

### Connectors dashboard

The Connectors dashboard provides a high-level view of all configured Connectors.

📸 *Screenshot of the Connectors dashboard*

For each Connector, the dashboard shows:

| Column               | Description                                               |
| -------------------- | --------------------------------------------------------- |
| Connector name       | The name assigned during setup                            |
| Database             | The UbiQuity database the Connector is associated with    |
| Direction            | Whether the Connector is importing or exporting           |
| Source / Destination | The storage type (SFTP, Azure Blob Storage, or Amazon S3) |
| Last run time        | When the Connector last ran                               |
| Last status          | The outcome of the most recent run                        |
| Active status        | Whether the Connector is currently active                 |

***

### Connector statuses

Each run displays one of the following statuses:

| Status    | Meaning                                                                       |
| --------- | ----------------------------------------------------------------------------- |
| Running   | The Connector is currently processing a file                                  |
| Completed | The run finished successfully. For imports, data has been written to UbiQuity |
| Failed    | The Connector encountered an error and did not complete                       |

If a run shows **Failed**, select the Connector to open its run history and review the error details. See Troubleshooting for guidance on common errors.

***

### Run history

Selecting a Connector from the dashboard opens its run history. The run history shows:

* Run name
* Status
* Start time
* End time
* Duration

You can expand an individual run to see additional detail, including a summary of what was imported or exported during that run.

📸 *Screenshot of a Connector run history*

***

### Email notifications

Connectors can send email notifications to recipients you configure during setup. Notifications provide visibility without needing to log in to UbiQuity.

**Success notifications**

A success email is sent after a Connector completes successfully. For imports, this includes:

* File name processed
* Total rows processed
* Rows inserted
* Rows updated
* Rows failed
* Rows skipped

**Failure notifications**

If a Connector run fails, a failure notification is sent to configured recipients. The email includes the Connector name, the file involved where applicable, and a summary of the failure.

**No-file notifications**

You can configure no-file notifications to alert your team if an expected file has not been received within a defined time threshold. This helps catch missing data feeds before they affect campaigns or reporting.

***

### What to do if a Connector fails

If a run shows as **Failed**:

1. Open the Connector's run history and review the error message
2. Confirm the file matches the configured file pattern
3. Verify credentials and permissions are still valid
4. Ensure the file was fully uploaded before the next scan cycle

If the issue persists, contact support with your account name, Connector name, run time, error message, and file name. See [Troubleshooting](/documentation/data-and-integrations/connectors/troubleshooting.md) for a full list of common errors and how to resolve them.


---

# 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/monitoring-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.
