ContactTags
Retrieve tags added for each contact or for the specific Contact Id
Table Specific Information
Select
The add-in uses the ActiveCampaign API to process search criteria that refer to the Id column. The add-in processes other filters client-side within the driver. For example, the following query is processed server side:
SELECT * FROM ContactTags WHERE Id = 1
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id column of the ContactTags table. |
| ContactId | String | The ContactId column of the ContactTags table. |
| Cdate | Datetime | The Cdate column of the ContactTags table. |
| CreatedBy | String | The CreatedBy column of the ContactTags table. |
| CreatedTimestamp | Datetime | The CreatedTimestamp column of the ContactTags table. |
| ContactLink | String | The ContactLink column of the ContactTags table. |
| TagLink | String | The TagLink column of the ContactTags table. |
| Tag | String | The Tag column of the ContactTags table. |
| UpdatedBy | String | The UpdatedBy column of the ContactTags table. |
| UpdatedTimestamp | Datetime | The UpdatedTimestamp column of the ContactTags table. |