Send SMS Philippines with your Browser through the BUSYBEE API

Who said texting’s dead?

With today’s aggressively upgrading digital age, the concept of SMS is one of those things that wouldn’t just easily die, despite other messaging applications and sites like social media on the rise.

With that, here’s something for you! If you’re someone in-need of a free SMS tool; whether you’re a student (or the teacher), a businessman, or anything alike, we’re offering you the chance to send out SMS…for FREE!

BUSYBEE is now giving away its browser-based texting API for…yes, I’ve said that already…FREE! Send out messages to whoever you  like, to how many you like, without even spending a dime! Although, we’re gonna need you to fill up this form so we can email you the API key, but that’s not gonna waste a lot of your time! (or if the link’s not loading, copy-paste this one on your browser http://promos.mybusybee.net/)

Below is a sneak peek of the source code as well as its download link.

 

Basic Send SMS using HTML & PHP.

<form method=”post” action=””>
<div>Sender: (Sender ID is MAX of 11 Characters only!)
<br>
<input type=”text” name=”sender” maxlength=”11″>
</div>
<div>Mobile: Mobile Number must be type country code + the 11 digit number (639178372000)
<br>
<input type=”text” name=”mobile”>
</div>
<div>Message: 160 Characters is 1 credit deduction
<br>
<textarea name=”message”></textarea>
<input type=”submit” value=”SUBMIT”>
</form>
<?php
//Send SMS using API
if(isset($_GET[‘mobile’])){
$messages=$_GET[‘message’];
$smstext = urlencode($messages);
$mobile=$_GET[‘mobile’];
$senderid=$_GET[‘sender’];
$api=’YOUR API KEY’ //Your Api from BUSYBEE
file_get_contents(‘http://203.124.96.62/app/smsapi/index.php?key=’.$api.’&type=text&contacts=’.$mobile.’&senderid=’.$senderid.’&msg=’.$smstext.”);
}
?>

 

 

Again, the source code won’t work if you don’t have the API key. So signup now using this form so we can email to you as soon as possible.

If you like the experience, then please send the signup form to your friends, and hopefully, to their friends as well.

Don’t forget to send us your feedback at info@mybusybee.net or leave a comment below so we can further improve this service.

Follow us on Facebook at https://www.facebook.com/officialbusybee.textblast/ because, well, you have Facebook, and we have Facebook, why not?

We hope you enjoy this one!

 

SHARE THIS POST!