Versions Compared

Key

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

work in progress

...

Version 1.1 of MailUp web services uses a different hostname than v. 1.0 and it has the following new features:

  • compatibility with JSONP
  • new REST methods (marked here with (plus) symbol) to retrieve available lists for a MailUp console and available email messages for a specified list
  • full support of v. 1.0 methods

Endpoints

SOAP:   https://services.mailup.com/1.1/MailUpService.svc

REST:   https://services.mailup.com/1.1/MailUpService.svc/rest

JSONP:  https://services.mailup.com/1.1/MailUpService.svc/jsonp

 

Methods

GroupDescriptionAvailable methods
AuthenticationLogin and logout methods. 
Login returns an access key that can be used as parameter when calling other methods
  • AuthenticationLogin
  • AuthenticationLogout
FiltersCreate and delete MailUp filters.
  • FiltersCreatePersonalDataFilter
  • FiltersDeletePersonalDataFilter
  • FiltersCreateActivityFilter
  • FiltersDeleteActivityFilter
  • FiltersCreateGeographicFilter
  • FiltersDeleteGeographicFilter
TestThis group includes methods that can be used to test the service
  • Ping
EmailsThis group includes methods that manage email messages
  • EmailsRead (plus)
ListsThis group allows lists management
  • ListsRead (plus)