+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 – Update Custom Mailing Property

Sie sind hier:
Update custom mailing property for mailing with provided ID. This method does not create new property.

PUT https://api.maileon.com/1.0/mailings/:mailingid/settings/properties

Attributes

Parameter Default Description
name Name of custom property to update
value New value for this property

Response

HTTP status code Description
200 OK If everything was ok.
400 Bad Request If check is already running
404 Not found Mailing ID cannot be found
409 Conflict Mailing is sealed

Example

200 OK

PUT https://api.maileon.com/1.0/mailings/1234/settings/properties?name=prop_name&value=prop_value
200

400 Bad Request

PUT https://api.maileon.com/1.0/mailings/1234/settings/properties?name=prop_name&value={verylongvalueover255symbols}
400

404 Not found

PUT https://api.maileon.com/1.0/mailings/3416/settings/properties?name=prop_name&value=prop_value
404
<error><message>Mailing with id 3416 not found.</message></error>

409 Conflict

PUT https://api.maileon.com/1.0/mailings/3040/settings/properties?name=prop_name&value=prop_value
409
<error><message>Mailing with ID 3040 cannot be changed as it is sealed.</message></error>
Inhaltsverzeichnis