+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 Templates (new)

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-test.maileon.com/1.0/media/templates

Example

[
    {
        "id": "n1000000103_5",
        "name": "Template Default Folder",
        "path": "/default folder/Template Default Folder",
        "created": "2026-06-12T12:04:04+0000",
        "tags": []
    },
    {
        "id": "n1000000103_6",
        "name": "Template 1 Nice Layout in a Shared Subfolder",
        "path": "/Shared Subfolder/Template 1 Nice Layout in a Shared Subfolder",
        "created": "2026-06-12T12:05:55+0000",
        "tags": []
    },
    {
        "id": "n1000000103_7",
        "name": "Template 1 Nice Layout",
        "path": "/Subfolder/Template 1 Nice Layout",
        "created": "2026-06-12T12:06:06+0000",
        "tags": []
    },
    {
        "id": "n1000000103_8",
        "name": "Template 2 Nice Layout",
        "path": "/Subfolder/Template 2 Nice Layout",
        "created": "2026-06-12T12:06:25+0000",
        "tags": [
            "even_nicer, technology",
            "even_nicer"
        ]
    }
]

 

Get Templates as ZIP

GET /media/templates/{templateId}

Download as ZIP GET /media/templates/{templateId}/content

 

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.
Inhaltsverzeichnis