+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

Upload CMS2 Mailing Contents

Sie sind hier:

Sets the mailing’s CMS2 contents by uploading all information as an archive.

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

Header

Parameter Value
Content-Type application/json

Payload

The archive must be sent as a Base64-encoded string inside the request’s payload.

{
  "content": "UEsDBBQACAgIAK9igVoAAAAAA..."
}

Archive

The archive’s content consists of an HTML file „index.html“ and a folder „resources“ containing all images being used in the HTML.

[resources]
  logo.png
  article-1.jpg
  ...
index.html

 

Inhaltsverzeichnis