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

Description

Sends a prepared message as a single message to a specific user.

Available from

v1

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:messageSendSingle>
         <messageId>2</messageId>
         <recipientId>7</recipientId>
        <additionalContent>
            <!--Zero or more repetitions:-->
            <parameters>
               <name>subject</name>
               <value>This is a subject</value>
            </parameters> 
         </additionalContent> 
      </ecm:messageSendSingle>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels