Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Xpath

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

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

Code Block
<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>