INBOUND SERVICE #
Agile Telecom offers two different kinds of inbound SMS.
- SHARED NUMBER: Allows to receive SMS on a shared number using a 4-8 digits alphanumeric code, that should be specified as first word of the message. (Example: “A1B2 text of the message”).
Customer will receive (via email or http-post) all the messages beginning with the chosen code.
- EXCLUSIVE NUMBER: Allows to receive SMS from an exclusive number without using any codes in front of the text.
Customers could send their own SIM card to us, they will be hosted on our server.
Customer will receive (via email or http-post) all the messages received from the SIM.
INBOUND SMS VIA E-MAIL #
Inbound SMS, could be notified via HTTP/Post prtocol.
In order to receive these notifications customer must have a web page able to accept HTTP/Post requests from Agile Telecom’s server using the following parameters:
ELEMENT | DESCRIPTION | EXAMPLE |
From | Originator of the message | +393301234567 |
To | Destination of the message | +393331234333 |
Date/Time | Date and time with the following format: YYYYMMDDHHNNSS | 20150525154559 |
Text | SMS Text | News ON |
INBOUND SMS VIA HTTP POST PROTOCOL #
ELEMENT | DESCRIPTION | EXAMPLE |
originator | Sender of the message | +393301234567 |
destination | Number of the SIM Card that received the message | +393331234333 |
date_time | Date-Time when the message arrives to the SIM (using the format “YYYYMMDDHHNNSS”) | 20150525154559 |
text | Text of the message received | News ON |
To every HTTP-Post request the page will have to answer sending a string containing a “+OK”. Without the “+OK” string the message won’t be considered as notified and a second attempt will be sent again after 15 minutes.
Http-Post method is the fastest one in order to automatize inbound process, for example saving SMS on a database.