Create a contact list - CreateContactList

Creates an Acoustic Campaign Contact list.

Elements (Required)

DATABASE_ID - The associated database ID for the contact list

CONTACT_LIST_NAME - The name for the created contact list

VISIBILITY - Defines the visibility of the created contact list: 0 (private) or 1 (shared)

Elements (Optional)

CREATE_PARENT_FOLDER - If the specified PARENT_FOLDER_PATH doesn’t exist, then the system creates that folder. However, if you have a folder limit assigned at the org level, then the contact list is created from your root folder/.

PARENT_FOLDER_ID - Specifies the contact list folder ID where you want the contact list. The specified folder must exist in the contact list structure and you must have access to the folder.

PARENT_FOLDER_PATH - Specifies the contact list folder path of the contact list folder where you want the contact list. The specified folder must exist in the contact list structure and you must have access to the folder.

<Envelope>
  <Body>
    <CreateContactList>
      <DATABASE_ID>565576</DATABASE_ID>
      <CONTACT_LIST_NAME>Re-marketing Contacts</CONTACT_LIST_NAME>
      <VISIBILITY>0</VISIBILITY>
      <PARENT_FOLDER_PATH>Main Folder/SubFolder</PARENT_FOLDER_PATH>
      <CREATE_PARENT_FOLDER/>
    </CreateContactList>
  </Body>
</Envelope>
<Envelope>
  <Body>
    <RESULT>
      <SUCCESS>TRUE</SUCCESS>
      <CONTACT_LIST_ID>33535067</CONTACT_LIST_ID>
    </RESULT>
  </Body>
</Envelope>

Elements (Results)

SUCCESS - True if successful; False if not.

CONTACT_LIST_ID - The ID of the created contact list