+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 State

Sie sind hier:
Returns the state of the mailing with the provided id. Available states are: draftfailedqueuedchecksblacklistpreparingsendingcanceledpauseddonearchivingarchived, and released

GET https://api.maileon.com/1.0/mailings/:mailingid/state

Example

GET https://api.maileon.com/1.0/mailings/4285/state
Accept: application/vnd.maileon.api+xml; charset=utf-8
...
Status: 200 OK
Content-Type: application/vnd.maileon.api+xml

< ?xml version="1.0" encoding="UTF-8"?>
<state>draft</state>
Inhaltsverzeichnis