Manage your templates
Create a template
Property
Description
POST https://api.didomi.io/marketplace/emails?organization_id=YOUR_ORGANIZATION_ID
{
"type_id": "didomi",
/**
* Email types available are detailled above.
* For instance, to verify user identity,
* in context of a Privacy request collection
* you will be using `request-verify` email
*/
"email_type": "TEMPLATE_ID",
"properties": {
"html": "YOUR_HTML",
"subject": "EMAIL_SUBJECT",
"reply_to": ["EMAIL_ADDRESS"]
}
}List all templates
Last updated