Search Results for

    Show / Hide Table of Contents

    Exporting Subscribers from Campaign Monitor

    This task will provide a list of subscribers from whichever list you specify from Campaign Monitor in an XML format.

    Settings

    Connection

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

    Export Settings

    Required

    • Download Modified, New or All Records - Used to choose which records should be included in the export. Note that the 'Modified' will also export any new records.

    Output File

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

    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'.

    Zynk Settings

    See Common Task Settings

    Examples

    Sample output file:

    <?xml version="1.0"?>
    <ArrayOfSubscriberDetail>
      <SubscriberDetail>
        <EmailAddress>[email protected]</EmailAddress>
        <Date>2016-01-12T14:27:00</Date>
        <State>Active</State>
        <Name />
        <CustomFields>
          <SubscriberCustomField>
            <Key>[DOB]</Key>
            <Value>1994-08-01</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
          <SubscriberCustomField>
            <Key>[Connector]</Key>
            <Value>Sage 50</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
        </CustomFields>
        <ReadsEmailWith />
      </SubscriberDetail>
      <SubscriberDetail>
        <EmailAddress>[email protected]</EmailAddress>
        <Date>2016-01-12T14:27:00</Date>
        <State>Active</State>
        <Name />
        <CustomFields>
          <SubscriberCustomField>
            <Key>[DOB]</Key>
            <Value>1979-08-05</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
          <SubscriberCustomField>
            <Key>[Connector]</Key>
            <Value>Sage 200</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
        </CustomFields>
        <ReadsEmailWith />
      </SubscriberDetail>
      <SubscriberDetail>
        <EmailAddress>[email protected]</EmailAddress>
        <Date>2016-01-12T14:27:00</Date>
        <State>Active</State>
        <Name />
        <CustomFields>
          <SubscriberCustomField>
            <Key>[DOB]</Key>
            <Value>1967-03-07</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
          <SubscriberCustomField>
            <Key>[Connector]</Key>
            <Value>Sage 50</Value>
            <Clear>false</Clear>
          </SubscriberCustomField>
        </CustomFields>
        <ReadsEmailWith />
      </SubscriberDetail>
    </ArrayOfSubscriberDetail>
    
    In This Article
    Zynk Documentation © 2021, Zynk Software Limited. Zynk is a registered trademark of Zynk Software Limited