+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 – Set Text

Sie sind hier:
Sets the text content of the mailing with the provided id. This function should only be called when the mailing already has html content. If you wish to send text-only-mails, just set a simple space character (” “) as HTML content. Maileon will then send a mail with header “Content-Type: text/plain; charset=utf-8”.
A linebreak can be realized using “carriage return” ( \r ) whereever a linebreak is expected.

POST https://api.maileon.com/1.0/mailings/:mailingid/contents/text

Example

POST https://api.maileon.com/1.0/mailings/4318/contents/text
Content-Type: text/plain

hello world
Status: 204 No Content
Content-Length: 0
Inhaltsverzeichnis