Emails
Create a new template
POST https://api.didomi.io/marketplace/emails
{
"type_id": "didomi",
/**
* Email types available are detailled below.
* For instance, to verify user identity,
* you will be using `request-verify` email
*/
"email_type": "Email ID",
"properties": {
"html": "Your HTML",
"subject": "Your subject"
}
}Configure recipient email address (reply-to)
Emails available by default
Last updated