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

Description

Pushes asynchronyous GDPR contact export, which will send system message with the link in the end

Available from

v9

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:contactExport>
            <contactId>3769711</contactId>
            <notificationRecipient>john.smith@mapp.com</notificationRecipient>
        </ecm:contactExport>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels