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

Description

send embedded message

Example request

<control
    xmlns="http://webservices.ecircle-ag.com/ecm" 
           request-id="Unique-String" group-id="1">
    <message message-id="new">
        <send-date>
            <immediately/>
        </send-date>
        <content target-content-encoding="ISO-8859-1">
            <subject>Campaign subject</subject>
            <text target-content-encoding="ISO-8859-1">
                <![CDATA[TXT version]]>
            </text>
            <html target-content-encoding="ISO-8859-1">
                <![CDATA[HTML version]]>
            </html>
        </content>
    </message>
</control>
  • No labels