Efidem

API mail Efidem – Intégration Email, SMS et 3 autres canaux en toute Simplicité

Integrate rapidly send massively

Mail APIs especially for you

Develop without limits, while ensuring traceability and optimum security in a unique environment.

Discover our flexible, customizable mail, SMS and voice APIs that turn your messaging projects into success stories.

API

Powerful, flexible communication APIs

Adopt high-performance APIs designed specifically for developers. You can easily integrate multi-channel 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"))

				
			
				
					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.xxxxxxxxxxxxxxxxxxxxxx'
));
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 environment

Efidem propose un large choix de connecteurs API mail, API SMS, API courrier… développés pour se connecter à tous les environnement de production et s’intégrer en douceur quel que soit la complexité de vos systèmes d’information.

Optimize your mailings and engage your audience

Maximisez l’impact de vos campagnes de communication avec des API puissantes et de nombreuses fonctionnalités. Créez des campagnes personnalisées sur divers canaux (Email, SMS, courrier postal, notifications mobiles) et suivez vos performances via une console intuitive pour développeurs, offrant des statistiques détaillées et dynamiques

Mail APIs developed in France

We develop and host flexible, customizable multichannel APIs in France that make developers' work easier et 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 APIs are designed by developers for developersEvery problem has its own native or specific solution.

Flexibility & adaptability

Numerous connectors for quick and easy 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

Web Services

Create multi-channel experiences which créent de l’engagement with powerful web services that are quick to integrate

SMTP - MailTo

The easiest-to-deploy solution for automate mailings à partir d’une multitude d’environnements 

FTP/ SFTP

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

Push HTTP/HTTPS

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

Multichannel API documentation

Easy to integrate in any environment

Efidem propose un large choix de connecteurs API mail, API SMS, API courrier… développés pour se connecter à all production environments et s’intégrer en douceur quel que soit la complexité de vos systèmes d’information. 

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

EASY MESSAGING SYSTEMS

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

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

Reduce your 20% communication bills now.

Integrate rapidly send massively

Bénéficier de nos APIs fiable et robuste, un support français réactif, notre plateforme intuitive et d’une migration assisté en 14 Jours.

Exit mobile version