ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content

Loader ActiveCampaign

ActiveCampaign, known for its strong email marketing capabilities, offers a user-friendly interface for creating and executing targeted campaigns with precise audience segmentation. One notable use case involves using the loader feature to effortlessly import and send a batch of emails into ActiveCampaign, streamlining the process of engaging with a wide audience. 

Data In/Data Out


Data In 

Loader requires contacts.csv file in directory /data/in/tables/contacts.csv.

 

The CSV file /data/in/tables/contacts.csv must have a header consisting of the required field email and the optional fields first_name, last_name, and phone.

 

For example:

email,phone
foo@bar.com,
jane@doe.com,123456789

Data Out

N/A

Learn more: about folder structure in configuration here.

Parameters

URL (required)

 Base URL that is specific to your account.

Credentials

API KEY (required)

Private API key.

Contact list

Contact list ID

The ID of the contact list where contacts from the export.ndjson file will be imported.

Contact list name 

Name of new contact list.

User group ID

The ID of the user group. It will be associated with the contact list and enable to see the contact list in the UI.

User group name

Name of a new user group.

 

Behavior

  • Set contact_list.id to upload contacts to the existing contact list.
  • To create a new contact list, set contact_list.name and at least one of contact_list.user_group_id or contact_list.user_group_name.
  • Use contact_list.user_group_id to use the existing user group or contact_list.user_group_name to create a new user group.