acton download list

Download an Act-On List

Version: 17.07

Supported Since: 17.07

Download Act-On List connector operation provides the ability to download a specified list from your account in Act-On.

Parameters

* marked fields are mandatory

List ID *

Basic

The ID of list to be downloaded. This can be specified as a constant value or as a combination of placeholder expressions such as @{message.headers.<name>}, @{message.properties.<name>}, @{message.id}, @{mc.id}, @{mc.properties.<name>}, @{variable.<name>}.

Count

Basic

Number of elements to download. 1000 is used by default.

1000 is the maximum value for this parameter.

Offset

Basic

List item index at which the fetch begins for download. Default is 0.

Modified Before

Advanced

Download only the records modified before a given timestamp

Modified After

Advanced

Download only the records modified after a given timestamp

Created Before

Advanced

Download only the records created before a given timestamp

Created After

Advanced

Download only the records created after a given timestamp

List of Fields

Advanced

A semicolon (;) delimited list of fields to display in the returned list. Fields provided should be URL encoded. e.g. : E-mail+Address;First+Name;Last+Name;Company. This can be specified as a constant value or as a combination of placeholder expressions such as @{message.headers.<name>}, @{message.properties.<name>}, @{message.id}, @{mc.id}, @{mc.properties.<name>}, @{variable.<name>}.

Enable Date Qualifiers

Basic

If specified as true, the returned list will include timestamps for each row denoting the created and modified dates.

Response Format

Basic

Desired response format. Valid values are JSON and CSV with JSON being the default.

Response

If this operation was invoked successfully, it will provide a response message with a JSON payload of the following format.

{
   "listId":"l-ctx",
   "offset":0,
   "count":3,
   "headers":[
      "_contact_id_",
      "E-mail Address",
      "First Name",
      "Company"
   ],
   "data":[
      [
         "l-ctx:a36",
         "remove209.162.194.106@db.justspam.org",
         "",
         ""
      ],
      [
         "l-ctx:a38",
         "remove@db.justspam.org",
         "",
         ""
      ],
      [
         "l-ctx:a3a",
         "Rob+Second@salzman.us",
         "Rob",
         "Second Contact"
      ]
   ]
}
In this topic
In this topic
Contact Us