SMPP Connection

Integrate your bulk SMS sending directly through our SMPP connection. This connection gives you a slightly faster throughput than an SMS API, while benefiting from detailed tracking via our online SMS platform.

A simple and fast SMS SMPP connection!

Our connection is available in various programming languages. Feel free to contact our technical team if you have any questions!

Try our SMPP connection for free, just send us a message to receive your credentials

Your number will not be stored by our services

  1. $request = new HttpRequest();
  2. $request->setUrl('http://api.smspartner.fr/v1/send');
  3. $request->setMethod(HTTP_METH_POST);
  4.  
  5. $request->setHeaders(array(
  6. 'cache-control' => 'no-cache',
  7. 'Content-Type' => application/json',
  8. ));
  9.  
  10. $request->setBody('{
  11. "apiKey": "API_KEY",
  12. "phoneNumbers": "+336XXXXXX",
  13. "sender": "demo",
  14. "gamme": 1,
  15. "message": "C'est un message test"
  16. }');
  17.  
  18. try{
  19. $response = $request->send();
  20. echo $response->getBody();
  21. } catch (HttpException $ex) {
  22. echo $ex;
  23. }
  24.  
  1. var http = require("http");
  2. var options = {
  3. "method": "POST",
  4. "hostname": ["api","smspartner","fr"],
  5. "path": ["v1","send"],
  6. "headers": {
  7. "Content-Type": "application/json",
  8. "cache-control": "no-cache"
  9. }
  10. };
  11. var req = http.request(options, function (res) {
  12. var chunks = [];
  13. res.on("data", function (chunk) {
  14. chunks.push(chunk);
  15. });
  16. res.on("end", function () {
  17. var body = Buffer.concat(chunks);
  18. console.log(body.toString());
  19. });
  20. });
  21. req.write(JSON.stringify({ apiKey: 'API_KEY',
  22. phoneNumbers: '+336XXXXXX', sender: 'demo',
  23. gamme: 1, message: 'C\'est un message test' }));
  24. req.end();
  1. curl -X POST \
  2. http://api.smspartner.fr/v1/send \
  3. -H 'Content-Type: application/json' \
  4. -H 'cache-control: no-cache' \
  5. -d '{
  6. "apiKey": "API_KEY",
  7. "phoneNumbers": "+336XXXXXX",
  8. "sender": "demo",
  9. "gamme": 1,
  10. "message": "C'\''est un message test"
  11. }'
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  1. var client = new RestClient("http://api.smspartner.fr/v1/send");
  2. var request = new RestRequest(Method.POST);
  3. request.AddHeader("Postman-Token",
  4. "1a660c7e-ff23-41e4-b30a-808bee0a37f3");
  5. request.AddHeader("cache-control", "no-cache");
  6. request.AddHeader("Content-Type", "application/json");
  7. request.AddParameter("undefined", "{\n \"apiKey\": \"API_KEY\",\n
  8. \"phoneNumbers\": \"+336XXXXXX\",\n \"sender\":\"demo\",\n
  9. \"gamme\":1,\n \"message\": \"C'est un message test\"\n}",
  10. ParameterType.RequestBody);
  11. IRestResponse response = client.Execute(request);
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  

Consult our documentation

SMS API

Your account gives you immediate access to our free API

SMPP

Send your SMS messages directly from an SMPP account

Mail to SMS

Send one or more text messages by writing a simple email

SDK

Check out code examples shared by developers in our community

SMPP SMS Pricing

Our SMPP SMS solution is connected to over 220 countries, each with its own specific pricing.

Destination

Price excluding VAT per SMS

For a pack of
:
€ HT

Features

20 free SMS messages when you send 200 SMS messages or more

  • Instant or scheduled sending
  • Customizable content
  • Stop SMS
  • International sending
  • Guaranteed delivery

The guarantees of our SMPP connection

Plan de travail 40 copie 23@3x

A team available to assist you 7 days a week

Plan de travail 40 copie 24@3x

A secure SMPP solution

Plan de travail 40 copie 21@3x

Offices located in Paris

Plan de travail 40 copie 20@3x

A proprietary technology

Features of the SMPP SMS connection

  • STOP SMS

Legislation requires professionals to include the “Stop SMS” option in their promotional SMS messages.

  • Issuer’s name

Customize the sender name that will appear in messages sent during your campaigns. Personalizing it will help reassure your recipients.

  • Plan your campaigns

Select the date and time to send your messages in order to optimize your campaigns by choosing the opportune moment.

  • Delivery receipt

Receive delivery receipts for your SMS messages after each campaign. Analyze your feedback to optimize your future mailings.

  • Sandbox

Simply try our SMPP connection by running tests in the “sandbox”. A tool to assist you with uploading your website.

  • International SMS

Our connection allows sending SMS messages to more than 120 countries worldwide at the best prices (Some countries apply specific rules related to telecom networks).

  • Short URL

Shorten your URLs with our dedicated solution and benefit from click tracking on all campaigns carried out with our SMPP solution.

  • Retrieve the answers

This feature allows you to directly retrieve SMS responses from your campaigns from the platform or via the SMPP connection.

Enjoy our service with 20 free SMS messages, with no commitment or subscription required.

Plan de travail 40 copie 26@3x

Security of your data

The numbers registered on the site are protected and may not under any circumstances be used by SMS Partner or by any third party.

Plan de travail 40 copie 27@3x

Quality of service

The platform offers you a delivery guarantee, real-time tracking and responsive customer service.

Plan de travail 40 copie 25@3x

SMS Legislation

SMS Partner complies with SMS sending legislation, with the possibility of integrating SMS STOP into your campaigns.