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

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>
    <success-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>happyuser@mapp.com</email>  
    </success-report-address>
    <failure-report-address xmlns="http://webservices.ecircle-ag.com/ecm">
        <email>saduser@mapp.com</email>
    </failure-report-address>   
</control>
  • No labels