+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

Add expressions to Mailing Blacklist

Sie sind hier:
API version 1.0.0
Add new expressions to an existing mailing blacklist (called block lists in the further course). A request must not contain more than 50.000 expressions.

Request

POST https://api.maileon.com/1.0/mailingblacklists/:id/expressions

Media type: application/vnd.maileon.api+xml

Response Codes

HTTPS Status Code Description
201 Created The entries were successfully added to the blocklist.
400 Bad Request Something with the request is wrong, e.g. wrong xml syntax or missing values.
500 Internal Error An unexpected error occured.

Example

POST https://api.maileon.com/1.0/mailingblacklists/28/expressions
Accept: application/vnd.maileon.api+xml;charset=utf-8
Content-Type: application/vnd.maileon.api+xml;charset=utf-8
<mailing_blacklist_expressions>
 <expressions>
  <expression>###</expression>
  <expression>contact@example.org</expression>
 </expressions>
</mailing_blacklist_expressions>
Content-Type: application/vnd.maileon.api+xml;charset=utf-8
<filtered_expressions>
 <filtered_expression>
   <expression>###</expression>
   <reason>never_matches</reason>
 <filtered_expression>
</filtered_expressions>
Inhaltsverzeichnis