+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

Update Contact Filter Properties

Sie sind hier:

Updates properties of a contactfilter. Currently only the name can be changed as the other values are dynamically calculated by Maileon.

POST https://api.maileon.com/1.0/contactfilters/contactfilter/{contactFilterId}

Example

PUT https://api.maileon.com/1.0/contactfilters/contactfilter/1
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<contactfilter>
   <name>MyNewFilterName</name>
</contactfilter>

Status: 200 OK
Inhaltsverzeichnis