function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ananth PrasathAnanth Prasath 

How do i integrate bulk sms api in SalesForce?

Ananth PrasathAnanth Prasath
How do we integrate Bulk SMS API (http://kapsystem.com) in salesforce

HTTP API is most popular API. It is allows you to integrate SMS services into your own System/application for better functionality required by you.

Benefits of using Bulk SMS Gateway (http://kapsystem.com) / HTTP API:

Bulk SMS Gateway (http://kapsystem.com) / HTTP API can send more than 100 messages at a time via any kind of application/portal.

You can check the balance of your account with expiry date via your application/portal.

You can check the Delivery status of your single or group SMS everything in a single places without login your web interface.

Unicode API allows you to send SMS in different languages (Tamil, Hindi, Telugu, Malayalam, Guajarati, and Marathi).

How does it work?

A request to the Bulk SMS API (http://kapsystem.com)is done by calling a URL with some required parameters (User Name, Password, Sender ID, Mobile Number, Message).When a request is made, the API along with all the parameters send to Bulk SMS Gateway server and SMS Gateway server process the request and generate response for the particular request immediately.

KAPSYSTEM provides the Bulk SMS Gateway  with HTTP API (HTTP) to be integrated in different programming language asp.net, php, Java

Sample code for php:

<?php
$workingkey=”xxxxxxxxxxxx”;
$dest_MobileNo=”xxxxxxxxx”;
$Message=”Test Message via http api”;
$SenderID=”xxxxxx”;
$sms_url=sprintf(“http://alerts.kapsystem.com/api/web2sms.php?workingkey=%s&to=%s&sender=%s&message=%s”, $workingkey, $dest_MobileNo,$SenderID, urlencode($Message));
openurl($sms_url);
function openurl($url)
{
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch,CURLOPT_POSTFIELDS,$postvars);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,CURLOPT_TIMEOUT, ’3′);  $content = trim(curl_exec($ch));  curl_close($ch);
}
?>
 
Sarah Bell 7Sarah Bell 7
Through 360 SMS App, you can make use of out-of-box apps. It allows bulk texting from Salesforce also works well on standard and custom object.
For more info visit-
https://appexchange.salesforce.com/listingDetail?listingId=a0N3000000DpSyIEAV
Or for further queries go to- support@360degreeapps.com
sms strikersms striker
It is very easy to integrate sms API with smsstriker (https://www.smsstriker.com/sms-gateway-api-integration-services.html) provider
It is easy to check the status of the account like balance , no of sms, and so on......
and also you can check the no of sms delivered, no of sms not delivered, We have a user friendly API Gateway 
Transactional and Promotional Bulk sms 
Please find the below PHP Code

$username = "YOURAPIUSERID";
$password = "YOUAPIPASSWORD";
$numbers = "9966970010"; // mobile number
$from = urlencode('STRIKR'); // assigned Sender_ID
$message = urlencode('1_1 This is my message'); // Message text required to deliver on mobile number
$data = "username="."$username"."
&password="."$password"."&to="."$numbers"."&from="."$sender"."&msg="."$message"."&type=1&dnd_check=0";
$data = "https://www.smsstriker.com/API/sms.php?".$data;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$data);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>
ValueText SMSValueText SMS
Try easy to use and cost effective SMS app - ValueText SMS (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EFoedUAD)

You can automate your complete texting communication without writing a line of code.  You can do Single SMS, Bulk SMS (more than 200 SMS), SMS from reports, SMS from process builder or workflow (like SMS on case creation or sms on lead creation) or flow or apex, SMS inbox, SMS inbox actions like update or create records based on customer reply, SMS campaign, Advanced schedule  and many more.

App Link: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EFoedUAD

Website: www.valuetext.io
Sandesh LiveSandesh Live
There are bunch of APIs to seamlessly integrate the Bulk SMS application in your product to improve productivity.

SandeshLive API (https://sandeshlive.com/)is shared for free of cost which can be integrated with your system to send real-time text messages to your customers. Messages can be triggered event-based, time-based and can be user-initiated.
You can intregrate SandeshLive API in salesforce system through simple PHP code. SandeshLive API (https://sandeshlive.com/) is FREE to use. You just need to pay for the credits to send the messages.
For more details reach out at: support@sandeshlive.com
Jaci CohenJaci Cohen

There are bunch of APIs available to integrate bulk SMS applications.  

You can connect with any of the Email API developers (https://mtalkz.com/developer-tools/email-api-for-developer/) that will help you to set up your account, reach your target audience, personalize your campaigns, technical expertise, plan your strategies, and much more! 

 

George gawinGeorge gawin
I am looking for  bunch of API for this venture https://www.fleetx.io/fleet-management/gps-vehicle-tracking-system, if there are any developers, please help me.
Deepak BangaDeepak Banga
Hello, We are using Fleetable ERP for managing our fleet, we want to know if anyone can help us integrating https://fleetable.tech/ api to salesforce?
suraj pancholisuraj pancholi
Any latest api tech taem for integrating various IoT for a Vehicle Tracking System (https://www.axestrack.com/navigating-the-roads-of-efficiency-and-safety-with-vehicle-tracking-systems-and-iot/) provider company.