If you want to receive the SMS delivery notification in real time, you have to specify a "dlr-url" with the URL where you want to receive the mailing status.

Operation entails specifying in each http request the URL to make a request from our server when the operator receives a notification. To this end, the customer needs a http server capabpe of receiving these notifications.

Our server will send the variables as the customer wants using the GET method. Therefore, the URL provided must contain the variable name followed by an escape character that will contain the value. Escape character use the character "%" followed by a letter. This is an example of valid URL:
http://my.server.com/notifica.php?remitente=%p&tel=%P&estado=%d

These are the defined scape characters:

The %d value will return the final mailing status. The possible values are:

  • 1 The message has been delivered to the recipient.
  • 2 The message could not be delivered to the recipient.
  • 4 The message has been delivered to the SMSC, this is an intermediate notification, not a final result
  • 16 It was impossible to deliver the message to the final operator

SMS mailing example

To understand this process better, below you can check an example of SMS sending request and another example of the knockledge response you might get.

First we send the sms with the dlr-url variable indicating the URL where we want to receive the delivery notification, and to this URL we add our mailing ID to identify it when we receive it. The final url for notification will be:

Therefore, the final request to send the sms would be:

 https://gateway.nrsgateway.comn/send.php?username=tu_user&password=tu_login&to=3465467445+34627455334+34627545454&text=Prueba+de+envio&from=TEST&coding=0&dlr-mask=8&dlr-url=http%3A%2F%2Fmi.server.com%2Fnotifica.php%3Fidenvio%3D7584remitente%3D%25p%26tel%3D%25P%26estado%3D%25d


			

Assuming that all messages can be delivered, your notify.php will receive three requests with status=1, sender=TEST, idsending=7584 and the corresponding phone number.

This website uses "cookies"

Net Real Solutions uses its own and third-party cookies to analyze your browsing for statistical and advertising purposes. Click to have More information or to configure or reject its use. Configure cookies.