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

Xpath

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

Description

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


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