Example for receiving SMS delivery report using PHP & SMS Gateway (HTTP), SMS Gateway (SOAP), SMS Gateway (JSON) or SMS Gateway (BULK)
This is an example for receiving SMS delivery report using SMSLink.ro API, called SMS Gateway. This example applies to all SMS Gateway APIs, such as SMS Gateway (HTTP), SMS Gateway (SOAP), SMS Gateway (JSON) or SMS Gateway (BULK)
SMSLink.ro allows you to send SMS to all mobile networks in Romania and also to more than 168 countries and more than 1000 mobile operators worldwide.
- Create an account on SMSLink.ro
- Create a SMS Gateway connection at SMSLink.ro / SMS Gateway / Configuration & Settings. Each SMS Gateway connection is a pair of Connection ID and Password.
- Choose your desired SMS Gateway API for sending SMS, such as SMS Gateway (HTTP), SMS Gateway (SOAP), SMS Gateway (JSON) or SMS Gateway (BULK).
- Configure a public URL endpoint where SMSLink.ro will send each delivery report in a HTTP(S) GET or HTTPS(S) POST request. Delivery Reports parameters are sent by default as HTTPS(S) GET parameters, but you may choose between HTTPS(S) GET and HTTPS(S) POST parameters, by changing the corresponding setting in your SMSLink account.
- message_id the unique message ID provided by SMS Gateway when sending the SMS
- status 1 for Delivered SMS or 0 for Undelivered/Expired SMS
- timestamp the UNIX timestamp of the delivery report
- network_id the ID of the network in which the SMS was delivered, see possible values for this parameter here
- network_type the type of the network in which the SMS was delivered, see possible values for this parameter here
- delivery_report the delivery report as received from the mobile network operator
- connection_id the Connection ID which was used to send the SMS
- message_count the count of SMS segments for the SMS (values can be 1 for a SMS up to 160 characters or a larger value for concatenated SMS, longer that 160 characters)
In order to receive these additional parameters, you should activate this feature as described in the documentation, at the Delivery Report chapter, subchapter 2, located here.
The complete documentation of the SMSLink - SMS Gateway API can be found here, describing all available APIs (HTTP GET / POST, SOAP / WSDL, JSON and more).
SMSLink also provides modules for major eCommerce platforms (on-premise & on-demand), integrations using Microsoft Power Automate, Zapier or Integromat and many other useful features. Read more about all available features here.
For technical support inquiries contact us at contact@smslink.ro or by using any other available method described here.