Page tree

Versions Compared

Key

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

Description

  • Take main.xml and recipients.csv

  • Pack both files as controlxml.zip

  • Upload package to FTP server

  • In Mapp Engage, create "Process Control XML" automation.

  • Run Automation

Main.xml

Code Block
<control xmlns="http://webservices.ecircle-ag.com/ecm" 
 request-id="1" group-id="new" clone-from-id="639">
    <group-definition preferred-channel="email">
        <name>Import Contacts</name>
        <description>Import Contacts</description>
        <isocountry>US</isocountry>
        <isolanguage>en</isolanguage>
    </group-definition>
    <member-list add-mode="add" sync-mode="add" data-format= "csv">
        <uri-reference gzip-compressed="false">recipients.csv</uri-reference>
    </member-list>
</control>