Last Updated: Friday, January 26, 2018
The Message Delivery Services provide mechanisms to submit messages for delivery to a user as well as to query the status of previously submitted messages.
You can use the following methods to send or submit a message to either a single user, or to multiple users.
- submitMtMessage - A request to send a message to an individual Mobile Directory Number (MDN).
- submitMtMessageList - A request to send a message to several MDNs.
The submitMtMessageList is a convenience method that allows the same message to be sent to a small number of phone numbers, rather than making separate submitMtMessage calls. The messages will also be tagged with a listId for later identification that these messages were grouped.
Topics in this Section
Service | URI | Http Parameters | Comments |
---|---|---|---|
/MessageApi/mt/messages | POST: | Submits a new MT Message for delivery. | |
/MessageApi/mt/messages/<messageId> | GET: | Retrieve the details on an MT Message. | |
/MessageApi/mt/messages/<messageId>/responses | GET: | Retrieve the MT Message responses for an MT message. | |
/MessageApi/mt/messageLists | POST: | Submit a new MT Message list for delivery. | |
/MessageApi/mt/messageLists/<messageListId> | GET: | Retrieve the details on a Message list. |