+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

Get CMS2 Mailing As Zip

Sie sind hier:

Returns the mailing as a byte array as possible in the UI. The archive contains the HTML code as well as the linked images.

GET https://api.maileon.com/1.0/mailings/:mailingId/cms2/contents

Path Parameters

Name Description
mailingId The ID of the mailing

Query Parameters

Name Default Description
removeTemplateLanguageMarkup Defines if the  Maileon Markup Language should be removed from the HTML or not. If set to „true“, the resulting HTML will be plain HTML, i.e.  displayable in a browser. However, if this ZIP is imported in another Maileon account, the contents will not be draggable as for example the article markers will have been deleted. If set to „false“, the ZIP can be imported into other accounts and the result will be draggable. The HTML will contain the markups, which results in an HTML that contains styles and contents as Base64 encoded entities. If contents, styles or rules shall be changed, they must be decoded, updated and reencoded.

Example

GET https://api.maileon.com/1.0/mailings/241/cms2/contents?removeTemplateLanguageMarkup=false
Authorization: Basic: XXXXXXXXXXXXXXXX

Status: 200 OK
Content-Type: application/zip
Content-Length: 5717

PKmailing.zip�...
(Bytecode cannot be displayed properly, here)

 

Inhaltsverzeichnis