Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

Update 2018-06-15

All the methods related to any version of this service (v.1.0 and v.1.1) are deprecated and no longer supported. We are planning to switch them off soon



Overview

MailUpService is a family of special web service interfaces that have been developed to extend satisfy special needs. These interfaces that can be accessible with SOAP, REST (beta) or REST/JSONP

Availble sevices are designed to.

  • Create/delete MailUp filters (MailUpService 1.0, using SOAP)
  • Use Javascript code to retrieve lists and messages without incurring in cross domain blocks (MailUpService 1.1, using JSONP)

 

If you are interested in using MailUpService you should be aware that

  • MailUpService is a set of extensions for MailUp SOAP API, it does not replace SOAP API (authentication features are shared between all these services)
  • Each extension is identified by a specific version (e.g. 1.0, 1.1) and a different endpoint
  • REST version is often restricted to HTTP POST usage, there are some exceptions with the methods that are available also for JSONP 
  • Naming convention is based on categories of methods. Method naming is like this: category+action+detail (see tables below). 

CategoryDescription
Authenticationlogin and logout
FiltersManage MailUp filters
GroupsManage MailUp groups
RecipientsManage recipients (e.g. import, subscribe, get reports...)
EmailsManage email messages (e.g. create, retrieve and send email messages)
SMSManage text messages (e.g. create, retrieve and send SMS)

 

 

ActionDescription
CreateAdd a new item
ReadRetrieve one or more existing items (or extract specific information from them)
UpdateEdit an existing item
DeleteRemove an existing item



 

 

  • No labels