Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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). 

GroupCategoryDescription
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)

...