Versions Compared

Key

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

...

The WebService is accessible through the SOAP protocol

Authentication

Login method

Checks the provided credentials and returns the accessKey to be used to call all the other methods.

  • string Login(string user, string pwd, string url)
  • user: username to access the MailUp console
  • pwd: password to access the MailUp console
  • url: console URL 
URL Formatting
Note
title

Login method was removed from this document and is to be considered deprecated starting from MailUp release 7.4. It was replaced by LoginFromId method.

...