Powerful, reliable SMS APIs, 100% made in France for developers and marketers

Integrate efficient mass mailings

Develop without limits with our flexible, customizable SMS API connectors that turn your messaging projects into immediate successes, ensuring traceability of exchanges and optimum security.

SMS API

SMS APIs for powerful, reliable communication

Adopt high-performance connectors designed specifically for developers. You can easily integrate email and SMS API communication functionalities into your existing applications and systems.

				
					conn = http.client.HTTPSConnection("extranet.efidem.com")
payload = json.dumps({
  "fromAddress": {
    "name": "Emetteur",
    "address": "dev@efidem.com"
  },
  "toAddresses": [
    {
      "name": "Receiver",
      "address": "test@test.test"
    }
  ],
  "subject": "Subject of my mail",
  "content": "Content of my mail",,
  "trackOpen": True,
  "trackClicks": True
})
headers = {
  'ApiKey': 'EF.i71xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  'Content-Type': 'application/json'
}
conn.request("POST", "/v1/email", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
				
			
				
					<?php
require_once 'HTTP/Request2.php';
$request = new HTTP_Request2();
$request->setUrl('https://extranet.efidem.com/v1/sms/bde80e7e-1111-0000-0123-af02a0a35c26');
$request->setMethod(HTTP_Request2::METHOD_GET);
$request->setConfig(array(
  'follow_redirects' => TRUE
));
$request->setHeader(array(
  'ApiKey' => 'EF.xxxxxxxxxxxxxxxxxxxxxxxx'
));
try {
  $response = $request->send();
  if ($response->getStatus() == 200) {
    echo $response->getBody();
  }
  else {
    echo 'Unexpected HTTP status: ' . $response->getStatus() . ' ' .
    $response->getReasonPhrase();
  }
}
catch(HTTP_Request2_Exception $e) {
  echo 'Error: ' . $e->getMessage();
}

				
			
				
					import http.client
import json

conn = http.client.HTTPSConnection("extranet.efidem.com")
payload = json.dumps({
  "Destination": "0600000000",
  "Text": "Test SMS from api REST",
  "OADC": ""
})
headers = {
  'ApiKey': 'EF.xxxxxxxxxxxxxxxxxxxxxx',
  'Content-Type': 'application/json'
}
conn.request("POST", "/api/v1/sms", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
				
			

Easy to integrate into any production software environment

Efidem offers a wide range of SMS APIs and connectors for email, voice, mail... Developed to integrate with all production environments and to work seamlessly with your complex information systems.

5 Powerful, reliable SMS APIs100% made in France for developers and marketers 2
5 Powerful, reliable SMS APIs100% made in France for developers and marketers 3
5 SMS APIs powerful, reliable,100% made in France for developers and marketers 4
5 SMS APIs powerful, reliable,100% made in France for developers and marketers 5
EMAIL SEGMENTATION

Optimize your SMS and/or email dispatches and engage your audience

Maximize the impact of your communication campaigns with powerful connectors and a host of features. Create personalized campaigns across multiple channels - email, SMS, postal mail, mobile notifications - and track your delivery metrics via Snapshootan intuitive console for developers and marketers, offering detailed, dynamic statistics.

Since 2011, we have been developing exclusively in France

We develop and host flexible, customizable email and SMS API solutions in France that make developers' work easier and application designers

Our commitments to optimal service quality

Simplicity - Availability - Security - Flexibility

An infinite number of applications

Generate mass mailings, automate transactional messages and develop the functionalities of your business applications.

Developer-friendly

Our connectors are designed by developers for developersEvery problem has its own native or specific solution.

Flexibility & adaptability

Numerous connectors for smooth, simple integration our APIs on all development environments.

Integration support

You're never alone! We will for more information in all stages of your projects from SPECS to production launch.

A wide choice of connectors

Create projects without limits

WebServices

Create multi-channel experiences to generate commitment with powerful, easy-to-integrate Rest or Soap webservices

SMTP - MailTo

The easiest-to-deploy solution for automate mailings from your favorite software environment

SFTP

Batchpush de follow-up reportsthe FTP connector offers a wide range of possibilities for customized services  

Push HTTPS

A request safe, simple and robust to be deployed regardless of the application system in place.

Multi-channel documentation

Easy to integrate in any environment

Efidem offers a wide range of connectors for email, SMS, mail and notifications, designed to adapt easily to any production environment and integrate seamlessly into even the most complex information systems.

All our solutions offer high level of customization and facilitate the work of developers, who can develop their products and services by optimizing the performance of their IS. 

5 SMS APIs powerful, reliable,100% made in France for developers and marketers 6
5 Powerful, reliable SMS APIs100% made in France for developers and marketers 2
5 Powerful, reliable SMS APIs100% made in France for developers and marketers 3
5 SMS APIs powerful, reliable,100% made in France for developers and marketers 5

Media diversity

Engage your contacts 

EASY MESSAGING SYSTEMS

Since 2011, efidem has been developing from technologies that optimize exchanges between companies and their contacts with a customer-centric approach and a responsiveness appreciated by its customers.

These flexible, secure solutions are available in automatic mode and/or via Snapshoot our marketing platform.

Get started today

Request a test account

Coding soon

Fill in this form to be informed of our latest news

Viber coming soon!
Coding soon

Fill in this form to be informed of our latest news

Visit RCS coming soon!
Coding soon

Fill in this form to be informed of our latest news

WhatsApp coming soon!
Coding soon

Fill in this form to be informed of our latest news

Messenger coming soon!