Versions Compared

Key

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

...

  • -400 unrecognized error
  • -401 xmlDoc is empty
  • -402 convert xml to csv failed
  • -403 create new import process failed
  • -410 can not create confirmation email
  • -450 listsIDs and listsGUIDs must contain the same number of elements
  • -600 unrecognized error
  • -601 an import process is already running for the list
  • -602 an import process is already running for a different list
  • -603 error checking process status
  • -604 error starting the process job

The XML structure for importing subscribers is shown below:

 

 

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

 

...

  • Single field

 

<subscriber email="user@myprovider.com" Prefix="" Number="+0018889624587" Name="">

 

  • Two fields

 

<subscriber email="user@myprovider.com" Prefix="+001" Number="8889624587" Name="">
None  Edit Labels