Noteinfo |
---|
Beta version |
...
BETA release |
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 still supportednot deprecated and it continues to be supported, but future developments will be focused on this new API
- MailUpService is version based: there is will be 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 versaIn 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, while there are some exceptions with the methods that are available also for JSONP
- Naming convention is based on categories (groups) of methods Method 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
- ...
children