Mail Partner
Introduction à l'api Mail Partner
Paramètres obligatoires
Nom
Description
Paramètres optionnels
Nom
Description
https://api.smspartner.fr/v1/me?apiKey=YOUR_API_KEY&_format=jsonFormat de la réponse et Content-Type
POST /v1/send HTTP/1.1
Host: api.mailpartner.fr
Content-Type: application/json
{
"apiKey": "API_KEY",
"subject": "Mon premier email",
"htmlContent": "Hello world",
"params":{
"to":[
{
"email":"[email protected]"
}
]
}
}Requêtes
Mis à jour