Bulk SMS API – Nigeria and West Africa
Our Bulk SMS API allows you to integrate your Greenhib SMS Bulk SMS account with your application or website. It is simple and direct to use. Integrate Bulk SMS API and start sending SMS to your clients and subscribers.
Please follow one of the methods listed below to use our API, also note that you need to have an account with us to be able to make API calls.
Method 1:
You can simply replace the query string parameter values in the link below with your credentials and follow the link in your browser to send SMS
[sourcecode language=”plain”]http://login.greenhibsms.com/api/?username=yourEmail@yahoo.com&password=yourGreenhibSMSPassword&message=yourMessage
Method 2:
You can use PHP to communicate with our API like this;
Step 1: create a blank PHP file and save it as greenhibsms_api.php
Step 2: copy and paste the code below into the file and save