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

 

 

Beta version

 

Overview

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

 

  • No labels