Talk To Expert Now!!!

Boost your sales and delight customers with our top-notch Bulk SMS solutions! Experience smarter SMS campaigns, instant OTPs, real-time notifications, seamless two-way interactions, and more award-winning services. Chat Now 8591892112

See How Your Messages
Will Be Delivered

Logon SMS API

Text SMS API

System Input

$api_key = ‘2600565F3XXXXX’; $contacts = ‘9180977XXXXX,9184520XXXXX’; $from = ‘LGNUTI’; $sms_text = urlencode(‘Thank you for choosing India’s leading bulk sms service provider. Happy Messaging! Keep Messaging! Team Logon Utility.’);

$api_url = “https://logonutility.com/smsapi/index?key=”.$api_key.”&campaign=10&routeid=14&type=text&contacts=”.$contacts.”&senderid=”.$from.”&msg=”.$sms_text;

//Submit to server

$response = file_get_contents( $api_url); echo $response;

?>

The Result

AM-LGNUTI

Thank you for choosing India’s leading bulk sms service provider.
Happy Messaging!
Keep Messaging!

Unicode API

System Input

$api_key = ‘2600565F3XXXXX’; $contacts = ‘9180977XXXXX,9184520XXXXX’; $from = ‘LGNUTI’; $sms_text = ‘Hindi – हिंदी , Chinese – 痴呢色 ,Russian – руссиан’; $encoded_text = utf8_encode($sms_text); $message = urlencode($encoded_text);

$api_url = “https://logonutility.com/smsapi/index?key=”.$api_key.”&campaign=10&routeid=14&type=unicode&contacts=”.$contacts.”&senderid=”.$from.”&msg=”.$sms_text;

//Submit to server

$response = file_get_contents( $api_url); echo $response;

?>

The Result

AM-LGNUTI

नमस्ते करीना जी,

धन्यवाद हमे चुनने के लिए, आपका दिन शुभ रहे.

मैसेज करते रहिये!

टीम लोगोन यूटिलिटी.

OTP API

System Input

$api_key = ‘2600565F3XXXXX’; $mobile = ‘9184520XXXXX’; $channel_id = ‘x’; //Submit to server

