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

« Previous Version 8 Current »

Description

  1. Create a new group. Import members from gzipped XML file file

  2. Create a new group. Import members from gzipped CSV file file

See also sync-mode and sync-qualifiers

Example request xml.gz

<control request-id="TestGroup1" group-id="new"
    xmlns="http://webservices.ecircle-ag.com/ecm">
    <group-definition preferred-channel="email">
        <name>TestGroup2</name>
        <email-channel>
            <email>TestGroup1@qamanual.staging11.shortest-route.com</email>
        </email-channel>
    </group-definition>
    <member-list add-mode="add_no_message" sync-mode="update_mode>
        <uri-reference>2000members.xml.gz</uri-reference>
    </member-list>
    <failure-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>saduser@mapp.com</email>
    </failure-report-address> 		
</control>

Example request csv.gz

<control request-id="TestGroup3" group-id="new"
    xmlns="http://webservices.ecircle-ag.com/ecm">
    <group-definition preferred-channel="email">
        <name>TestGroup3</name>
        <email-channel>
            <email>TestGroup3@qamanual.staging11.shortest-route.com</email>
        </email-channel>
    </group-definition>
    <member-list add-mode="add_no_message" sync-mode="add" data-format="csv">
        <uri-reference>recipients120.csv.gz</uri-reference>
    </member-list>
</control>
  • No labels