We have detected that your language is not Spanish. You may visit the English version here.
Our SMS are short and concise, made up of only 160 characters. It may sound little but it’s actually one of the most direct channels with the highest return for companies that carry out Mobile Marketing
SMS is a channel that can be adapted perfectly according to the ways companies wish to communicate: quick, direct, secure, premium and wide-reaching, given that internet access is not necessary.
As well as this, receiving rates (98%) and message click-through rates (19%),higher than any other means of communication, warrant the use of SMS Marketing.
higheropen rate that e-mail
moreclicks than e-mail
email 70%
mobile users around the world
Information of every campaign must be analyzed to be able to correct diversions and re-inforce which campaign has worked best, according to the objectives you’ve set out. With our online web panel, you can carry out your own campaigns and analyze them in real time from any device
Free Trial!There’s no need to install any software, our mass text messaging platform with a web interface is stored in the cloud and is easily accesible form any device.
Analyze campaign results online and in real time from any device.
Program the campaigns you wish to send on a set day and time.
Manage contact and group importation, copy and paste or insert contacts from excel, cvs, tsv…
Introduce el nombre de tu empresa o marca como remitente (hasta 11 caracteres)
Our services are available in more than 200 countries, linked with more than 7 billion phones around the world.
Create various users with the one account and configure the access for each of them.
Don’t limit yourself to just 160 characters, our system allows you to link together up to 9 SMS messages.
Our system accepts unicode characters so that you’re able to create SMS in multiple languages.
Integrate our HTTP or SMPP API with your own App, Website or Software, enabling you to send SMS in bulk. Have a look at our developers’ page and check out our most geeky documentation!
See Docs
require __DIR__ . '/../vendor/autoload.php';
$instasentClient = new Instasent\SmsClient("my-token");
$response = $instasentClient->sendSms("Test", "+34647000000", "Test message");
echo $response["response_code"];
echo $response["response_body"];
var instasent = require('instasent')('my-token');
instasent.send_sms.create('Test', '+34647000000', 'Test message', function (err, response) {
if (err) {
return console.log(err.errors);
}
console.log(response);
});
import com.instasent.InstasentClient;
import java.io.IOException;
import java.util.Map;
public class main {
public static void main(String[] args) throws IOException {
InstasentClient instasentClient = new InstasentClient("my-token", true);
Map response = instasentClient.sendSms( "Test", "+34647000000", "Test message");
System.out.println(response);
}
}
require 'instasent'
client = Instasent::Client.new('my-token')
response = client.send_sms('Test', '+34647000000', 'Test message')
puts response['response_code']
puts response['response_body']
import instasent
client = instasent.Client('my-token')
response = client.send_sms('Test', '+34647000000', 'Test message')
print response['response_code']
print response['response_body']
No sign-up fees
No monthly fees
Easy payment
Secure