+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

Mailing – Start Attention Quality Check

Sie sind hier:

Starts the Attention Quality check for mailing with provided ID. Please be patient, the check might take a minute.

POST https://api.maileon.com/1.0/mailings/:mailingid/checks/attention

Response

HTTP status code Description
200 OK If everything was ok.
400 Bad Request If check is already running
404 Not found Mailing ID cannot be found
409 Conflict Mailing is sealed
412 Precondition Failed Check is not enabled

Example

200 OK

POST https://api.maileon.com/1.0/mailings/1234/checks/attention
200

400 Bad Request

POST https://api.maileon.com/1.0/mailings/3108/checks/attention
400
<error><message>check in progress</message></error>

404 Not found

POST https://api.maileon.com/1.0/mailings/3108/checks/attention
404
Mailing with id 3108 not found.

409 Conflict

POST https://api.maileon.com/1.0/mailings/3040/checks/attention
409
Mailing with ID 3040 cannot be changed as it is sealed.
Inhaltsverzeichnis