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 3 Next »


Example request 1

<control xmlns="http://webservices.ecircle-ag.com/ecm" request-id="newgroup123" group-id="new">
    <group-definition group-category-name="category">
        <name>New Group</name>
        <description>New Group</description>
        <isocountry>GB</isocountry>
        <isolanguage>en</isolanguage>
        <email-channel>
            <email>newgroup@qamanual.staging11.shortest-route.com</email>
            <from-handling>
                <special>
                    <email>clonecontact@qamanual.staging11.shortest-route.com</email>
                    <name>Clone Master</name>
                </special>
            </from-handling>
            <reply-to-handling>
                <special>
                    <email>reply-test@qamanual.staging11.shortest-route.com</email>
                    <name>Contact</name>
                </special>
            </reply-to-handling>
        </email-channel>
        <io-control>
            <sendout-speed>50000</sendout-speed>
        </io-control>
    </group-definition>
    <failure-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>saduser@mapp.com</email>
    </failure-report-address>	
</control>

Example request 2

<control
    xmlns="http://webservices.ecircle-ag.com/ecm" request-id="newgroup123" group-id="new">
    <group-definition preferred-channel="email">
        <name>{GROUP NAME}</name>
        <description>{GROUP DESCRIPTION}</description>
        <isocountry>{GROUP COUNTRY CODE}</isocountry>
        <isolanguage>{GROUP LANGUAGE CODE}</isolanguage>
        <redirection-link>{REDIRECTION LINK}</redirection-link>
        <redirection-timeout>7</redirection-timeout>
        <email-channel>
            <email>{GROUP EMAIL - should end with the domain name of the eC-m system}</email>
            <from-handling>
                <special>
                    <email>{GROUP FROM ADDRESS}</email>
                    <name>
                        <![CDATA[{GROUP FROM NAME}]]>
                    </name>
                </special>
            </from-handling>
            <reply-to-handling>
                <special>
                    <email>{REPLY ADDRESS}</email>
                    <name>{REPLY NAME}</name>
                </special>
            </reply-to-handling>
        </email-channel>
        <tracking>
            <text link="true"/>
            <html reader="true" pixel-position="top" link="true" individual-link="true"/>
        </tracking>
        <io-control>
            <requires-password />
            <sendout-speed>250000</sendout-speed>
            <bounce count="1" hours="168" />
            <!--Configure bounce settings for the group-->
            <!--OR-->
            <!--
        <bounce count="3" category="transient" hours="336" /><bounce count="2" category="blocked" hours="336" /><bounce count="1" category="rejected" hours="24" /><bounce count="2" category="unknown" hours="336" />
        -->
        </io-control>
    </group-definition>
</control>


  • No labels