Skip to content

Importing Subscribers to Campaign Monitor

This task will take an XML file in the format specified below and update or add to your specified list in Campaign Monitor.

Settings

Connection

Required
The Campaign Monitor Connection to import lists from. See the Connecting to Campaign Monitor article if you require more information on how to create/manage connections.

Input File

Required
The file containing records you wish to import to your list in Campaign Monitor.

Response File

Required
A response from Campaign Monitor will be written to this file.

List API Key

Required
The API Key of the list you wish to integrate with, you can find this if you open the list and click 'change name/type'.

Resubscribe

Required
If set to True will allow you to re-add subscribers to lists, regardless of unsubscribe status or suppression list. Should be used with caution and only where suitable. Defaults to False.

Zynk Settings

See Common Task Settings

Examples

Sample input file:

<?xml version="1.0"?>
<ArrayOfSubscriberDetail>
  <SubscriberDetail>
    <EmailAddress>[email protected]</EmailAddress>
    <Date>2016-01-12T14:37:00</Date>
    <State>Active</State>
    <Name>Zynk Software</Name>
    <CustomFields>
      <SubscriberCustomField>
        <Key>DOB</Key>
        <Value>1994-08-01</Value>
      </SubscriberCustomField>
      <SubscriberCustomField>
        <Key>Connector</Key>
        <Value>Sage 200</Value>
      </SubscriberCustomField>
    </CustomFields>
  </SubscriberDetail>
</ArrayOfSubscriberDetail>