...
This document describes the Web Services API to Amethon's MessageCore the SMS Gateway. The API provides access to:
...
The following is a summary list of Web Services that is provided by MessageCore.
method | parameters | return |
---|---|---|
(String username, String password, String[] recipients, String text); | String documentId | |
(String username, String password, String documentId); | SubmitStatus[] | |
(Document document); | String documentId | |
(String username, String password, Option[] criteria); | Message[] | |
(String username, String password, criteria); | Message[] | |
(String username, String password, String recipient, String text); | String documentId | |
(String username, String password, String recipient, String text, String encoding, String replyto, String sender); | Array of - String recipient, int statusCode, String documentId |