MailUpService 1.1 (JSONP)

MailUpService 1.1 (JSONP)

DEPRECATED

 

 

Overview

Version 1.1 of MailUpService web services provides new methods that allow cross domain requests (with HTTP GET) using JSONP

Endpoints

JSONP:  https://services.mailup.com/1.1/MailUpService.svc/jsonp

 

Methods

Authentication token is required, you can retreive it by means of LoginFromId (available in any of SOAP API web services) or using Authentication method provided by MailUpService 1.0

Category

Description

Available methods

Category

Description

Available methods

Emails

This group includes methods that manage email messages

  • EmailsRead

Lists

This group allows lists management

  • ListsRead

 

Using JSONP

Each request is done using HTTP GET and the following format:

 https://services.mailup.com/1.1/MailUpService.svc/jsonp/MethodName?parameter1=value1&parameter2=value2

 

JSONP-enabled methods

parameters

notes

JSONP-enabled methods

parameters

notes

ListsRead

  1. token

  2. idList

Returns available lists, similar to MailUpSend.GetLists.
Example:   https://services.mailup.com/1.1/MailUpService.svc/jsonp/ListsRead?token=tuhsWU7StetLw2tYp7CryKhFyzDQnSpBZJVHzFLmahSeaDmGAK8/zyOzsEhr&idList=1

EmailsRead

  1. token

Returns available email messages for specified list, skipping cloned messages.
Provides the same reusult as MailUpSend.CloneMessages

 

Code Example

A detailed example is provided at this page: link