Es fácil y rápido y recibirás un bono de 5 créditos sin costo.
Status reports can be routed back to you via HTTP. HTTP GET is used, and all data are sent as simple query parameters.
This service is available by prior arrangement only - please let us know if you are interested in using it.
You can nominate whatever URL you wish the status reports to be sent to, e.g.:
http://www.mydomain.dom/reports/deliver.php?pass=blahblah
(yes, please do include a password for use with your receiving script).
You may also want to consider receiving reports on a non-standard port, in an attempt to bypass any transparent proxies between our server and yours, e.g.:
http://www.mydomain.dom:11123/reports/deliver.php?pass=blahblah
Your script is expected to do only one thing reliably: to return at least one character in its output (and of course, not to return an HTTP error code, or a redirect, or anything else other than a 200 response). If your script detects some unexpected input, such as a message id which your system does not know about, or thinks it should not know about, please rather log the fact and return a 200 status, than return a 500 status code which will force us to resubmit the report to you unnecessarily.
If any error occurs during relaying a report to you, such as a network timeout, or your web server returning an HTTP error code, we will attempt to resend the report to you at the following intervals: after 60 minutes, again after another 3 hours, and again after another 12 hours (for a total of 16 hours of retries). Thereafter, the report will not be resent.
Query parameters sent to you:
Any other query parameters that are sent should be ignored.
You must use the msg_id parameter, in combination with the msisdn parameter, to eliminate possible duplicate submissions reaching you, if such duplicates would be problematic for you. Such duplicates can for instance be caused by network congestion, or by your server being slow to return a response.
Possible values for status are:
If you receive a report with a status code not listed above, please let us know.