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

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

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

404 Not Found

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