+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 “Post Sendout Cleanup” State

Sie sind hier:

For regular mails (newsletters) it is possible to set a flag for deleting the used contact group and filter after successful sendout. The group and filter must not be used in other locations, e.g. other contact filters, transaction mails and the like, otherwise they cannot be removed.

GET https://api.maileon.com/1.0/mailings/:mailingid/settings/post_sendout_cleanup

Response

HTTP status code Description
200 OK If everything was ok.
404 Not found Mailing ID  cannot be found or property is not available

Example

200 OK

GET https://api.maileon.com/1.0/mailings/1234/settings/post_sendout_cleanup
200
<cleanup>true</cleanup>

404 Not Found

GET https://api.maileon.com/1.0/mailings/3416/settings/post_sendout_cleanup
404
Mailing with id 3416 not found.
Inhaltsverzeichnis