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

Description

send a message with the picture from the content store

Example request

<control
    xmlns="http://webservices.ecircle-ag.com/ecm" request-id="1" group-id="1">
    <message message-id="new">
        <send-date>
            <immediately/>
        </send-date>
        <content>
            <subject>message with pic from content store</subject>
            <html target-content-encoding="UTF-8">
                <![CDATA[                                                                       
                <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                <html>
                    <body><%InsertCSE id="220"%>
                    </body></html>]]>
                </html>
            </content>
        </message>
    </control>
  • No labels