Versions Compared

Key

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

...

  • MailUpService is a new web service interface for accessing MailUp, most of new MailUp APIs will be based on this interface
  • SOAP API is still supported
  • MailUpService is version based: there is a different endpoint for each major release of this web service
  • For backward compatibility you can use the accessKey retrieved by loggin in with old aspx web services (e.g. MailUpSend) and vice versa
  • REST version is restricted to HTTP POST usage, while 
  • Naming convention is based on categories (groups) of methods 
  • Method naming is like this: entity+action+detail, where "entity" is something like category for grouping methods. Example:
    • authentication, 
    • filters
    • lists
    • groups
    • recipients
    • emails
    • sms
    • ...

...