Skip to content

SMSLink Live Update allows performing operations on a SMSLink account, such as: blacklist add/remove/verify, contact create/remove/update.

Notifications You must be signed in to change notification settings

SMSLink-ro/Integration-example-of-SMSLink-Live-Update-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Integration example of SMSLink Live Update API

SMSLink Live Update allows performing operations on a SMSLink account, operations such as:

  • Blacklist Phone Number Add/Remove/Verify
  • Contact Create/Remove/Update

Requirements & Usage

  1. Create an account on SMSLink.ro
  2. Create a Live Update connection at SMSLink.ro / SMS Marketing / Live Update. Each Live Update connection is a pair of Connection ID and Password.

Featured Functions

Use, for example, $liveUpdate = new SMSLinkLiveUpdate("MyLiveUpdateConnectionID", "MyLiveUpdatePassword"); to instantiate the SMSLinkLiveUpdate class for performing various operations, such as:

  • $liveUpdate->blacklistAdd() - Adds a Phone Number to the Blacklist in your SMSLink account
  • $liveUpdate->blacklistRemove() - Removes a Phone Number from the Blacklist in your SMSLink account
  • $liveUpdate->isBlacklisted() - Checks if Phone Number is in the Blacklist in your SMSLink account
  • $liveUpdate->createContact() - Creates a Contact into a Specified Group in your SMSLink account
  • $liveUpdate->updateContact() - Updates a Contact from a Specified Group in your SMSLink account
  • $liveUpdate->removeContact() - Removes a Phone Number from a Specified Group or from All Groups in your

Features

  • Supports HTTP and HTTPS protocols
  • Supports PHP cURL GET, PHP cURL POST and file_get_contents()

System Requirements

PHP 5 or greater with PHP cURL library or file_get_contents with allow_url_fopen to be set to 1 in php.ini

Documentation

The complete documentation of the SMSLink - Live Update API can be found here, describing all available API functions.

SMS Sending using SMSLink.ro

In order to send SMS using SMSLink.ro, please see SMSLink.ro API, called SMS Gateway. 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. 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).

Examples for SMS Gateway (HTTP), SMS Gateway (SOAP), SMS Gateway (JSON) or SMS Gateway (BULK) can be found here:

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

SMSLink Live Update allows performing operations on a SMSLink account, such as: blacklist add/remove/verify, contact create/remove/update.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages