Mobile Originated Messages#

Mobile Originated Message (MO message) is a message sent by a subscriber’s device to the server.

To get MO messages from subscribers the Partner shell provide the Service Provider with an URL. The URL is set in the integration settings when enabling the service.

Request example

1 {
2   "transactionId": "20190418175651967013",
3   "destAddr": "0000",
4   "sourceAddr": "72101234567",
5   "type": "SMS",
6   "message": "A message for the Partner",
7   "partCount": 1,
8   "receivedDate": "2022-06-22T10:22:45+0300"
9 }

Request parameters

Parameter

Type

Description

transactionId

string

Transaction ID generated by the Service Provider system.

destAddr

string

Service number where the subscriber sent the message to.

sourceAddr

string

Subscriber’s number.

type

string

Type of message. You should specify: SMS.

message

string

Message text from subscriber to the Partner.

partCount

integer

Amount of message parts.

receivedDate

string

The date of which this MO message was received from the subscriber.