v1

latestOpenAPI 3.1.02026-07-24403468.9 KB

MO Forwarding Through HTTP

CEQUENS can provide the customers with Short/Long codes, where the clients can Send and Receive SMS from users. With MO (Mobile Originated) forwarding the customer will receive MO messages sent through his assigned short code.If the customer wants to receive the MO via HTTP protocol, the customer must provide CEQUENS with a webhook URL to receive the MO on, and the customer must grant CEQUENS with access to this URL. When CEQUENS receives MO message, MO will be forwarded to the customer via the webhook URL Post method with below parameters details:

post/[CustomerMOWebhookEndpoint]

Request body

source_addrstring

Mobile number of end-user sent the message.

destination_addrstring

short code that the message is received on.

short_messagestring

Content of the received MO message.

data_codinginteger

Encoding of the message text ( 0: for default encoding, 1: for the Unicode).

received_timestring date-time

Date timestamp of receiving the message. Format: YYYY-MM-DDTHH:mm:ss.ms

Response

200