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 7 Next »

 

 

BETA release
We are working to add new methods to this new API. If you don't find the methods that you are looking for please contact us

Overview

MailUpService is a new web service interface for accessing MailUp, Starting from year 2012,most of newly added methods to MailUp APIs will be included into this new interface. By means of most recent tecnologies, MailUp will be able to easily provide web services that can be accessible with SOAP, REST or REST/JSONP

  • SOAP API is not deprecated and it continues to be supported, but future developments will be focused on this new API
  • MailUpService is version based: there will be a different endpoint for each major release of this web service. We recommend that you start using the version with highest number
  • In order to facilitate coexistence of calls to different MailUp APIs you can log in with an API and reuse the retrieved token with other MailUp API
  • 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). 

GroupDescription
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