Push Inbound Messages To Client Server

MO messages and Final message status can be pushed by our service to an http Get services hosted on your server and made publically accessible.

MO Message Push


This must be configured by Intelli Messaging against your user record. This method can be used instead of UnreadMessages for Intelli Messaging to push the MO messages to your client server applications – these are the message sent by the recipient client phone messaging application.

Possible replacement parameters which you may name as you wish


The method can support either GET or POST actions.  If the url provide for the Method contains a "?" or the characters "GET" our system will call an http GET mehtod on your service - otherwise our server will can an http POST method.  Also if the name "get" is in the url path the method will use the Get method.  Otherwise the method will use the Post verb.

The post method content type is application/json.


Post Parameter Name

 GET Replacement Token Name

 Meaning

text

TEXTP

Content of MO message

from

FROMP

Mobile number the message was sent from

id

MESSAGEIDP

MessageId from our server for the message

received

RECEIVEDP

DateTime ISO the message was received

recipient

RECIPIENTP

The to address of the message.

crefCREFThe customer MessageId for the MT message.  For this work the customer must provide a Id for there message when sent to us and the appSender must have flag set SupplyOwnMessageRef

mtMesasgeId

MTMESSAGEIDP


url example

http://getservices.mydomain.com/api/receiveMO?text=TEXTP&sender=FROMP&to=RECIPIENTP&DateTime=RECEIVEDP


The URL can be configured via our API method AllocateVirtualNumber.