Skip to content

Exporting Lists From Campaign Monitor

This task will allow you to export a collection of your lists in Campaign Monitor in an XML format. You will need to specify your Campaign Monitor Client ID as part of the task. You will need to use one of the returned list id's when using either the Exporting Subscribers from Campaign Monitor or Importing Subscribers to Campaign Monitor tasks, or you can find the id by editing the list through Campaign Monitor.

Settings

Connection

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

Output File

Required
The file to save all exported records to, in XML format.

Client ID

Required
The Client ID of your account, this can be found if you go to Manage My Account underneath your account name and then go to Managing API Keys.

Zynk Settings

See Common Task Settings

Examples

Sample output file:

<?xml version="1.0"?>
<ArrayOfBasicList>
  <BasicList>
    <ListID>aba81325b114110c445a798457755231</ListID>
    <Name>Test</Name>
  </BasicList>
  <BasicList>
    <ListID>1831b68524487831ae9c7b31f3d7d049</ListID>
    <Name>Test List</Name>
  </BasicList>
</ArrayOfBasicList>