+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 The Reply-To Address

Sie sind hier:

Returns the settings for the reply-to address for this mailing.

GET https://api.maileon.com/1.0/mailings/:mailingid/settings/replyto

Example

GET https://api.maileon.com/1.0/mailings/343/settings/replyto
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: [XXX]

Status: 200 OK
Content-Type: application/vnd.maileon.api+xml

<?xml version="1.0" encoding="UTF-8"?>
<reply_to>
  <auto>true</auto>
  <active>true</active>
  <customEmail></customEmail>
</reply_to>

Return Value

Attribute Description
active This indicates if autorecognition af manual unsubscribers is activated in this account. This should always be true.
auto This parameter indicates if messages are sorted internally by Maileons VERB technology and provided to customery by a webinterface.
customEmail If auto is false, the replies will be forwarded to this address.
state one of {unscheduled,schedules,fired,misfired}
Inhaltsverzeichnis