HBO-ICT.Cloud E-mail API¶
Je kunt met de HBO-ICT.Cloud API e-mails versturen. Hieronder de technische informatie die je nodig:
POST https://api.hbo-ict.cloud/mail
Authorization: Bearer [HBO-ICT.Cloud API Key]
{
"from": {
"name": "You",
"address": "you@hbo-ict.cloud"
},
"to": [
{
"name": "Lennard Fonteijn",
"address": "l.c.j.fonteijn@hva.nl"
}
],
"subject": "Just a test!",
"html": "<h1>Hello Lennard!</h1><p>This is an email :)</p>"
}
Response
{
"message": "..."
}