Skip to content

Example for receiving SMS delivery report using PHP from SMSLink API - SMS Gateway (HTTP, SOAP, JSON or BULK)

Notifications You must be signed in to change notification settings

SMSLink-ro/Example-for-receiving-SMS-delivery-report-using-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.

Requirements & Usage

  1. Create an account on SMSLink.ro
  2. Create a SMS Gateway connection at SMSLink.ro / SMS Gateway / Configuration & Settings. Each SMS Gateway connection is a pair of Connection ID and Password.
  3. Choose your desired SMS Gateway API for sending SMS, such as SMS Gateway (HTTP), SMS Gateway (SOAP), SMS Gateway (JSON) or SMS Gateway (BULK).
  4. 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.

Basic Parameters for the Delivery Report

  • 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

Optional Parameters for 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.

Documentation

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).

Additional modules and integrations

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.

Support

For technical support inquiries contact us at [email protected] or by using any other available method described here.

About

Example for receiving SMS delivery report using PHP from SMSLink API - SMS Gateway (HTTP, SOAP, JSON or BULK)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages