Contacts: ActiveCampaign Contacts |
Catalog: ActiveCampaign
Schema: V3
Primary Keys: id
Label: Contacts
Can retrieve data and change data using insert, update and delete.
Parameters of Table Function
The following parameters can be used to control the behaviour of the table function Contacts. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
exclude |
int32 |
☐ |
|
Exclude from the response the contact with the given ID. |
formid |
int32 |
☐ |
|
Filter contacts associated with the given form. |
in_group_lists |
string |
☐ |
|
Set this to 'true' in order to return only contacts that the current user has permissions to see. |
listid |
string |
☐ |
|
Filter contacts associated with the given list. |
segmentid |
int32 |
☐ |
|
Return only contacts that match a list segment (this param initially returns segment information, when it is run a second time it will return contacts that match the segment). |
seriesid |
int32 |
☐ |
|
Filter contacts associated with the given automation. |
status |
string |
☐ |
|
-1 = Any, 0 = Unconfirmed, 1 = Active, 2 = Unsubscribed, 3 = Bounced. |
tag |
int32 |
☐ |
|
Filter contacts associated with the given tag. |
waitid |
int32 |
☐ |
|
Filter by contacts in the wait queue of an automation block. |
Columns of Table Function
The columns of the table function Contacts 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 |
---|---|---|---|---|
adate |
datetime |
|
☐ |
|
bounced_date |
datetime |
Bounced Date |
☐ |
|
bounced_hard |
int64 |
Bounced Hard |
☑ |
|
bounced_soft |
int64 |
Bounced Soft |
☑ |
|
cdate |
datetime |
Created |
☐ |
|
deleted |
int64 |
Deleted |
☑ |
|
edate |
datetime |
|
☐ |
|
email_domain |
string |
|
☐ |
|
email_local |
string |
|
☐ |
|
string |
Email Address |
☐ |
|
|
firstName |
string |
First Name |
☐ |
|
gravatar |
int64 |
Gravatar |
☑ |
|
hash |
string |
Hash |
☐ |
|
id |
int64 |
ID |
☑ |
|
ip |
int64 |
IP Address |
☑ |
|
lastName |
string |
Last Name |
☐ |
|
organization |
int64 |
Account |
☐ |
Deprecated. Do not use. |
orgid |
int64 |
Organization ID |
☑ |
|
phone |
string |
Phone |
☐ |
|
rating_tstamp |
datetime |
Rating Date |
☐ |
|
segmentio_id |
int64 |
|
☐ |
|
sentcnt |
int64 |
|
☑ |
|
socialdata_lastcheck |
datetime |
Social Data Last Check |
☐ |
|
ua |
string |
|
☐ |
|
udate |
datetime |
Last Updated |
☐ |
|
22-12-2022 20:43 Version 22.1.101-BETA+3681