Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

<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>
  • No labels