Versions Compared

Key

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

...

  • idList: list identifier
  • listGuid: GUID of the list
  • xmlDoc: XML string containing the contacts to be imported (see Appendix Asee 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 Appendix A(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)

...

The XML structure for importing subscribers is shown below:

Code Block
languagehtml/xml
linenumberstrue
<subscribers>
<subscriber email="user@myprovider.com" Prefix="+001" Number="8889624587" Name="">
<campo1>first name</campo1>
<campo2>last name</campo2>
<campo3>Nweb SRL</campo3>
</subscriber>
</subscribers>

Phone numbers can be specified in two ways:

  • Single field
Code Block
languagehtml/xml
linenumberstrue
<subscriber email="user@myprovider.com" Prefix="" Number="+0018889624587" Name="">
  • Two fields
Code Block
languagehtml/xml
linenumberstrue
<subscriber email="user@myprovider.com" Prefix="+001" Number="8889624587" Name="">