+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 Tags

Sie sind hier:
Sets the tags of the mailing with the provided id. Tags are separated by a # sign. The tags in the example would be “foo” and “bar”.

POST https://api.maileon.com/1.0/mailings/:mailingid/settings/tags

Example

POST https://api.maileon.com/1.0/mailings/1/settings/tags
Content-type: application/vnd.maileon.api+xml
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<tags>foo#bar</tags>

Status: 201 Created
Inhaltsverzeichnis