# ManagedConnector

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/api-client.ts#L55)

F3 managed connector — client-safe view (never carries the stored config/credentials).

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `'ZENDESK' | 'INTERCOM' | 'URL'` |
| `enabled` | `boolean` |
| `syncIntervalMinutes` | `number` |
| `status` | `'idle' | 'syncing' | 'ok' | 'error'` |
| `lastError` | `string | null` |
| `lastSyncedAt` | `string | null` |
| `lastItemCount` | `number | null` |
| `cursor` | `string | null` |
| `hasConfig` | `boolean` |
| `createdAt` | `string` |
