+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 – Set “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.

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

Response

HTTP status code Description
204 No Content If everything was ok.
400 Bad Request Property or value can not be accepted
404 Not found Mailing ID cannot be found

Example

204 No Content

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

400 Bad Request

POST https://api.maileon.com/1.0/mailings/1234/settings/post_sendout_cleanup
<cleanup>test</cleanup>
400: <error><message>value for key 'cleanup' not allowed</message></error>

404 Not found

POST https://api.maileon.com/1.0/mailings/1234/settings/post_sendout_cleanup
<cleanup>test</cleanup>
400: <error><message>value for key 'cleanup' not allowed</message></error>
Inhaltsverzeichnis