+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 “Ignore Permission” State

Sie sind hier:
For transactional mails (trigger mails) it is possible to set a flag called “Ignore Permission”. If this flag is set to “true”, the mail will be sent to a contact, even if the contact has no newsletter permission given. This property must only be set to mails that contain no advertisements and need to be sent in all cases, like order confirmations, invoices, and the like.
This feature is available for mails, that have been created/copied after the software update von 06.12.2019, only. If you need to change an older mail, please replace it by a copy, first.

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

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/ignorepermission
<ignore_permission>true</ignore_permission>
204

400 Bad Request

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

404 Not found

POST https://api.maileon.com/1.0/mailings/3416/settings/ignorepermission
<ignore_permission>true</ignore_permission>
404
<error><message>Mailing with id 3416 not found.</message></error>
Inhaltsverzeichnis