Manage your templates
Last updated
Last updated
To create a new email template, send a POST request on /marketplace/emails
endpoint and specify following properties:
type_id
Email provider id (didomi
)
email_type
Email template id
properties.html
Email template (HTML)
properties.subject
Email subject
properties.reply_to
Email addresses set in the reply-to
💡 Note: this section only refers to didomi
providers. You can also use your own provider: the workflow will look the same, however further configuration will be required. To fetch provider configuration schemas, send a GET request on /marketplace/emails/properties-schema
.
To list email templates, send a GET request on /marketplace/emails
endpoint.