+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 – Get results for Test Mail Sendout

Sie sind hier:
Retrieve results of Test Mail Sendout quality check for mailing with provided ID.

GET https://api.maileon.com/1.0/mailings/:mailingid/checks/testsendout

Response

HTTP status code Description
200 OK If everything was ok.
404 Not found Mailing ID cannot be found or results are not available
409 Conflict Mailing is sealed

Examples

200 OK

GET https://api.maileon.com/1.0/mailings/2517/checks/testsendout
200
<sendoutcheck>
    <mailingid>2517</mailingid>
    <timestamp>2017-04-21T16:20:01.733+02:00</timestamp>
    <state>success</state>
</sendoutcheck>

404 Not Found

GET https://api.maileon.com/1.0/mailings/2517/checks/testsendout
200
<sendoutcheck>
    <mailingid>2517</mailingid>
    <timestamp>2017-04-21T16:20:01.733+02:00</timestamp>
    <state>success</state>
</sendoutcheck>

409 Conflict

GET https://api.maileon.com/1.0/mailings/3008/checks/testsendout
409
<error><message>Mailing with ID 3008 is sealed.</message></error>
Inhaltsverzeichnis