$ch = curl_init(); curl_setopt($ch,CURLOPT_URL, “https://logonutility.com/send-otp/index”); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, “key=”.$api_key.”&channel_id=”.$channel_id.”mobile=”.$mobile); $response = curl_exec($ch); curl_close($ch); echo $response;

?>

The Result

AM-LGNUTI

Dear User,

Your OTP for login to Logon Utility portal is 123456. Valid for 15 minutes.
Please do not share this OTP.

Regards,
Team Logon Utility.

Delivery API

System Input

$api_key = ‘2600565F3XXXXX’; $sms_shoot_id = ‘rehu51fa4816d8043’;

$api_url = “https://logonutility.com/miscapi/”.$api_key.”/getDLR/”.$sms_shoot_id;

//Submit to server

$response = file_get_contents( $api_url); $dlr_array = json_decode($response); print_r($dlr_array);

?>

The Result

Your sms shoot id = rehu51fa4816d8043

Your sms = Thank you for choosing Logon Utility.

Status = Delivered

Credit Balance API

System Input

$api_key = ‘2600565F3XXXXX’;

$api_url = “https://logonutility.com/miscapi/”.$api_key.”/getBalance/true/”;

//Submit to server

$credit_balance = file_get_contents( $api_url); echo $credit_balance;

?>

The Result

Hello Rehu,

Your account with registered mobile 9184520*****.

Your credit balance remaining 2,50,000.

Thank you.

Logon SMS API

Text SMS API

System Input

$api_key = ‘2600565F3XXXXX’; $contacts = ‘9180977XXXXX,9184520XXXXX’; $from = ‘LGNUTI’; $sms_text = urlencode(‘Thank you for choosing India’s leading bulk sms service provider. Happy Messaging! Keep Messaging! Team Logon Utility.’);

$api_url = “https://logonutility.com/smsapi/index?key=”.$api_key.”&campaign=10&routeid=14&type=text&contacts=”.$contacts.”&senderid=”.$from.”&msg=”.$sms_text;

//Submit to server

$response = file_get_contents( $api_url); echo $response;

?>

The Result

AM-LGNUTI

Thank you for choosing India’s leading bulk sms service provider.
Happy Messaging!
Keep Messaging!

Unicode API

System Input

$api_key = ‘2600565F3XXXXX’; $contacts = ‘9180977XXXXX,9184520XXXXX’; $from = ‘LGNUTI’; $sms_text = ‘Hindi – हिंदी , Chinese – 痴呢色 ,Russian – руссиан’; $encoded_text = utf8_encode($sms_text); $message = urlencode($encoded_text);

$api_url = “https://logonutility.com/smsapi/index?key=”.$api_key.”&campaign=10&routeid=14&type=unicode&contacts=”.$contacts.”&senderid=”.$from.”&msg=”.$sms_text;

//Submit to server

$response = file_get_contents( $api_url); echo $response;

?>

The Result

AM-LGNUTI

नमस्ते करीना जी,

धन्यवाद हमे चुनने के लिए, आपका दिन शुभ रहे.

मैसेज करते रहिये!

टीम लोगोन यूटिलिटी.

OTP API

System Input

$api_key = ‘2600565F3XXXXX’; $mobile = ‘9184520XXXXX’; $channel_id = ‘x’; //Submit to server

$ch = curl_init(); curl_setopt($ch,CURLOPT_URL, “https://logonutility.com/send-otp/index”); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, “key=”.$api_key.”&channel_id=”.$channel_id.”mobile=”.$mobile); $response = curl_exec($ch); curl_close($ch); echo $response;

?>

The Result

AM-LGNUTI

Dear User,

Your OTP for login to Logon Utility portal is 123456. Valid for 15 minutes.
Please do not share this OTP.

Regards,
Team Logon Utility.

Delivery API

System Input

$api_key = ‘2600565F3XXXXX’; $sms_shoot_id = ‘rehu51fa4816d8043’;

$api_url = “https://logonutility.com/miscapi/”.$api_key.”/getDLR/”.$sms_shoot_id;

//Submit to server

$response = file_get_contents( $api_url); $dlr_array = json_decode($response); print_r($dlr_array);

?>

The Result

Your sms shoot id = rehu51fa4816d8043

Your sms = Thank you for choosing Logon Utility.

Status = Delivered

Credit Balance API

System Input

$api_key = ‘2600565F3XXXXX’;

$api_url = “https://logonutility.com/miscapi/”.$api_key.”/getBalance/true/”;

//Submit to server

$credit_balance = file_get_contents( $api_url); echo $credit_balance;

?>

The Result

Hello Rehu,

Your account with registered mobile 9184520*****.

Your credit balance remaining 2,50,000.

Thank you.

Promotional SMS and Transactional SMS, both are important for better business

How promotional SMS and Transactional SMS help business to reach another
height of marketing and engaged with their customers. 

Promotional SMS and Transactional SMS, both are important for better business

How promotional SMS and Transactional SMS help business to reach another
height of marketing and engaged with their customers. 

Promotional SMS

  • Promotional SMS is using for sending best offers, discounts to grow business with the best offers in this competitive world.
  • Benefits of promotional SMS are that it is cost effective and businesses can get quick responses from their customers.
Discount Bulk SMS

Promotional SMS

  • Promotional SMS is using for sending best offers, discounts to grow business with the best offers in this competitive world.
  • Benefits of promotional SMS are that it is cost effective and businesses can get quick responses from their customers.
Discount Bulk SMS
Transactional SMS

Transactional SMS

  • Transactional SMS is using for OTPs, Order alets, booking status, Banking Transactions with secured under pemissions and can not be sent by any illegal authoity.
  • Benefits of transactional SMS is that they offer speedy delivey and go with a sender ID.
Transactional SMS

Transactional SMS

  • Transactional SMS is using for OTPs, Order alets, booking status, Banking Transactions with secured under pemissions and can not be sent by any illegal authoity.
  • Benefits of transactional SMS is that they offer speedy delivey and go with a sender ID.

Customers love our service

Customers love our service