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

Sie sind hier:
This method can only be applied to mailings of type TRIGGER
Get the dispatching information for a given trigger mailing.

GET https://api.maileon.com/1.0/mailings/:mailingid/dispatching

Example

* Hostname api.maileon.com was found in DNS cache
*   Trying 212.6.132.213...
* Connected to api.maileon.com (212.6.132.213) port 80 (#0)
> GET /1.0/mailings/123/dispatching HTTP/1.1
Host: api.maileon.com
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml
Authorization: ***redacted***

< HTTP/1.1 200 OK
< Server: nginx/1.4.6 (Ubuntu)
< Date: Thu, 10 Sep 2015 10:16:03 GMT
< Content-Type: application/vnd.maileon.api+xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< 
* Connection #0 to host api.maileon.com left intact

Result

status code: 200 OK

body data:
<dispatch_options>
    <type>SINGLE</type>
    <event_id>58</event_id>
    <start_trigger>false</start_trigger>
    <target>EVENT</target>
</dispatch_options>


Body contains XML.
result type: boolean
Inhaltsverzeichnis