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 (groups) of methods. Method naming is like this: entitycategory+action+detail , where "entity" is something like category for grouping methods. Example:
  • authentication, 
  • filters
  • lists
  • groups
  • recipients
  • emails
  • sms
  • ...(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