Integrate API

Integrate API - Header

Monday, August 12, 2013

Integrate Plivo.com SMS API

Plivo.com have little bit more restriction and a bit complex to integrate rather then other similar sites. Moreover, PHP PEAR library must be installed on your server. Once everything is ready you need to download plivo.php file from their site(http://plivo.com/docs/helpers/php/). Now in short and quick example, use the following code to send SMS.

<?php
require_once 'HTTP/Request2.php';
require_once 'plivo.php';

$params = array(
'src' => 1202123456', //sender id, which must bought from plivo.com
'dst' => '190909090',
'text' => 'test SMS from plivo',
'type' => 'sms',
);
$response = $p->send_message($params);
print_r($response);
echo "Script End";
?>

Most important factor here is, you need to 

For developer documentation here is the link: http://plivo.com/blog/get-started-with-your-free-developer-account/

9 comments:

  1. The instant messages that are sent to a telephone are called SMS messages. SMS is an acronym, which remains for "short message administration".
    WordPress SMS Plugin

    ReplyDelete
  2. I am interest to talk with any person by video call.
    webrtc video

    ReplyDelete
  3. Thank you for sharing SMS API integration processes here. I want to integrate SMS API on my WordPress panel to send automated SMS from platform itself.

    ReplyDelete
  4. Being new to the blogging world I feel like there is still so much to learn. Your tips helped to clarify a few things for me as well as giving..
    Digital Mobile Marketing
    SMS API
    SMS Marketing

    ReplyDelete
  5. this information that you share with us is very useful for us.
    The softcare infotech is provide you all the api's like money transfer api, bus thicket booking api, hotel booking etc.

    Online Money Transfer API | Domestic Money Transfer API India

    ReplyDelete
  6. This informtion is very useful for all. You can define just easy process SMS API PHP Integration in any application and software.

    ReplyDelete
  7. Thanks for sharing. A Bulk SMS API provider makes it possible for companies to be available and visible to their prospective customers by sending them detailed and promotional messages about their products and services.

    ReplyDelete
  8. Our Bulk SMS API is one of the best & fastest ways to deliver SMS across the globe. You can send any type of SMS of your choice and need; let it be a normal text message, flash message, ring tones, logos and picture messages.

    ReplyDelete
  9. This blog is so informative for providing a valuable information about Bulk SMS API.

    ReplyDelete