WSCore
Web service for communication with PaleHorse system. If not specified otherwise, returns '+OK message' on success, '-ERR message' on failure.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetListInfoByName
Get information about existing mailing list by its ShortName. -
GetJob
Returns informations about specific job -
GetUserInfoByID
Returns informations about certain system user. -
Logout
Requires authentication. Logs out the user. -
SendMail
Requires authentication. Starts sending of message to given mailing list. E-mail would be sent to list owner when done. -
GetUserInfoByLogin
Returns informations about certain system user. -
ConfirmRequest
Performs request pending for confirmation. -
IsMember
Examines if some e-mail address is in given mailing list. Returns '+OK True Subscribed', '+OK True Waiting', or '+OK False'. -
GetListInfoByID
Get information about existing mailing list by its ListID. -
ImportUsers
Requires authentication. Does batch import of e-mail addresses to the list. Does not send any messages. -
Login
Logs on the user and authenticate for some further actions. Password may be in clear text, or MD5 hash preceeded by #. -
Unsubscribe
Unsubscribe e-mail address from mailing list. -
Subscribe
Subscribe new e-mail address to mailing list.