# Connections: ActiveCampaign Connections - Catalog: `ActiveCampaign` - Schema: `V3` - Primary Keys: `id` - Label: Connections Can retrieve data and change data using insert, update and delete. ## Table Columns The columns of the table `Connections` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `cdate` | `datetime` | Created | ☑ | | | `externalid` | `varchar2` | External ID | ☐ | | | `id` | `int64` | ID | ☑ | | | `isInternal` | `int64` | Internal | ☑ | | | `lastSync` | `datetime` | Last Synchronization | ☐ | | | `linkUrl` | `varchar2` | Link (URL) | ☐ | | | `logoUrl` | `varchar2` | Logo (URL) | ☐ | | | `name` | `varchar2` | Name | ☑ | | | `service` | `varchar2` | Service | ☑ | | | `status` | `int64` | Status | ☑ | | | `syncStatus` | `int64` | Synchronization Status | ☑ | | | `udate` | `datetime` | Last Updated | ☐ | |