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

Description

Make sure the "datastore_rmo" feature switch is on. In case of trouble contact Support.

Fetch a specific message as it was sent to a defined contact, including resolved personalizations.

Available from

v8

Example request

<soapenv:Envelope 
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
   <soapenv:Header/>
   <soapenv:Body>
      <ecm:messageGetHistorical>
         <messageId>669</messageId>
         <contactId>3769713</contactId>
      </ecm:messageGetHistorical>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels