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

Description

Returns the names of all user and group attributes that are referenced within the header and content area of a prepared message. The reference to the attributes is a personalization placeholder in the body of the message. All of these placeholders are replaced with individual user or message information during sendout. Be aware that this method does not return member attributes.

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:messageGetUsedPersonalizations>
         <messageId>669</messageId>
      </ecm:messageGetUsedPersonalizations>
   </soapenv:Body>
</soapenv:Envelope>

  • No labels