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

Description

Adds new hashed email entries to the group blacklist. Entries can be hashed using md5hashgenerator

Available from

v9

Example body

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:blacklistCreateGroupEntriesHashed>
            <!--Zero or more repetitions:-->
            <entries>
                <type>EMAIL_DOMAIN</type>
                <pattern>al.com</pattern>
            </entries>
            <groupId>30</groupId>
            <hashed>true</hashed>
        </ecm:blacklistCreateGroupEntriesHashed>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels