TDV Adapter for ActiveCampaign

Build 22.0.8462

Data Model

Overview

The adapter models resources like Contacts, Accounts as relational tables, allowing you to write SQL to query data.

Live connectivity to these objects means any changes to your account are immediately reflected when using the adapter.

Views

Views are tables that cannot be modified. Typically, data that are read-only and cannot be updated are shown as views.

Dynamic Views

Along with the default static views, the adapter also allows querying on dynamic views.

These are views that are created based on the "lists" (also called "audiences") in your account.
For example, suppose you have these 3 lists in your account: Master Contact List, New Audience, VIP List.

The adapter lists 3 views based on them: List_MasterList, List_New Audience, List_VIP List.
The views return data about each contact that is a member of that specific list.

Tables

Tables describes the available tables. Tables are statically defined to model resources like Accounts, Deals, DealGroups, DealStages, Tasks, etc.

The adapter also supports querying tables like AccountCustomFieldData, DealCustomFieldData, ContactCustomFieldData which represent custom field data information.

Additionally, the adapter supports updating, inserting custom fields data from the main resource (available for the Accounts, Contacts, Deals tables) where custom fields are dynamically appended as main resource columns. See the specific table section for more information.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462