INBOUND SERVICE #
Agile Telecom offers the following solution for the SMS Reception service:
- 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 received by the SIM will be forwarded automatically and in real time to a specific e-mail address provided by the customer. Our e-mails will be originated by the address smsin@agiletelecom.com with subject “Agile Telecom – SMS received” and will contain the following data:
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 #
Incoming messages, whether in shared or dedicated mode, can also be received via the HTTP POST protocol. In order to accept the messages, it is sufficient to create a web page capable of accepting the HTTP POST request from Agile Telecom’s servers with the following parameters:
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.