+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Lock or Unlock Contactfilter Results

Sie sind hier:
This method allows to lock or unlock contactfilter results. A locked filter cannot be refreshed, no new contacts will be added. Unsubscribed contacts will not be removed. They will be anonymized and of course no mail will be deliveded to them.

POST https://api.maileon.com/1.0/contactfilters/contactfilter/:contactFilterId/lock?lock=:lockState

Attributes

Parameter Description
contactFilterId The ID of the contactfilter to un-/lock.
lockState true or false, describes wether the filter should be locked (true) or unlocked (false).

Example

POST https://api.maileon.com/1.0/contactfilters/contactfilter/2765/lock?lock=true
Status: 200 Ok
Inhaltsverzeichnis