Method parameters

CreateList method allows to create a new list in MailUp, using default values for lists.


This method is used when an external application managing several companies/brands uses one single MailUp console. An example of this is the integration between MailUp and Microsoft Dynamics CRM: one CRM system and one MailUp console allow to manage different companies. Adding a new company is an operation entirely managed in the CRM system, which then creates within MailUp a new list, independent from the others.
We recommend to limit the number of lists, in order to preserve the optimal performance of the MailUp console.

 

Sample CreateList response

The method returns a string in XML format containing the list identifier and the GUID of the List created in the MailUp console.

<CreateList>

       <Lists>

<List Guid="Guid" Id ="X" Name="nome"/>

       </Lists>

</CreateList >

The XML string will have the following features:


In case of errors during the creation of the list, the XML will have the following structure:

<CreateList>

       <Lists>

<List Guid="Guid" Id ="X" Name="nome"/>

       </Lists>

</CreateList >

The XML string will have the following features:

CreateList method will also create the folder to which the CSV files containing the data of the users to be imported will be transferred via FTP.