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

Description

TLS sender profile. Requires a Feature Switch and setting up a profile name in Mapp Engage.

Xpath

/control/message/sendout-preferences/sender-profile

Example request

<control
    xmlns="http://webservices.ecircle-ag.com/ecm" 
           request-id="Unique-String" group-id="1">
    <message message-id="new" clone-from-id="1">
        <sendout-preferences>
             <sender-profile>forced</sender-profile>
        </sendout-preferences>
        <send-date>
            <immediately/>
        </send-date>
    </message>
</control>
  • No labels