Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

public string StartImportProcesses(string listsIDs, string listsGUIDs, string xmlDoc, string groupsIDs,
int importType, int mobileInputType, bool asPending, bool ConfirmEmail, bool asOptOut, bool forceOptIn)


This method creates and automatically starts an import process for the contacts listed in the xmlFeed. The system will then automatically create a confirmation newsletter based on a default template. Parametri

  • idList: list identifier
  • listGuid: GUID of the list
  • xmlDoc: XML string containing the contacts to be imported (see paragraph "XML feed" below)
  • groupsIDsgroup identifiers separated by comma (more than a group for each list is possible)
  • importType: import type (default value=3)
  • mobileInputType: mobile number input type (see paragraph "XML feed" below)
    • 1= include international code
    • 2=international code and phone number in two different fields
  • asPendingsubscribes users as pending, if true (default value=false)
  • ConfirmEmailsends confirmation request email (default value=false)
  • asOptOutimports users as unsubscribed (default value=false)
  • forceOptInforces subscription of users (default value=false)
  • replaceGroupsreplaces groups (default value=false)

...