Efidem

5 SMS API puissantes, fiables,100% made in France pour les développeurs et marketers

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 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": "Récepteur",
      "address": "test@test.test"
    }
  ],
  "subject": "Sujet de mon mail",
  "content": "Contenu de mon 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"))

				
			
				
					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",
  "Texte": "Test de SMS à partir de 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 propose un large choix de SMS API et connecteurs email, voix, courrier… Développés pour s’intégrer à tous les environnement de production et s’associer en douceur quel que soit la complexité de vos systèmes d’information.

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

Maximisez l’impact de vos campagnes de communication avec des connecteurs puissants et de nombreuses fonctionnalités. Créez des campagnes personnalisées sur divers canaux, email, SMS, courrier postal, notifications mobiles et suivez vos métriques de livraison 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 et des concepteurs d’applications

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 de l’engagement 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 met à votre disposition une gamme étendue de connecteurs pour l’email, le SMS, le courrier et les notifications, conçus pour s’adapter facilement à tout environnement de production et s’intégrer harmonieusement, même dans les systèmes d’information les plus complexes.

L’ensemble de nos solutions offre un high level of customization and facilitate the work of developers, who can develop their products and services by optimizing the performance of their IS. 

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

Exit mobile version